
Coinmarket v7 MCP Server
Supports UIby traia-io
Integration for Coinmarket v7 API, providing real-time crypto market data to AI agents.
What it does
This server connects LLMs to the Coinmarket v7 API, allowing agents to retrieve real-time cryptocurrency pricing, market caps, and other financial metrics. It supports both traditional API key authentication and a novel pay-per-use blockchain payment model via the HTTP 402 protocol.
Tools
example_tool: Placeholder for Coinmarket v7 API endpoints (actual tools are mapped to API documentation).
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"coinmarket-v7": {
"command": "uv",
"args": ["run", "python", "-m", "server"],
"env": {
"COINMARKET_V6_API_KEY": "your-api-key-here"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
uv pip install -e .Information
- Pricing
- freemium
- Published
- 5/21/2026
- stars







