PluginBench
MCP Server

CryptoData API MCP Server

io.github.elevasyncsolutions-jpg/cryptodata-api

What is the CryptoData API MCP server?

Crypto MCP with 21 tools for market data, DeFi, analytics, and sentiment. Post-paid USDC billing.

How to install CryptoData API

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "cryptodata-api": {
      "url": "https://cryptodata-api.datachain.workers.dev/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "cryptodata-api": {
      "serverUrl": "https://cryptodata-api.datachain.workers.dev/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "cryptodata-api": {
      "type": "http",
      "url": "https://cryptodata-api.datachain.workers.dev/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "cryptodata-api": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://cryptodata-api.datachain.workers.dev/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http cryptodata-api https://cryptodata-api.datachain.workers.dev/mcp

Related MCP servers

Crypto data & trading MCP with 43 tools: prices, DeFi, NFTs, Solana swaps. 11 tools free.

View repository →