Back to Apps

Coingecko T3 MCP Server
by traia-io
Real-time cryptocurrency data integration via Coingecko T3 API with support for HTTP 402 payments.
0 stars
Updated 6 months ago
Works in:claude
Exposes:Tools
What it does
Connects AI agents to the Coingecko T3 API, enabling them to retrieve real-time cryptocurrency market data, pricing, and asset details. It uniquely supports both authenticated access via API keys and a pay-per-use model using the HTTP 402 (Payment Required) protocol for monetized access.
Tools
example_tool: Placeholder tool for Coingecko T3 API interactions (implementation pending specific endpoint mapping).
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"coingecko-t3": {
"command": "uv",
"args": ["run", "python", "-m", "server"],
"env": {
"COINGECKO_T3_API_KEY": "your-api-key-here"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
uv pip install -e . && COINGECKO_T3_API_KEY="your-api-key" uv run python -m serverInformation
- Pricing
- freemium
- Published
- 7/15/2026
- Updated
- 6 months ago
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"coingecko-t3": {"command": "uv", "args": ["run", "python", "-m", "server"], "env": {"COINGECKO_T3_API_KEY": "your-api-key"}}}}





