PluginBench
MCP Server

io.github.kota1026/cryptodata-mcp MCP Server

io.github.kota1026/cryptodata-mcp

What is the io.github.kota1026/cryptodata-mcp MCP server?

CryptoData MCP Server - Real-time crypto market data, DeFi analytics, and on-chain intelligence...

How to install io.github.kota1026/cryptodata-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cryptodata-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cryptodata-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "cryptodata-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cryptodata-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "cryptodata-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cryptodata-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "cryptodata-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cryptodata-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add cryptodata-mcp -- npx -y cryptodata-mcp

Related MCP servers

BridgeGuard MCP Server - Cross-chain bridge security audit tools for AI coding agents. Scan bri...

View repository →

DeFiGuard MCP Server - DeFi protocol risk analysis tools for AI coding agents. Analyze token co...

View repository →

Post-quantum cryptography security scanner. Detect ECDSA/RSA vulnerabilities, NIST compliance.

View repository →

SmartGuard MCP Server - AI-powered smart contract security audit tools for Claude Code, Cursor,...

View repository →

VaultGuard MCP Server - Yearn V3 / DeFi vault security and analysis tools for AI coding agents....

View repository →