Crypto Prices — hosted on Cloudflare Workers (HTTP + npm stdio)
@guptaprakhariitr
关于 Crypto Prices — hosted on Cloudflare Workers (HTTP + npm stdio)
MCP server for crypto-prices-mcp — see README
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"crypto-prices-mcp": {
"command": "npx",
"args": [
"-y",
"@insnapsprakhar/crypto-prices-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
金融与商务 分类下的更多 MCP 服务器
₿itcoin & Lightning Network MCP Server
AbdelStarkBitcoin & Lightning Network MCP Server.
Crypto Sentiment MCP Server
kukapayAn MCP server that delivers cryptocurrency sentiment analysis to AI agents.
Yahoo Finance MCP Server
Alex2Yang97This is a Model Context Protocol (MCP) server that provides comprehensive financial data from Yahoo Finance. It allows you to retrieve detailed information about stocks, including historical prices, company information, financial statements, options data, and market news.
Yahoo Finance MCP Server
narumirunaDefeatbeta Api
defeat-betaAn open-source alternative to Yahoo Finance's market data APIs with higher reliability.
评论