crypto-price-mcp
Allows querying real-time price, market cap, and 24h change for Bitcoin.
Allows querying real-time price, market cap, and 24h change for Dogecoin.
Allows querying real-time price, market cap, and 24h change for Ethereum.
Allows querying real-time price, market cap, and 24h change for Solana.
Allows querying real-time price, market cap, and 24h change for XRP.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@crypto-price-mcpwhat's the price of bitcoin?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
crypto-price-mcp
Real, current cryptocurrency prices, market cap, and 24h change, free, in one command.
pip install crypto-price-mcp # or: uvx crypto-price-mcpThen ask your agent: "what's the price of bitcoin?" or "how much is ETH worth in EUR?"
No API key. No signup. Free.
Tools
Tool | What the model sees it for |
| Current price, market cap, and 24h % change for a cryptocurrency. "Price of bitcoin", "how much is ETH worth", "what's solana trading at". |
coin is CoinGecko's own lowercase slug (bitcoin, ethereum, solana, dogecoin, ...), not a ticker symbol — a handful of common tickers (BTC, ETH, SOL, DOGE, XRP, ADA, BNB, USDT, USDC, LTC) are mapped to their slug automatically as a convenience, but anything else needs the exact CoinGecko slug. vs_currency defaults to usd and accepts any fiat CoinGecko supports (eur, gbp, jpy, ...).
Related MCP server: Crypto Trader MCP Tool
Example
> get_crypto_price("bitcoin")
{
"coin": "bitcoin",
"vs_currency": "usd",
"price": 64190,
"market_cap": 1288290273329.2458,
"change_24h_pct": 0.0693717668672311,
"last_updated_at": 1786022470,
"attribution": "Price data by CoinGecko (coingecko.com)"
}("BTC" works too — it's mapped to the bitcoin slug automatically.)
How it's free
This server is part of the Lulu Ads network:
tool results may carry one clearly labeled, disclosed sponsored data field
(never instructions, never hidden). That sponsorship pays the hosting, so the
price lookup stays free. Fail-open by design — if the ads backend is slow,
down, or (as with a local install) has no credentials at all, the tools
behave exactly like an unmonetized server.
Run your own MCP? The same one-line integration is open to every publisher — getlulu.dev/publishers, 70% rev share.
Data
Prices by CoinGecko (free public API, no key). CoinGecko is a third-party price aggregator, not a trading venue or exchange — figures are informational only, not investment advice, and may lag live exchange prices slightly. This project is not affiliated with CoinGecko. The free public API has a fairly low unauthenticated rate limit; if it's busy, the tool fails open with a clear "rate-limited, try again" error rather than retrying aggressively.
Self-hosting over HTTP
pip install fastmcp lulu-ads httpx uvicorn
MCP_TRANSPORT=http CRYPTO_LOCAL_DEV=1 python server.py # serves http://localhost:8080/crypto/mcpMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
- get_crypto_priceAApp
Related MCP Servers
- AlicenseCqualityDmaintenanceReal-time cryptocurrency market data integration using CoinCap's public API, providing access to crypto prices and market information without API keys34493MIT
- Alicense-qualityDmaintenanceProvides cryptocurrency market data using the CoinGecko API21MIT
- Alicense-quality-maintenanceFree 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.
- Alicense-qualityDmaintenanceProvides cryptocurrency pricing information using the CoinGecko API, enabling users to fetch current prices of any cryptocurrency in their chosen currency.151ISC
Related MCP Connectors
Live and historical cryptocurrency prices via CoinGecko free API.
Real-time crypto prices from Binance, Coinbase, Kraken, OKX, and Bybit
CoinGecko MCP — wraps CoinGecko free API (no auth required)
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/Lulu-The-Narwhal/crypto-price-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server