Back to MCP Servers

Coincap

Real-time cryptocurrency market data integration using CoinCap's public API, providing access to crypto prices and market information without API keys

finance-fintechapi

Installation

npx -y coincap-mcp

Configuration

{
  "mcpServers": {
    "coincap-mcp": {
      "command": "npx",
      "args": ["-y", "coincap-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub