Back to Apps

Coinmarket v105 MCP Server
by traia-io
Professional crypto market data integration using the Coinmarket v105 API with dual-mode authentication.
0 stars
Works in:claude
Exposes:Tools
What it does
Provides AI agents with a standardized interface to the Coinmarket v105 API. It allows for the retrieval of professional cryptocurrency market data, pricing, and asset information. The server uniquely supports both standard API key authentication and a pay-per-use model via the HTTP 402 payment protocol using blockchain verification.
Tools
example_tool: A placeholder for Coinmarket v105 API endpoints (to be expanded based on API documentation).
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"coinmarket-v105": {
"command": "uv",
"args": ["run", "python", "-m", "server"],
"env": {
"COINMARKET_V105_API_KEY": "your-api-key-here"
}
}
}
}
Supported hosts
Claude
Quick install
uv pip install -e .Information
- Pricing
- freemium
- Published
- 5/2/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"coinmarket-v105": {
"command": "uv",
"args": ["run", "python", "-m", "server"],
"env": {
"COINMARKET_V105_API_KEY": "your-api-key-here"
}
}
}
}





