Provides real-time cryptocurrency data access via Model Context Protocol, offering market listings, quotes, metadata, global metrics, and exchange information through CoinMarketCap API integration.
Unlock the full potential of CoinMarketCap MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.
Free tier available • No credit card required
A Model Context Protocol (MCP) server that provides Claude AI with real-time access to cryptocurrency data from the CoinMarketCap API.
This server provides the following tools to Claude:
To integrate this MCP server with Claude Desktop:
Locate the Claude Desktop configuration file:
~/Library/Application\ Support/Claude/claude_desktop_config.json
Add the following configuration to the file:
{ "mcpServers": { "cmc": { "command": "npx", "args": ["crypto-mcp"], "env": { "COINMARKET_API_KEY": "your-api-key-here" } } } }
# Using npm npm install # Using bun bun install
# Using npm npm run build # Using bun bun run build
Once configured, you can ask Claude to perform various cryptocurrency-related tasks:
!Top Cryptocurrencies
!Cryptocurrency Metadata
!Market Metrics
This project uses TypeScript and the Model Context Protocol SDK to build a server that communicates with Claude AI.
To modify the available tools or add new endpoints, edit the src/index.ts
file and rebuild the project.
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!