The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Multichain MCP listing page.
The only MCP server that gives AI agents native access to Stacks, Celo, and Base — from a single npm package.
Connect Claude Desktop, Cursor, or any MCP-compatible AI to 3 blockchains in under 5 minutes.
Building an AI agent that interacts with Web3 today means writing separate integrations for every chain. This package ships a production-ready MCP server with 5 battle-tested tools across Stacks (Bitcoin L2), Celo, and Base — no RPC keys required to start.
| Tier | Price | Tools | |
|---|---|---|---|
| Free | $0 | get_balance, get_prices | |
| Pro | $9/mo | + get_portfolio, prepare_transfer | Lemon Squeezy → · GitHub Sponsors → |
| Team | $29/mo | + deploy_token | Lemon Squeezy → · GitHub Sponsors → |
| Tool | Description | Tier |
|---|---|---|
get_balance | Native + token balances for any wallet | Free |
get_prices | Live prices + 24h change (STX, CELO, ETH, USDC, WBTC…) | Free |
get_portfolio | Aggregate view across all 3 chains in one call | Pro |
prepare_transfer | Build unsigned tx for native or ERC-20/SIP-010 transfer | Pro |
deploy_token | Prepare unsigned ERC-20 deployment tx on Celo or Base | Team |
All write operations return unsigned transactions — your users always sign with their own wallet. Non-custodial by design.
Add to your claude_desktop_config.json:
Omit the env block to run on the Free tier. Restart Claude Desktop after adding your key.
Add to .cursor/mcp.json or .windsurf/mcp.json:
| Chain | RPC | Explorer |
|---|---|---|
| Stacks | api.hiro.so (public) | explorer.hiro.so |
| Celo | forno.celo.org (public) | celoscan.io |
| Base | mainnet.base.org (public) | basescan.org |
No API keys required for basic usage.
@wkalidev — author of celobank-agent (ERC-8004 AI agent, 21 MCP tools on Celo mainnet) and stacks-quest (non-custodial DeFi terminal on Stacks Bitcoin L2).
MIT