Crypto Prices — hosted on Cloudflare Workers (HTTP + npm stdio)
@guptaprakhariitr
About Crypto Prices — hosted on Cloudflare Workers (HTTP + npm stdio)
MCP server for crypto-prices-mcp — see README
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"crypto-prices-mcp": {
"command": "npx",
"args": [
"-y",
"@insnapsprakhar/crypto-prices-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Crypto Prices?
Crypto Prices is a hosted MCP server that provides live and historical cryptocurrency prices, search, trending coins, and a global market snapshot via the CoinGecko API. It runs on Cloudflare Workers and is designed for crypto-research, portfolio tracking, and trading-research LLMs.
How to use Crypto Prices?
Point any MCP-aware client (Cursor, Claude Desktop, Windsurf, etc.) at the hosted endpoint https://crypto-prices-mcp.atlasword.workers.dev/mcp using mcp-remote or the npm launcher (@insnapsprakhar/crypto-prices-mcp). Authenticate with a Bearer token from the /upgrade page. A free tier allows up to 100 anonymous calls per month per IP.
Key features of Crypto Prices
- Live prices for one or many coins via
crypto_prices - Search coins by name or symbol with
crypto_search - Historical price series with daily/hourly intervals via
crypto_history - Top trending coins in the last 24h (
crypto_trending) - Global crypto market snapshot (
crypto_market_global) - Hosted on Cloudflare Workers with Bearer-token auth
Use cases of Crypto Prices
- Query current prices for portfolio tracking
- Search for a coin’s CoinGecko id by name or symbol
- Analyze historical price trends for research
- Fetch the daily trending coins list
- Get a global market overview (cap, volume, BTC dominance)
FAQ from Crypto Prices
What data does Crypto Prices provide?
It provides current prices, coin search, historical price series (daily/hourly), trending coins, and global market data (market cap, 24h volume, BTC dominance, active cryptos).
How do I get an API key?
Visit https://crypto-prices-mcp.atlasword.workers.dev/upgrade?tier=solo (or /team//pro), complete checkout via Dodo Payments, and copy the key shown on the /welcome page.
Is there a free tier?
Yes. Anonymous callers get 100 calls per month per IP with a rate limit of 10 requests per minute.
Where does the data come from?
All data is sourced from the CoinGecko Public API (free tier with attribution). The server is a thin transport, auth, and caching layer.
How is my data handled?
Only your email, API key, monthly call counters, and Dodo subscription metadata are stored. Tool arguments and upstream responses are not logged. Data export and deletion options are available.
More Finance & Commerce MCP servers
Financial Modeling Prep MCP (Model Context Protocol)
imbenrabiA Model Context Protocol (MCP) implementation for Financial Modeling Prep, enabling AI assistants to access and analyze financial data, stock information, company fundamentals, and market insights.
kospi-kosdaq-stock-server
dragon1086An MCP server that provides KOSPI/KOSDAQ stock data using FastMCP
MetaTrader 5 MCP Server
QoyyuumA Model Context Protocol (MCP) server for interacting with the MetaTrader 5 trading platform. This server provides AI assistants with tools and resources to access market data, perform trading operations, and analyze trading history.
Futu Stock MCP Server
shuizhengqi1mcp server for futuniuniu stock
Comments