Skip to content
Grok

price data mcp for Grok

io.github.wesseltl/price-data-mcp

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

client:Grok transport:stdio runtime:pypi

Install price data mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

price data mcp in other clients