MCP Server Overview
The Universal Crypto MCP Server provides AI agents with tools to interact with EVM-compatible blockchains.
Quick Start
Claude Desktop
{
"mcpServers": {
"universal-crypto-mcp": {
"command": "npx",
"args": ["-y", "@nirholas/universal-crypto-mcp@latest"],
"env": {
"PRIVATE_KEY": "your_private_key_here (optional)"
}
}
}
}
Cursor
{
"mcpServers": {
"universal-crypto-mcp": {
"command": "npx",
"args": ["-y", "@nirholas/universal-crypto-mcp@latest"],
"env": {
"PRIVATE_KEY": "your_private_key_here (optional)"
}
}
}
}
SSE Mode
{
"mcpServers": {
"universal-crypto-mcp": {
"command": "npx",
"args": ["-y", "@nirholas/universal-crypto-mcp@latest", "--sse"],
"env": {
"PRIVATE_KEY": "your_private_key_here (optional)"
}
}
}
}
📚 Documentation
-
Tools Reference
Complete list of available MCP tools
-
Extended Tools
Advanced tools and integrations
-
Universal EVM
Multi-chain EVM toolkit
-
EVM Module
Core EVM blockchain operations
-
Resources & Prompts
Built-in resources and prompts
-
Development
Local setup and contribution guide
Supported Networks
| Network | Chain ID | Status |
|---|---|---|
| BNB Smart Chain | 56 | ✅ |
| opBNB | 204 | ✅ |
| Arbitrum One | 42161 | ✅ |
| Ethereum | 1 | ✅ |
| Polygon | 137 | ✅ |
| Base | 8453 | ✅ |
| Optimism | 10 | ✅ |
| + Testnets | Various | ✅ |