Universal Crypto MCP
🚀 380+ blockchain tools for AI agents
Connect Claude, ChatGPT, and Cursor to 20+ chains
GitHub • Quick Start • Tutorials • Prompts
What is Universal Crypto MCP?
Universal Crypto MCP is an open-source Model Context Protocol server that lets AI assistants interact with blockchain networks through natural language.
Instead of: - Switching between 10 block explorers - Connecting to multiple dApps - Manual copy-pasting addresses
Just ask:
"Check my portfolio across all chains" "Swap 1 ETH to USDC on Arbitrum" "Is this token safe to buy?"
Supported Networks
| Layer 1 | Layer 2 | Alt Chains |
|---|---|---|
| Ethereum | Arbitrum One | Solana |
| BNB Chain | Base | TON |
| Avalanche | Optimism | XRP Ledger |
| Fantom | Polygon | Cosmos (NEW) |
| Near (NEW) | zkSync Era | Sui (NEW) |
| Aptos (NEW) | Linea | |
| Scroll | ||
| Blast | ||
| Mode | ||
| Mantle | ||
| opBNB |
Key Features
-
DeFi Operations
Swaps via 1inch, ParaSwap • Lending on Aave, Compound • Staking • Yield farming
-
Cross-Chain
Bridge quotes • Multi-hop routing • 15+ chain support
-
Security
Honeypot detection • Rug pull scanning • Contract analysis
-
Market Data
Prices • Technical indicators • Fear & Greed • Sentiment
Quick Start
1. Clone & Build
git clone https://github.com/nirholas/universal-crypto-mcp.git
cd universal-crypto-mcp
npm install && npm run build
2. Configure Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"universal-crypto-mcp": {
"command": "node",
"args": ["/path/to/universal-crypto-mcp/dist/index.js"],
"env": {
"ALCHEMY_API_KEY": "your_key"
}
}
}
}
3. Start Chatting!
"What's my ETH balance on Arbitrum?"
"Get a swap quote for 100 USDC to ETH on Base"
"Scan this token for security risks: 0x..."
Example Prompts
| Category | Prompt |
|---|---|
| Portfolio | "Check my wallet balance across all chains" |
| Trading | "Swap 1 ETH to USDC on Arbitrum with 0.5% slippage" |
| DeFi | "What's my Aave health factor on Ethereum?" |
| Security | "Is this token a honeypot? 0x1234..." |
| Research | "Compare USDC lending rates across Aave and Compound" |
| Bridges | "Best route to bridge 100 USDC from Ethereum to Base" |
Documentation
-
Tutorials
Step-by-step guides for common workflows
-
API Reference
Complete tool documentation
-
Configuration
Environment variables and setup
-
FAQ
Common questions answered
Why Universal Crypto MCP?
| Feature | Universal Crypto MCP | Others |
|---|---|---|
| Chains | 15+ | 3-5 |
| Tools | 330+ | 20-50 |
| DeFi | ✅ Full stack | Limited |
| Security | ✅ Built-in | ❌ |
| Open Source | ✅ Apache 2.0 | Varies |
Community
- 🐦 Twitter: @nichxbt
- 💻 GitHub: nirholas/universal-crypto-mcp
- ⭐ Star the repo if you find it useful!
License
Apache 2.0 - Free for personal and commercial use.