Odel
price data mcp

price data mcp

Local
@wesseltl1PythonMITUpdated 4w ago

Live market prices and candles for AI agents (200+ coins). Data only, no trading advice.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIhyperliquid-price-mcpv0.1.3

Run

uvx hyperliquid-price-mcp

MCP client config

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