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 YFinance Stock Server
Adity-starReal-time stock API with Python, MCP server example, yfinance stock analysis dashboard
Defeatbeta Api
defeat-betaAn open-source alternative to Yahoo Finance's market data APIs with higher reliability.
Alpaca Trading MCP Server
laukikkMCP for the Alpaca trading API to manage stock and crypto portfolios, place trades, and access market data
₿itcoin & Lightning Network MCP Server
AbdelStarkBitcoin & Lightning Network MCP Server.
Boba MCP
Able-labs-xyzBoba CLI - The bridge between agents and decentralized trading.
コメント