universal-crypto-mcp
by nirholas·★ 37·Score 44
A universal MCP server for AI agents to interact with 20+ blockchain networks via natural language.
Overview
Universal Crypto MCP provides a comprehensive interface for AI agents to interact with EVM-compatible and multi-chain networks. It supports 380+ tools covering swaps, bridges, gas calculations, staking, lending, and more across networks including Ethereum, Arbitrum, Base, Polygon, BSC, and Solana. The server integrates multiple DEX aggregators, security features, MEV protection, and payment infrastructure through the x402 protocol. It consolidates several MIT-licensed crypto MCP projects into a monorepo structure.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this server when you need a comprehensive crypto/DeFi toolkit for AI agents that supports multiple blockchains and integrates dozens of third-party protocols.
When NOT to choose this
Avoid if you only need support for a single blockchain network or prefer minimal dependencies, as this server's extensive feature set adds complexity.
Tools this server exposes
9 tools extracted from the READMEx402_pay_requestMake HTTP request with automatic 402 payment
x402_balanceCheck wallet balance (USDC/USDs + native)
x402_sendSend direct payment to an address
x402_batch_sendSend multiple payments in one transaction
x402_gasless_sendSend payment without paying gas
x402_estimateCheck cost before paying
x402_addressGet your wallet address
x402_networksList supported networks
x402_yieldCheck USDs auto-yield earnings
Note: Tools were extracted from the 'x402 Payment Protocol' section which listed 14 tools but only provided 9 tool names with descriptions. The remaining 5 tool names were not documented in the readable portion of the README.
Comparable tools
Installation
Install the package via npm:
npm install @nirholas/universal-crypto-mcpFor Claude Desktop, add to your config.json:
{
"mcpServers": {
"universal-crypto": {
"command": "npx",
"args": ["@nirholas/universal-crypto-mcp"]
}
}
}The server can also run via stdio or HTTP transport modes.
FAQ
- Which blockchains are supported?
- The server supports 20+ chains including Ethereum, BSC, Polygon, Arbitrum, Base, Solana, Cosmos, Near, Sui, Aptos, and Bitcoin.
- How does the x402 payment protocol work?
- x402 enables AI agents to pay for premium APIs, sell services, and trade with other agents peer-to-peer across EVM and Solana chains.
Compare universal-crypto-mcp with
Last updated · Auto-generated from public README + GitHub signals.