@anjor/coinmarket-mcp-server: Coinmarket MCP Server

anjor/coinmarket-mcp-server
20

Coinmarket MCP Server integrates with the Coinmarket API to fetch cryptocurrency data, offering tools for retrieving currency listings and token quotes via custom URI schemes and endpoints. Requires an API key for configuration.

unknown

Author

anjor

README

Coinmarket MCP server

Coinmarket MCP Server

Components

Resources

The server implements a few of the Coinmarket API endpoints

  • Custom coinmarket:// URI scheme for accessing individual notes
  • Each note resource has a name, description and text/plain mimetype

Tools

The server implements two tools:

  • get-currency-listings: Get the latest currency listings
  • get-quotes: Get quotes for tokens
    • Takes "slug" (example: bitcoin) or "symbol" (example: BTC) as optional string argument

Configuration

Requires coinmarket API key.

Quickstart

Install

Claude Desktop

On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json On Windows: %APPDATA%/Claude/claude_desktop_config.json

Development/Unpublished Servers Configuration ``` "mcpServers": { "coinmarket_service": { "command": "uv", "args": [ "--directory", "/Users/anjor/repos/anjor/coinmarket_service", "run", "coinmarket_service" ], "env": { "COINMARKET_API_KEY": "" } } } ```
@anjor/coinmarket-mcp-server: Coinmarket MCP Server | MCP Server Implementation | MCP Server Store