token-price
Token Price API
Echtzeit-Kryptopreise über CoinGecko – Preis, 24h-Änderung, Marktkapitalisierung, Volumen. Mehr als 10.000 Token werden unterstützt. Pay-per-Call über x402 (USDC auf Base L2) – kein API-Schlüssel, keine Anmeldung, keine Rate-Limit-Schranke.
Teil des klymax402-Marktplatzes – 100 x402-Mikrozahlungs-APIs für KI-Agenten, eine Wallet, USDC auf Base.
Schnellstart – MCP
Fügen Sie es Ihrer MCP-Client-Konfiguration hinzu (Claude Desktop, Cursor, ElizaOS usw.):
{
"mcpServers": {
"token-price": {
"url": "https://token-price.api.klymax402.com/mcp"
}
}
}Related MCP server: CoinGecko Price MCP Server
Schnellstart – HTTP (x402)
curl -X POST "https://token-price.api.klymax402.com/api/price" \
-H "Content-Type: application/json" \
-d '{"token":"..."}'
# -> 402 Payment Required, with an x402 payment challenge in the response bodyJeder x402-kompatible Client (@x402/fetch, x402-agent-tools, ATXP) übernimmt den Zyklus 402 → Sign → Retry automatisch.
Tools
Tool | Methode | Pfad | Preis | Beschreibung |
| POST |
| $0.003 | Aktuellen Kryptotoken-Preis mit 24h-Änderung, Marktkapitalisierung und Volumen abrufen |
finance_get_token_price
Verwenden Sie dieses Tool, wenn Sie den aktuellen Preis einer beliebigen Kryptowährung oder eines Tokens benötigen. Es gibt Echtzeit-Marktdaten im JSON-Format zurück.
Parameter
Name | Typ | Erforderlich | Beschreibung |
| string | Ja | Token-Name oder CoinGecko-ID (z. B. bitcoin, ethereum, solana) |
| string | Nein | Zielwährung für den Preis (Standard: usd). Unterstützt usd, eur, gbp wie usw. |
Rückgabewerte
price– aktueller Preis in der angeforderten Währungchange24h– 24h-Preisänderung in ProzentmarketCap– gesamte Marktkapitalisierung in USDvolume24h– 24h-Handelsvolumen in USDtoken– verwendete Token-Kennungcurrency– Zielwährung für den Preis
Beispielantwort:
{"price":3128.60,"change24h":2.45,"marketCap":376000000000,"volume24h":15200000000,"token":"ethereum","currency":"usd"}Wann verwenden: schnelle Preisabfragen, Portfolio-Bewertung und Marktbeobachtung. Unterstützt mehr als 10.000 Token anhand der CoinGecko-ID (z. B. bitcoin, ethereum, solana, dogecoin).
Nicht geeignet für: Aktienkurse (finance_get_stock_price), Token-Sicherheit (token_check_safety), historische Kerzen (token_get_ohlcv_history), Währungsumrechnung (finance_convert_currency).
Beispiel-Prompts für Agenten
„Der aktuelle Preis einer beliebigen Kryptowährung oder eines Tokens"
Zahlung
Protokoll: x402 – HTTP-natives Pay-per-Call, keine Anmeldung, kein API-Schlüssel
Netzwerk: Base L2 (
eip155:8453)Asset: USDC
Facilitator: Coinbase CDP (primär), PayAI (Fallback)
Alternativ über ATXP erreichbar (OAuth-gekapseltes x402, RFC-9728-Metadaten für geschützte Ressourcen)
Teil von klymax402
Katalog: https://klymax402.com/llms.txt
Vollständige API-Referenz: https://klymax402.com/llms-full.txt
Live-Statistiken: https://klymax402.com/stats
Lizenz
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceFree real-time cached CoinGecko USD prices + 24h change. No key, no signup, 15/min rate limit. x402 paid v2 soon. Perfect for trading/research agents.
- AlicenseNot gradedqualityDmaintenanceProvides cryptocurrency pricing information using the CoinGecko API, enabling users to fetch current prices of any cryptocurrency in their chosen currency.151ISC
- AlicenseAqualityCmaintenanceEnables AI agents to access crypto/web3 data across 5 chains with pay-per-call billing in USDC via x402, no API key required, and built-in spend caps.3636MIT
- AlicenseNot gradedqualityBmaintenanceProvides historical OHLCV candlestick data for any token by CoinGecko ID or contract address, with daily, 4h, and 1h intervals, paid per call via x402 micropayments.MIT
Related MCP Connectors
Live USD crypto spot prices by ticker (BTC, ETH, SOL, …) for AI agents. x402 pay-per-call.
Live financial data MCP: FX, crypto, stocks, news, URL reader. x402 on Base: $0.001/call.
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Br0ski777/token-price-x402'
If you have feedback or need assistance with the MCP directory API, please join our Discord server