Realtime Crypto MCP Server
Provides detailed exchange information including trading volumes, rankings, and trading pairs for the Binance cryptocurrency exchange.
Fetches current exchange rates for Bitcoin in USD and provides symbol and cryptocurrency type information.
Retrieves detailed exchange information for Coinbase, including volumes, rankings, and trading pairs.
Retrieves current exchange rates for Ethereum in USD along with symbol and cryptocurrency type details.
Provides current USD exchange rates for Litecoin with associated symbol and cryptocurrency type information.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Realtime Crypto MCP Serverwhat's the current bitcoin rate?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
realtime-crypto-mcp-server
A real-time cryptocurrency data provider for Model Context Protocol (MCP) servers. This package integrates with the CoinCap API to provide cryptocurrency exchange details and current rates.
Features
Get detailed cryptocurrency exchange information (volumes, rankings, trading pairs)
Fetch current cryptocurrency rates in USD
Built-in rate limiting and retry mechanisms for API requests
Fully typed with TypeScript
Compatible with MCP server SDK
Related MCP server: Coin MCP Server
🚀 Quick Start
To get started, add this configuration to your MCP Client config json:
{
"mcpServers": {
"realtime-crypto": {
"command": "npx",
"args": ["realtime-crypto-mcp-server"]
}
}
}Prerequisites
Node.js 18+
npx
Development
Install dependencies:
npm installBuild the server:
npm run buildCrypto Exchange & Rates Toolkit
This package provides tools to retrieve detailed information about cryptocurrency exchanges and current exchange rates for cryptocurrencies using the CoinCap API.
API Reference
getExchangeDetailsTool
Get detailed information about cryptocurrency exchanges.
Input:
exchange(string): Exchange ID (e.g.,binance,coinbase,kraken)
Example Response: Exchange details for Binance:
Name: Binance
Rank: 1
Volume (USD): $14,789,244,354.70
% of Total Volume: 31.39%
Trading Pairs: 1078
Website: https://www.binance.com/
Last Updated: 4/5/2025, 12:34:56 PM
getRatesTool
Get current exchange rates for cryptocurrencies.
Input:
currency(string): Cryptocurrency ID (e.g.,bitcoin,ethereum,litecoin)
Example Response: Current rate for bitcoin:
Symbol: BTC ₿ Type: crypto USD Rate: $82,821.30
🧠 Data Source
This package uses data from the CoinCap API, a free cryptocurrency market data API that provides real-time pricing and market activity for over 1,000 cryptocurrencies.
⏱️ Rate Limiting
The package includes built-in rate limiting and retry mechanisms to handle CoinCap API's rate limits.
Maximum 3 retries for rate-limited requests
Exponential backoff starting at 1 second
📄 License
MIT
👨💻 Author
Mohan Kumar
🙏 Acknowledgements
CoinCap API for providing cryptocurrency market data
Model Context Protocol for the MCP server framework
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
- AlicenseBqualityAmaintenanceA Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.322439MIT
- Flicense-qualityFmaintenanceA Model Context Protocol server that provides access to CoinMarketCap's cryptocurrency data, enabling AI applications to retrieve cryptocurrency listings, quotes, and detailed information.37
- AlicenseAqualityBmaintenanceA Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface. Updated to use Coin Cap API v33261MIT
- AlicenseBqualityDmaintenanceA server that allows AI models to interact with cryptocurrency exchange APIs through the Model Context Protocol, providing access to over 100 exchanges and their trading capabilities.207593MIT
Related MCP Connectors
A MCP server for the Frankfurter API for currency exchange rates.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
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/smhnkmr/realtime-crypto-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server