MCP.so
Sign In

Crypto_mcp

@telegramtool

About Crypto_mcp

加密mcp服务器,crypto mcp

Basic information

Category

Finance & Commerce

Runtime

python

Transports

stdio

Publisher

telegramtool

Submitted by

Telegram工具

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "crypto_mcp": {
      "command": "cmd",
      "args": [
        "/c",
        "npx",
        "-y",
        "@smithery/cli@latest",
        "run",
        "@telegramtool/crypto_mcp",
        "--config",
        "{}"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Crypto MCP?

Crypto MCP is a cryptocurrency price query server built on the Model Context Protocol (MCP). It provides tools for fetching cryptocurrency prices, market trends, detailed coin information, and K‑line (candlestick) data by integrating with CoinGecko, Bitget, and Coinglass APIs. It is intended for developers and AI agents that need real‑time cryptocurrency data.

How to use Crypto MCP?

Crypto MCP can be installed via pip install crypto_mcp or automatically through Smithery using npx -y @smithery/cli install @telegramtool/crypto_mcp --client claude. For manual installation, clone the repository and run pip install -r requirements.txt. To configure it in Cursor, add the appropriate JSON block to ~/.cursor/mcp.json (either for uv run -m crypto_mcp or for the Smithery command).

Key features of Crypto MCP

  • Retrieves current price and trending coins via CoinGecko/Bitget
  • Fetches detailed coin information and global market data
  • Provides K‑line (candlestick) data for spot and contracts
  • Searches for coins and gets common coin prices
  • Offers Coinglass API tools: position, volume, and exchange distribution data
  • Supports multiple installation methods (pip, Smithery, manual)

Use cases of Crypto MCP

  • Query the latest price of a specific cryptocurrency in real time
  • Discover trending coins and market sentiment
  • Obtain historical K‑line data for technical analysis
  • Analyze contract market information, position data, and trading volume
  • Search for coins and retrieve their detailed information

FAQ from Crypto MCP

What data sources does Crypto MCP use?

It uses the CoinGecko API, Bitget API, and Coinglass API.

How can I install Crypto MCP?

Install via pip install crypto_mcp, or use Smithery with npx -y @smithery/cli install @telegramtool/crypto_mcp --client claude, or clone the repository and run pip install -r requirements.txt.

Does Crypto MCP require an API key?

The README does not mention any API key requirement.

Which tools are available for Coinglass data?

Tools include coinglass_get_coin_info, coinglass_get_kline_data, coinglass_get_position_info, coinglass_get_trade_volume, coinglass_get_trade_amount, and coinglass_get_exchange_position.

Can I use Crypto MCP with Claude Desktop?

Yes, by installing it via Smithery with the --client claude flag.

Comments

More Finance & Commerce MCP servers