MCP Catalogs
Homeuniversal-crypto-mcp screenshot

universal-crypto-mcp

by nirholas·37·Score 44

A universal MCP server for AI agents to interact with 20+ blockchain networks via natural language.

financedeveloper-toolsai-llm
8
Forks
3
Open issues
this month
Last commit
2d ago
Indexed

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:

you:AI agents can perform cross-chain token swaps through multiple DEX aggregators
you:Users can track portfolio performance across 20+ blockchain networks through natural language queries
you:Developers can build AI-powered DeFi applications with automated gas optimization and MEV protection
you:Which blockchains are supported?
you:How does the x402 payment protocol work?

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 README
  • x402_pay_request

    Make HTTP request with automatic 402 payment

  • x402_balance

    Check wallet balance (USDC/USDs + native)

  • x402_send

    Send direct payment to an address

  • x402_batch_send

    Send multiple payments in one transaction

  • x402_gasless_send

    Send payment without paying gas

  • x402_estimate

    Check cost before paying

  • x402_address

    Get your wallet address

  • x402_networks

    List supported networks

  • x402_yield

    Check 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

evm-mcp-serveralchemy-mcpblockchain-tools-mcpweb3js

Installation

Install the package via npm:

npm install @nirholas/universal-crypto-mcp

For 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

GitHub →

Last updated · Auto-generated from public README + GitHub signals.