Skip to main content
Glama
yusnmt

crypto-price-mcp

by yusnmt

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: 50

get_pairs

List all tradable pairs available on a given exchange.

exchange : Exchange name

Setup

Requires Python 3.12+ and uv.

git clone https://github.com/your-username/crypto-price-mcp.git
cd crypto-price-mcp
uv sync

Usage

Run the server directly

uv run python -m crypto_price_mcp.server

Connect 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 src

Tech Stack

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides real-time and historical cryptocurrency market data using ccxt, enabling users to fetch live prices, historical candlestick data, and stream real-time ticker updates across multiple exchanges.
    14
  • F
    license
    B
    quality
    D
    maintenance
    Provides real-time and historical cryptocurrency price data from multiple exchanges including Coinbase, Binance, and Kraken. It enables users to fetch prices with customizable parameters such as specific timestamps, time resolutions, and fiat currency conversions.
    2
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides real-time cryptocurrency pricing data and market information from major exchanges like Binance, Coinbase, and Kraken via the Luzia API. It enables AI assistants to fetch ticker prices, compare exchange rates, and analyze market trends through specialized tools and prompts.
    60
    MIT

View all related MCP servers

Related MCP Connectors

  • Real-time crypto prices from Binance, Coinbase, Kraken, OKX, and Bybit

  • Provide real-time cryptocurrency price data and market analysis.

  • CryptoCompare prices, OHLC history, social stats, news, exchanges.

View all MCP Connectors

Latest Blog Posts

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