CoinMarketCap MCP Server
加密 MCP
模型上下文协议(MCP) 服务器为 Claude AI 提供来自 CoinMarketCap API 的加密货币数据的实时访问。
特征
该服务器为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 install构建 TypeScript 代码:
# Using npm
npm run build
# Using bun
bun run buildClaude 中的用法
配置完成后,您可以要求 Claude 执行各种与加密货币相关的任务:
“按市值显示十大加密货币”
“比特币和以太坊现在的价格是多少?”
“当今全球加密货币市场指标如何?”
“跟我讲讲币安交易所吧”
截图
顶级加密货币

加密货币元数据

市场指标

发展
该项目使用 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