CryptoAPIs MCP Market Data
About
MCP server for cryptocurrency asset prices, exchange rates, and market metadata via Crypto APIs
Details
- Author
- cryptoapis-io
- Categories
- Other, Finance
Jump to
Setup
Install CryptoAPIs MCP Market Data in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/cryptoapis-io/cryptoapis-mcp-market-data
Follow the installation instructions in the repository README, then restart your MCP client.
MCP server forCrypto APIsMarket Data product. List supported assets, get exchange rates, and get asset details.
API Version:Compatible with Crypto APIs version2024-12-12
- List supported crypto and fiat assets with filtering and pagination
- Get exchange rates between any two assets (by symbol or asset ID)
- Get asset details by asset ID or symbol
- Node.js 18+
- Crypto APIsaccount and API key (sign up|get API key)
npm install @cryptoapis-io/mcp-market-data
Or install all Crypto APIs MCP servers:npm install @cryptoapis-io/mcp
# Run with API key npx @cryptoapis-io/mcp-market-data --api-key YOUR_API_KEY # Or use environment variable export CRYPTOAPIS_API_KEY=YOUR_API_KEY npx @cryptoapis-io/mcp-market-data # HTTP transport npx @cryptoapis-io/mcp-market-data --transport http --port 3000 --api-key YOUR_API_KEY
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.jsonon macOS,%APPDATA%\Claude\claude_desktop_config.jsonon Windows):
{ "mcpServers": { "cryptoapis-market-data": { "command": "npx", "args": ["-y", "@cryptoapis-io/mcp-market-data"], "env": { "CRYPTOAPIS_API_KEY": "your_api_key_here" } } } }
Add to.cursor/mcp.json(project) or~/.cursor/mcp.json(global):
{ "mcpServers": { "cryptoapis-market-data": { "command": "npx", "args": ["-y", "@cryptoapis-io/mcp-market-data"], "env": { "CRYPTOAPIS_API_KEY": "your_api_key_here" } } } }
npx @modelcontextprotocol/inspector npx @cryptoapis-io/mcp-market-data --api-key YOUR_API_KEY
- Start the server in HTTP mode:
npx @cryptoapis-io/mcp-market-data --transport http --port 3000 --api-key YOUR_API_KEY
All servers default to port 3000. Use--portto assign different ports when running multiple servers.
When using HTTP transport, the server supports two API key modes:
- With--api-key:The key is used for all requests.x-api-keyrequest headers are ignored.
- Without--api-key:Each request must include anx-api-keyheader with a valid Crypto APIs key. This enables hosting a public server where each user provides their own key.
# Per-request key mode (multi-tenant) npx @cryptoapis-io/mcp-market-data --transport http --port 3000 # Clients send x-api-key header with each request
Stdio transport always requires an API key at startup.
Warning:Making requests without a valid API key — or with an incorrect one — may result in your IP being banned from the Crypto APIs ecosystem. Always ensure a valid API key is configured before starting any server.
Crypto APIs provides an official remote MCP server with all tools available via HTTP Streamable transport athttps://ai.cryptoapis.io/mcp. Pass your API key via thex-api-keyheader — no installation required.
EUR settlement for AI agents. USDC/EURC to EUR via SEPA Instant. Trust scoring (KYA 0-100), market data, crypto analytics, AI tools.
Full-lifecycle algorithmic trading: describe strategies in plain English, AI generates code, backtest on real data, deploy live to 10+ brokers. Stocks, options, crypto, futures. Free tier available.
Free MCP server for real-time cryptocurrency data. 5 tools: get_price, get_market_overview, get_token_info, get_historical_prices, get_trending. 70+ tokens supported via CoinGecko API.
Provides real-time cryptocurrency market data using the CoinGecko API.
Financial market intelligence with 12 tools: real-time stock quotes, crypto prices, technical analysis (RSI, MACD, Bollinger Bands), market overview, and portfolio tracking. Zero API keys required.
An MCP server for stock and cryptocurrency analysis with technical analysis tools.
Remote MCP server for historical crypto & prediction-market data: search ~500K instruments, live market stats (OHLC, turnover, spreads, depth, slippage) and tick-data purchase. Keyless for catalog & stats; optional OAuth for account tools. Endpoint: https://cryptostruct.com/mcp
Read-only MCP server for your Evibe investment portfolio + live market data (holdings, performance, dividends, benchmarks, screeners). Works with Claude & ChatGPT.
Realtime and Historical Exchange Rate Data, FX pairs, bid/ask, OHLC and Crypto prices
Token Metrics integration for fetching real-time crypto market data, trading signals, price predictions, and advanced analytics.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



