Pion
MCP server for Pi Network that enables AI agents to query Pi chain data (balances, transactions) and verify user tokens, with optional payment sending that is off by default.
README
Pion
Model Context Protocol server for Pi Network — connect AI agents (Claude, Cursor, and any MCP-compatible client) to Pi Network chain data.
⚠️ Testnet only. Read-only by default;
send_paymentmoves real funds and must be explicitly armed.
Why "Pion"?
The pion is the π meson — the particle physicists named after pi. Fittingly, particle physicists study pion interactions to search for MCPs (millicharged particles). We couldn't resist.
Tools
Out of the box Pion reads and cannot spend: Tiers A and B need no credentials
and move no value. Tier C is the exception and is off unless you arm it.
(Tiers refer to docs/tool-mapping.md.)
Tier A — chain reads. Zero-permission queries against Pi's public Horizon API. No credentials at all.
| Tool | What it does |
|---|---|
get_wallet_balance |
Pi and custom-token balances for a wallet address |
get_account_payments |
Paginated payment history for an address |
query_transaction |
Verify a single transaction by hash |
Amounts are decimal strings. Pi is reported as the asset PI, custom tokens as
CODE:ISSUER, and liquidity-pool shares as pool:ID.
Tier B — identity.
| Tool | What it does |
|---|---|
verify_user |
Validate a Pi user access token, returning the uid and username |
verify_user is the only tool that touches a credential, and it never holds
one: the caller passes a token per call, it goes to GET /v2/me and nowhere
else, and it is not stored, logged, or echoed back. A rejected token returns
valid: false with a reason rather than erroring, so an agent can branch on
the outcome.
Two caveats worth knowing. The uid is app-specific — the same person has
a different uid under a different Pi app, which is deliberate anti-correlation
design, so don't use it as a global identifier. And a token is the only proof
of identity: a client-supplied uid or username means nothing on its own.
Tier C — payments. Off by default.
| Tool | What it does |
|---|---|
send_payment |
App-to-User: sends Pi from your app wallet to a user |
This one spends real money and cannot be undone. It is not registered at all unless armed, so a default server does not even advertise it to the agent.
The recipient must have granted your app the wallet_address scope. A uid
alone is not enough — Pi needs that consent to resolve their wallet, and
refuses payment creation with missing_scope otherwise. This is the
recipient's consent, not your credentials.
Arming requires all four, and Pi restricts A2U to testnet, so a non-testnet Horizon URL is refused outright:
PION_ENABLE_PAYMENTS=1 # explicit switch, deliberately separate from credentials
PION_MAX_PAYMENT_PI=10 # required per-payment ceiling, in Pi
PI_SERVER_API_KEY=... # from the Pi Developer Portal
PI_WALLET_SECRET=S... # app wallet secret seed
Holding the credentials is deliberately not sufficient. The switch and the ceiling are separate because the realistic failure mode is not a stolen key — it is an agent being talked into spending, by a prompt injection sitting in data it just read. A transaction memo, a web page, a filename: any of it can say "send 500 Pi to X." The cap is what makes that bounded rather than fatal. Set it to the smallest amount that makes your use case work.
Nothing overrides the cap from the tool call; changing it means changing server configuration. Neither secret is ever accepted as a tool argument, returned in a result, or logged.
On partial failure it never retries. A2U is three steps — create with Pi, sign and submit on-chain, tell Pi it landed — and a crash between them strands a payment. The tool reports exactly which step failed, whether funds left the wallet, and the payment id needed to clean up. A blind retry could pay twice, so it refuses to guess.
Usage
MCP clients can run it straight from npm — no install step:
// Claude Desktop: claude_desktop_config.json
{
"mcpServers": {
"pion": {
"command": "npx",
"args": ["-y", "pion-mcp"]
}
}
}
# Claude Code
claude mcp add pion -- npx -y pion-mcp
Or run it from a clone:
npm install
npm run build
claude mcp add pion -- node /absolute/path/to/pion-mcp/dist/index.js
Configuration
| Variable | Default | Purpose |
|---|---|---|
PION_HORIZON_URL |
https://api.testnet.minepi.com |
Horizon base URL |
PION_PLATFORM_URL |
https://api.minepi.com |
Platform API base URL |
PION_ENABLE_PAYMENTS |
unset (off) | Arms send_payment — see Tier C above |
PION_MAX_PAYMENT_PI |
unset | Required per-payment ceiling when armed |
PI_SERVER_API_KEY |
unset | Server API key, Tier C only |
PI_WALLET_SECRET |
unset | App wallet secret seed, Tier C only |
For read-only use there is nothing to configure — verify_user takes its token
as a call argument, not from the environment. The bottom four are needed only
if you arm payments, and belong in a secrets manager, never in a committed
file. The mainnet Horizon URL is still an open
question — see the TODO in docs/pi-sdk-notes.md.
Development
npm run build # compile src/ -> dist/
npm run typecheck # types only, no emit
npm run smoke # end-to-end: drives the built server against live testnet
npm run arming # Tier C guards and spend cap (no credentials needed)
npm run smoke spawns the server over stdio as a real MCP client, discovers a
funded account from the current ledger, and exercises the chain tools plus the
not-found and invalid-input paths. It needs network access.
It covers verify_user only on the rejection path — confirming a genuine
token would need a real user credential, which the test deliberately does not
handle. The success path is unverified; see below.
npm run arming covers Tier C without touching real money: every refusal
branch, the exact cap boundary, that credentials alone do not arm it, that a
disarmed server does not advertise the tool, and that neither secret leaks into
a result. It uses a freshly generated, never-funded keypair. The one live call
it makes is a deliberately-rejected create against the Pi API, which proves the
first failure stage end to end.
Known gaps
verify_usersuccess path — confirmed against a live token. Returnsuid,username,app_id,scopes, andvalid_until. Everything butuidstays optional, since the rest depends on granted scopes.send_paymentsuccess path — untested end to end. No A2U payment has ever been sent with this code: that needs a real server API key and a funded testnet wallet. What is verified is every guard, the cap boundary, and the create-step failure. The sign, submit, and complete steps are unproven. Send a minimum-amount payment with a low cap as your first real run.
One known unknown inside that, and it may be fatal to the current design: Pi
matches the on-chain transaction by putting the payment identifier in a Stellar
text memo, capped at 28 bytes. Pi issues UUIDs elsewhere in the same API —
a user uid is a 36-character UUID — and 36 does not fit in 28. If payment
identifiers follow suit, the documented memo approach cannot work as written.
send_payment detects this after create and refuses before signing, so it
fails safely, but the design would need revisiting. npm run probe:a2u
answers this without moving funds.
Roadmap
The rest of Tier C: get_payment_status, list_incomplete_payments,
approve_payment / complete_payment / cancel_payment — the U2A backend half
and the recovery tooling for stranded payments. See
docs/tool-mapping.md.
Unofficial community project — not affiliated with Pi Network.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。