CoinMarketCap MCP Server
暗号MCP
Claude AI に CoinMarketCap API からの暗号通貨データへのリアルタイム アクセスを提供するモデル コンテキスト プロトコル(MCP) サーバー。
特徴
このサーバーは、Claude に次のツールを提供します。
get-cryptocurrency-listings : 最新の暗号通貨市場データを入手する
get-cryptocurrency-quotes : 特定の暗号通貨の相場情報を取得する
get-cryptocurrency-map : 暗号通貨と CoinMarketCap ID のマッピングを取得します。
get-cryptocurrency-info : 特定の暗号通貨の詳細なメタデータを取得する
get-global-metrics : 世界の暗号通貨市場の指標にアクセス
get-exchange-listings : 暗号通貨取引所に関する情報を取得する
Related MCP server: CoinMarketCap Universal MCP Server
前提条件
CoinMarketCap API キー ( pro.coinmarketcap.comで取得)
Claude Desktopとの統合
この MCP サーバーを Claude Desktop と統合するには:
Claude Desktop 構成ファイルを見つけます。
macOSの場合:
~/Library/Application\ Support/Claude/claude_desktop_config.json
ファイルに次の構成を追加します。
{
"mcpServers": {
"cmc": {
"command": "npx",
"args": ["crypto-mcp"],
"env": {
"COINMARKET_API_KEY": "your-api-key-here"
}
}
}
}手動インストール
このリポジトリをクローンする
依存関係をインストールします:
# Using npm
npm install
# Using bun
bun installTypeScript コードをビルドします。
# Using npm
npm run build
# Using bun
bun run buildクロードでの使用
設定が完了したら、Claude にさまざまな暗号通貨関連のタスクを実行するよう依頼できます。
「時価総額上位10の暗号通貨を教えてください」
「ビットコインとイーサリアムの現在の価格はいくらですか?」
「今日の世界の暗号通貨市場の指標は何ですか?」
「Binance取引所について教えてください」
スクリーンショット
トップ暗号通貨

暗号通貨のメタデータ

市場指標

発達
このプロジェクトでは、TypeScript と Model Context Protocol SDK を使用して、Claude AI と通信するサーバーを構築します。
利用可能なツールを変更したり、新しいエンドポイントを追加したりするには、 src/index.tsファイルを編集してプロジェクトを再構築します。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityFmaintenanceCoinmarket API integration to fetch cryptocurrency listings and quotes250MIT
- Alicense-qualityDmaintenanceProvides comprehensive access to CoinMarketCap's cryptocurrency data including listings, quotes, market metrics, and the Fear & Greed Index directly within the Cursor environment.2832MIT
- AlicenseBqualityDmaintenanceProvides access to cryptocurrency market data, exchange information, and blockchain metrics through the CoinMarketCap API. Supports price quotes, historical data, trending tokens, global metrics, and DEX information across different subscription tiers.26127MIT
- Alicense-qualityCmaintenanceProvides cryptocurrency market data (top coins by market cap) and fiat currency exchange rates.8MIT
Related MCP Connectors
Live and historical cryptocurrency prices via CoinGecko free API.
CoinMarketCap MCP — crypto prices, market cap, rankings
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/szcharlesji/crypto-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server