crypto-price-mcp
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., "@crypto-price-mcpcompare BTC prices across exchanges"
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.
crypto-price-mcp
MCP (Model Context Protocol) server that fetches cryptocurrency prices from multiple exchanges.
Features
Fetch real-time prices from 8 exchanges in parallel
Compare prices across all exchanges and find the best rate
Get 24-hour volume rankings per exchange
List all tradable pairs on a given exchange
Related MCP server: Crypto MCP Server
Supported Exchanges
Exchange | Region | Quote Currency |
Binance | Global | USDT |
Coinbase | Global | USD |
Kraken | Global | USD |
Bybit | Global | USDT |
OKX | Global | USDT |
Bitget | Global | USDT |
bitFlyer | Japan | JPY |
GMO Coin | Japan | JPY |
MCP Tools
get_price
Fetch the current price of a cryptocurrency from one or more exchanges.
symbol : Asset symbol (e.g., BTC, ETH, SOL)
exchanges : (optional) List of exchanges to query. Defaults to all.compare_prices
Compare prices across all exchanges and show the lowest/highest price with spread percentage.
symbol : Asset symbol (e.g., BTC, ETH, SOL)get_top_ranking
Get the top N cryptocurrencies ranked by 24-hour volume on a given exchange.
exchange : Exchange name
limit : (optional) Number of results. Default: 10, max: 50get_pairs
List all tradable pairs available on a given exchange.
exchange : Exchange nameSetup
Requires Python 3.12+ and uv.
git clone https://github.com/your-username/crypto-price-mcp.git
cd crypto-price-mcp
uv syncUsage
Run the server directly
uv run python -m crypto_price_mcp.serverConnect to Claude Desktop
Add the following to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"crypto-price-mcp": {
"command": "/path/to/uv",
"args": [
"--directory",
"/path/to/crypto-price-mcp",
"run",
"python",
"-m",
"crypto_price_mcp.server"
]
}
}
}Development
# Run tests
uv run pytest
# Lint
uv run ruff check src tests
# Type check
uv run mypy srcTech Stack
MCP Python SDK — MCP server framework
httpx — Async HTTP client
uv — Package manager
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.
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/yusnmt/crypto-price-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server