Skip to content
Grok

Turkey Data for Grok

io.github.bodyegypt/turkey-data-mcp

Live Turkey data: gold prices, TCMB FX rates, fuel prices, prayer times, Kandilli earthquakes.

client:Grok transport:stdio runtime:npm

Install Turkey Data in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "turkey-data-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "turkey-data-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

Turkey Data in other clients