anjor/coinmarket-mcp-server
by Various
π βοΈ - Coinmarket API integration to fetch cryptocurrency listings and quotes
MCP
anjor/coinmarket-mcp-server
Added 1 June 2026
Overview
An MCP server that connects to the Coinmarket API to fetch cryptocurrency listings and quotes. It is implemented in Python and designed for integration with MCP-compatible clients.
Best for
Best for
Developers building MCP-based agents or assistants that need cryptocurrency price data
Use cases
- Retrieve current cryptocurrency market data inside an AI assistant or agent
- Build automated tools that require real-time crypto quotes
- Integrate Coinmarket API data into MCP-enabled workflows
How to use
Tools exposed
get-currency-listingsget-quotes
Tested with
Claude Desktop
Example client config
"mcpServers": {\n "coinmarket_service": {\n "command": "uv",\n "args": [\n "--directory",\n "/path/to/coinmarket_service",\n "run",\n "coinmarket_service"\n ],\n "env": {\n "COINMARKET_API_KEY": "<insert api key>"\n }\n }\n } Notes
An MCP server that connects to the Coinmarket API to fetch cryptocurrency listings and quotes. It is implemented in Python and designed for integration with MCP-compatible clients.
49 stars on GitHub. Last updated 2025-06-24. Licensed MIT.
Use cases
- Retrieve current cryptocurrency market data inside an AI assistant or agent
- Build automated tools that require real-time crypto quotes
- Integrate Coinmarket API data into MCP-enabled workflows
Pros
- Straightforward Python implementation with clear API mapping
- Open source and easy to self-host for custom use cases
- Compatible with any MCP client or agent framework
Cons
- Requires a Coinmarket API key, which may involve a paid plan for full access
- Limited to the Coinmarket API dataset (no other providers)
- Small community and limited documentation beyond the repository README
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Straightforward Python implementation with clear API mapping
- Open source and easy to self-host for custom use cases
- Compatible with any MCP client or agent framework
Cons
- Requires a Coinmarket API key, which may involve a paid plan for full access
- Limited to the Coinmarket API dataset (no other providers)
- Small community and limited documentation beyond the repository README
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developerβs Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.