crypto-price-mcp

wesseltl/crypto-price-mcp
★ 0 stars Python AI/LLM Updated today
MCP server that gives AI agents live crypto prices and candles. Data only, no trading advice.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "crypto-price-mcp": {
      "command": "uvx",
      "args": [
        "crypto-price-mcp"
      ]
    }
  }
}

Or install with pip: pip install crypto-price-mcp

README Excerpt

<!-- mcp-name: io.github.wesseltl/crypto-price-mcp --> **Give your AI agent live crypto prices.** An [MCP](https://modelcontextprotocol.io) server that lets an agent look up the current price, the full symbol list, and recent price history for 200+ coins. An LLM's knowledge is frozen at training time, so it can't answer *"what's BTC trading at right now?"*.

Topics

ai-agentscryptollmmarket-datamcpmodel-context-protocolpython