Cryptocurrency prices, trending coins, market charts, coin details, and exchange rates via the free CoinGecko API.
40+ deploysclaude mcp add coingecko --url https://datafaucet.dev/api/mcp/t/coingecko
Run this command in your terminal · most users connect in under 60s
Try 5 tools free before deploying
No signup, no API key. Run live calls in the sandbox right now.
Click a tool above to try it live. No API key needed.
get_coin_price
Try →Get current price, 24h change, and market cap for a cryptocurrency.
https://api.coingecko.com/api/v3/simple/price?ids={coin_id}&vs_currencies=usd&include_24hr_change=true&include_market_cap=true
get_trending_coins
Try →Get trending cryptocurrencies on CoinGecko (top 7 by search volume in last 24h).
https://api.coingecko.com/api/v3/search/trending
get_coin_market_chart
Try →Get price, market cap, and volume history for a coin over N days.
https://api.coingecko.com/api/v3/coins/{coin_id}/market_chart?vs_currency=usd&days={days}
get_coin_details
Try →Get detailed info for a coin (description, links, genesis date, market data).
https://api.coingecko.com/api/v3/coins/{coin_id}?localization=false&tickers=false&community_data=false&developer_data=false
list_top_coins
Try →List top coins by market cap with price, volume, and 24h change.
https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&order=market_cap_desc&per_page={limit}&page=1
list_supported_currencies
Try →List all supported fiat and crypto currencies for price conversion.
https://api.coingecko.com/api/v3/simple/supported_vs_currencies
Run this in your terminal:
claude mcp add coingecko https://datafaucet.dev/api/mcp/t/coingecko
Connect CoinGecko to your AI agent in under 60 seconds. No account required.
This server runs live in our sandbox. Connect your AI agent directly:
claude mcp add datafaucet-sandbox https://datafaucet.dev/api/sandbox
First thing to ask your AI
Live health check
| Sandbox (free) | Deployed | |
|---|---|---|
| Tools | 5 | 6 |
| Rate limit | 5/min | Unlimited |
| Auth | None (public) | Your API key |
| Custom domain | No | Yes |
| Response caching | 30s shared | Configurable |
Deploy unlocks 1 additional tool not available in the free sandbox.
{notion_token}) with your real credentialsReplace these placeholders with your real values before deploying:
{coin_id}Resource identifier{days}Your value{limit}Your valuePreview:
GET https://api.coingecko.com/api/v3/simple/price?ids={coin_id}&vs_currencies=usd&include_24hr_change=true&include_market_cap=trueclaude mcp add coingecko --url https://datafaucet.dev/api/mcp/t/coingeckoWhat your AI agent sees
I have access to 6 tools from CoinGecko: get_coin_price, get_trending_coins, get_coin_market_chart, and 3 more.
“Get current price, 24h change, and market cap for a cryptocurrency.”
Calling get_coin_price... Done. Here are the results.
Try these prompts
“What's the current price of Bitcoin and Ethereum?”
Copy“Show me the top 10 coins by market cap”
Copy“Get the 30-day price chart for Solana”
CopyClick any prompt to copy, then paste into your AI client.