Crypto MCP Gateway

v1.0.0β€’APIsβ€’stable

Give AI agents access to money πŸ’°1,100+ MCP tools β€” swap, bridge, stake, lend, trade, and deploy across most blockchains. The open MCP gateway where AI meets DeFi. Trade crypto, swap across DEXs, bridge chains, stake tokens, lend, track whales, read m

agentagenticagentschatcrypto
Share:
17
Stars
0
Downloads
0
Weekly
0/5

What is Crypto MCP Gateway?

Crypto MCP Gateway is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to give ai agents access to money πŸ’°1,100+ mcp tools β€” swap, bridge, stake, lend, trade, and deploy across most blockchains. the open mcp gateway where ai meets defi. trade crypto, swap across dexs, brid...

Give AI agents access to money πŸ’°1,100+ MCP tools β€” swap, bridge, stake, lend, trade, and deploy across most blockchains. The open MCP gateway where AI meets DeFi. Trade crypto, swap across DEXs, bridge chains, stake tokens, lend, track whales, read m

This server falls under the APIs category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Give AI agents access to money πŸ’°1,100+ MCP tools β€” swap, bri

Use Cases

1,100+ crypto trading and DeFi tools
Swap, bridge, stake, and lend across chains
Blockchain AI agent infrastructure
nirholas

Maintainer

LicenseApache-2.0
Languagetypescript
Versionv1.0.0
UpdatedMay 1, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx modelcontextprotocol-name

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Crypto MCP Gateway

Crypto MCP Gateway (modelcontextprotocol.name) is an open MCP gateway that gives AI agents access to over 1,100 DeFi and crypto tools across most major blockchains, covering token swaps on DEXs, cross-chain bridging, staking, lending, whale tracking, on-chain analytics, and autonomous agent-to-agent payments using the x402 payment protocol. It is built in TypeScript and exposes these capabilities through a standard MCP interface so any compatible AI client β€” Claude, Cursor, or custom agents β€” can trade, bridge, and deploy contracts by simply describing what they want in natural language.

Prerequisites

  • Node.js 18 or later
  • A crypto wallet private key or connection to a wallet provider for transaction signing
  • RPC endpoint URL(s) for the blockchains you want to interact with
  • An MCP-compatible client such as Claude Desktop
1

Clone the repository

Clone the modelcontextprotocol.name repository from GitHub.

git clone https://github.com/nirholas/modelcontextprotocol.name.git
cd modelcontextprotocol.name
2

Install dependencies

Install the Node.js dependencies for the MCP gateway.

npm install
3

Configure wallet and RPC access

The gateway needs a wallet private key and RPC endpoint to sign and broadcast transactions. Set these as environment variables before starting the server. Never commit a real private key to version control.

export WALLET_PRIVATE_KEY="0x..."
export RPC_URL="https://mainnet.infura.io/v3/YOUR_PROJECT_ID"
4

Start the MCP server

Launch the gateway server. It will expose all 1,100+ crypto tools over the MCP protocol.

npm start
5

Add the server to your MCP client config

Register the gateway with Claude Desktop or another MCP client using the server's command and required environment variables.

{
  "mcpServers": {
    "crypto-mcp": {
      "command": "node",
      "args": ["/path/to/modelcontextprotocol.name/dist/index.js"],
      "env": {
        "WALLET_PRIVATE_KEY": "0x...",
        "RPC_URL": "https://mainnet.infura.io/v3/YOUR_PROJECT_ID"
      }
    }
  }
}

Crypto MCP Gateway Examples

Client configuration

Claude Desktop configuration for the Crypto MCP Gateway with wallet and RPC settings.

{
  "mcpServers": {
    "crypto-mcp": {
      "command": "node",
      "args": ["/path/to/modelcontextprotocol.name/dist/index.js"],
      "env": {
        "WALLET_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY",
        "RPC_URL": "https://mainnet.infura.io/v3/YOUR_PROJECT_ID"
      }
    }
  }
}

Prompts to try

Example prompts for DeFi and crypto operations once the gateway is connected.

- "Swap 0.1 ETH for USDC on Uniswap using the best available route"
- "Bridge 100 USDC from Ethereum mainnet to Arbitrum"
- "Stake 1 ETH and show me the current APY options"
- "Show me the top whale wallets that bought ETH in the last 24 hours"
- "What is the current gas price on Ethereum and what will my swap cost?"

Troubleshooting Crypto MCP Gateway

Transaction fails with 'insufficient funds' error

Make sure your wallet has enough native token (ETH, MATIC, etc.) to cover both the swap/bridge amount and the gas fees. Check your balance before executing on-chain operations.

RPC connection errors or timeout when executing tools

Verify your RPC_URL is valid and your API key has capacity. Consider using a paid RPC provider like Alchemy or Infura for more reliable connections. Public RPC endpoints are rate-limited and may time out under load.

Server fails to start with missing module errors

Run 'npm install' again from the project root to ensure all dependencies are installed. If a TypeScript compilation step is needed, run 'npm run build' before starting the server.

Frequently Asked Questions about Crypto MCP Gateway

What is Crypto MCP Gateway?

Crypto MCP Gateway is a Model Context Protocol (MCP) server that give ai agents access to money πŸ’°1,100+ mcp tools β€” swap, bridge, stake, lend, trade, and deploy across most blockchains. the open mcp gateway where ai meets defi. trade crypto, swap across dexs, bridge chains, stake tokens, lend, track whales, read m It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Crypto MCP Gateway?

Follow the installation instructions on the Crypto MCP Gateway GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Crypto MCP Gateway?

Crypto MCP Gateway works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Crypto MCP Gateway free to use?

Yes, Crypto MCP Gateway is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.

Browse More APIs MCP Servers

Explore all apis servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "modelcontextprotocol-name": { "command": "npx", "args": ["-y", "modelcontextprotocol-name"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide β†’

Ready to use Crypto MCP Gateway?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides