LogoSTMCP
Download
coin_api_mcp

Coin MCP Server

A Model Context Protocol server that provides AI applications with access to CoinMarketCap's cryptocurrency data, including listings, quotes, and detailed coin information through standardized tools.

Tools

1. listing-coins

Fetches a paginated list of all active cryptocurrencies with the latest market data.

2. get-coin-info

Retrieves detailed information about a specific cryptocurrency.

3. get-coin-quotes

Fetches the latest market quotes for one or more cryptocurrencies.

Open Graph image for Coin MCP Server

JSON Config

{
  "mcpServers": {
    "coin_api": {
      "command": "python",
      "args": ["-m", "coin_api_mcp"]
    },
    "env": {
      "COINMARKETCAP_API_KEY": "your_api_key_here"
    }
  }
}

Useful Links

Information