coincap-mcp-server

CC3-0/coincap-mcp-server
★ 7 stars TypeScript AI/LLM Updated today
MCP Server exposing coincap rest api for use by AI Agents
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "coincap-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "CC3-0/coincap-mcp-server"
      ]
    }
  }
}