Crypto Prices MCP Server — Coin Prices & FX for AI Agents
Pricing
from $20.00 / 1,000 tool calls
Crypto Prices MCP Server — Coin Prices & FX for AI Agents
MCP server exposing live cryptocurrency prices and FX rates as agent tools. Connect Claude, Cursor, or the OpenAI Agents SDK.
Pricing
from $20.00 / 1,000 tool calls
Rating
0.0
(0)
Developer
NexGenData
Maintained by CommunityActor stats
1
Bookmarked
3
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
Crypto Prices MCP Server
A Model Context Protocol server that gives AI agents live coin prices and exchange rates as callable tools. For crypto-agent and assistant builders.
🛠 Tools (2)
crypto_prices— Current prices for major cryptocurrencies.exchange_rates— Live foreign-exchange rates.
🔌 Connect (Claude Desktop / Cursor / n8n / OpenAI Agents SDK)
Add this MCP server to your client config:
{"mcpServers": {"crypto": {"url": "https://nexgendata--crypto-mcp-server.apify.actor/mcp"}}}
Sample agent prompt:
Get current BTC, ETH and SOL prices and the USD/EUR rate.
Pricing: $0.02 per tool call (Pay-Per-Event). Runs in Standby mode.
🪙 Crypto Prices MCP Server — Coin Prices & FX Rates for Claude / ChatGPT
Connect AI agents to live cryptocurrency prices and fiat exchange rates through the Model Context Protocol (MCP). Clean JSON tuned for LLM function-calling. Pay-per-use, no subscription.
What You Get
This MCP server exposes 2 tools to your AI agent:
crypto_prices— live cryptocurrency prices (sourced from CoinGecko)exchange_rates— fiat currency exchange rates (e.g. USD/EUR/GBP). Note: this is fiat-to-fiat FX, not crypto-exchange data.
All responses are structured JSON for LLM tool use.
Use Cases
- Portfolio assistants — an agent fetches current coin prices on demand
- FX-aware agents — convert between fiat currencies using live rates
- Chatbots — answer "what's the price of Bitcoin right now?"
Quick Start
Wire this MCP server into an MCP-compatible client (Claude Desktop, Cursor, Windsurf, Cline) by pointing your config at this actor's MCP endpoint:
https://nexgendata--crypto-mcp-server.apify.actor/mcp
Pricing
This actor uses Apify pay-per-event pricing — charged per successful tool call, no monthly subscription.
FAQ
Q: Which coins are supported? Crypto prices are sourced from CoinGecko's public data.
Q: Does it provide OHLCV/historical candles, trending coins, market dominance, fear & greed, developer activity, or DEX data? No. This server provides current crypto prices and fiat exchange rates only.
Q: Is exchange_rates for crypto exchanges?
No — it returns fiat currency exchange rates (e.g. USD to EUR), not data about cryptocurrency exchanges.
Q: Can the AI agent call this from Cursor / Cline / Claude Desktop? Yes — any MCP-compatible client works.
About NexGenData
NexGenData publishes a catalog of Apify actors and a family of MCP servers for AI agent workflows. Browse the full catalog at https://apify.com/nexgendata
🔗 Related NexGenData Actors
- Finance MCP Server — finance + market data for AI agents
- News MCP Server — news + media monitoring for AI agents