nirholas

Universal Crypto MCP

Community nirholas
Updated

Universal MCP server for AI agents to interact with any* blockchain via natural language and plugins. Supports swaps, bridges, gas, staking, lending, and more across Ethereum, Arbitrum, Base, Polygon, BSC, and testnets.

Universal Crypto MCP

A Universal Model Context Protocol server for all EVM-compatible networks.

Enable AI agents to interact with any EVM blockchain through natural language.

Supported Networks

  • BNB Smart Chain (BSC)
  • opBNB
  • Arbitrum One
  • Ethereum
  • Polygon
  • Base
  • Optimism
    • All testnets

Features

  • ๐Ÿ”„ Swap/DEX - Token swaps via 1inch, 0x, ParaSwap
  • ๐ŸŒ‰ Bridge - Cross-chain transfers via LayerZero, Stargate, Wormhole
  • โ›ฝ Gas - Gas prices across chains, EIP-1559 suggestions
  • ๐Ÿ“ฆ Multicall - Batch read/write operations
  • ๐Ÿ“Š Events/Logs - Query historical events, decode logs
  • ๐Ÿ”’ Security - Token honeypot check, contract verification
  • ๐Ÿ’ฐ Staking - Liquid staking, validator info
  • โœ๏ธ Signatures - Sign messages, verify signatures, EIP-712
  • ๐Ÿฆ Lending - Aave/Compound positions, borrow rates
  • ๐Ÿ“ˆ Price Feeds - Historical prices, TWAP, oracle aggregation
  • ๐Ÿ“ Portfolio - Track holdings across chains
  • ๐Ÿ›๏ธ Governance - Snapshot votes, on-chain proposals

Quick Start

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "universal-crypto-mcp": {
      "command": "npx",
      "args": ["-y", "@nirholas/universal-crypto-mcp@latest"],
      "env": {
        "PRIVATE_KEY": "your_private_key_here (optional)"
      }
    }
  }
}

Cursor

Add to your MCP settings:

{
  "mcpServers": {
    "universal-crypto-mcp": {
      "command": "npx",
      "args": ["-y", "@nirholas/universal-crypto-mcp@latest"],
      "env": {
        "PRIVATE_KEY": "your_private_key_here (optional)"
      }
    }
  }
}

Local Development

# Clone
git clone https://github.com/nirholas/universal-crypto-mcp
cd universal-crypto-mcp

# Install
bun install

# Run dev server
bun dev:sse

Documentation

https://universal-crypto-mcp.vercel.app

Credits

Built by nich (github.com/nirholas)

License

MIT

MCP Server ยท Populars

MCP Server ยท New

    Blazemeter

    BlazeMeter MCP Server

    Official BlazeMeter MCP Server for AI-driven performance testing

    Community Blazemeter
    nirholas

    Universal Contract AI Interface

    Universal Contract AI Interface (UCAI) ๐Ÿ”— ABI to MCP | The open standard for connecting AI agents to blockchain. MCP server generator for smart contracts. Claude + Uniswap, Aave, ERC20, NFTs, DeFi. Python CLI, Web3 integration, transaction simulation. Polygon, Arbitrum, Base, Ethereum EVM chains. Claude, GPT, LLM tooling, Solidity, OpenAI.

    Community nirholas
    Dictation354

    Paper Fetch Skill

    Fetch papers as agent-ready markdown โ€” DOI/URL/title in, structured full text out. CLI ยท MCP ยท Skill.

    Community Dictation354
    Kaelio

    ktx

    ktx is the context layer for analytics agents

    Community Kaelio
    Goldentrii

    AgentRecall

    Persistent, correction-driven memory for AI agents. Cross-session, cross-platform (Claude Code, Codex, Gemini โ€” any MCP client). Learns from mistakes, compresses context to save tokens, consolidates knowledge overnight. npm: agent-recall-mcp

    Community Goldentrii