Skip to main content
Finance & FintechTypeScript

QuantGeekDev/coincap-mcp

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

finance-fintechcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/QuantGeekDev/coincap-mcp

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Finance & Fintech
Language
TypeScript
Author
QuantGeekDev