{
  "markdown": "# turkey-data-mcp\n\n**MCP server for live Turkey data** — gold & silver prices, official TCMB exchange rates, fuel pump prices, prayer times and the Kandilli earthquake feed. Give Claude (or any MCP-compatible AI) real-time answers about Turkey.\n\nPowered by the free public API at [turkpidya.com](https://turkpidya.com/developers). No API key required.\n\n## Tools\n\n| Tool | What it returns | Refresh |\n|------|-----------------|---------|\n| `get_gold_prices` | Gold (gram 14k–24k, Turkish coins) & silver prices in TRY, buy/sell + daily change | 5 min |\n| `get_exchange_rates` | Official TCMB rates for ~22 currencies vs Turkish lira (forex & banknote) | daily |\n| `get_fuel_prices` | EPDK pump prices (gasoline 95, diesel) for Istanbul, Ankara, Izmir, Antalya | 6 h |\n| `get_prayer_times` | Diyanet-method prayer times for 20 Turkish cities, with Hijri date | daily |\n| `list_prayer_cities` | The 20 supported city slugs | daily |\n| `get_earthquakes` | Recent quakes from Kandilli Observatory, filterable by window/magnitude/location | 5 min |\n| `get_latest_earthquake` | The single most recent quake | 5 min |\n\nExample prompts once installed:\n\n> \"What's the dollar–lira rate today?\" · \"Gram altın ne kadar?\" · \"Was there an earthquake near Izmir this week?\" · \"When is maghrib in Istanbul?\" · \"Compare diesel prices between Ankara and Antalya.\"\n\n## Install\n\nRequires Node.js ≥ 18.\n\n> **Note:** until the npm package goes live you can install straight from GitHub — replace `turkey-data-mcp` with `github:bodyegypt/turkey-data-mcp` in any snippet below (no build step needed, `dist/` is committed).\n\n### Claude Code (CLI)\n\n```bash\nclaude mcp add turkey-data -- npx -y turkey-data-mcp\n```\n\n### Claude Desktop\n\nAdd to `claude_desktop_config.json` (Settings → Developer → Edit Config):\n\n```json\n{\n  \"mcpServers\": {\n    \"turkey-data\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"turkey-data-mcp\"]\n    }\n  }\n}\n```\n\n### Any other MCP client (stdio)\n\n```bash\nnpx -y turkey-data-mcp\n```\n\n### From source\n\n```bash\ngit clone https://github.com/bodyegypt/turkey-data-mcp.git\ncd turkey-data-mcp && npm install && npm run build\nnode dist/index.js\n```\n\n## Data sources & limits\n\n- **Gold/silver:** Harem Altın, cross-checked with TCMB · **FX:** TCMB official daily fixing · **Fuel:** EPDK per-brand reports, city averages · **Prayer times:** Diyanet İşleri calculation method · **Earthquakes:** Kandilli Observatory (KOERI).\n- All timestamps are Europe/Istanbul. All prices in TRY.\n- The upstream API allows **60 requests/min per IP**; this server throttles itself client-side and returns a clear retry message if exceeded.\n- Raw REST API (no MCP needed): `https://turkpidya.com/wp-json/turkpidya-data/v1/` — see [turkpidya.com/developers](https://turkpidya.com/developers).\n\n## Development\n\n```bash\nnpm install\nnpm run build   # compile TypeScript to dist/\nnpm run smoke   # run all tools against the live API via a real MCP stdio client\n```\n\n## License & attribution\n\nMIT © [Abdalla](https://github.com/bodyegypt). Data served by [turkpidya.com](https://turkpidya.com) — attribution appreciated when republishing data. Contact: info@pidyagroup.com\n",
  "bytes": 3139,
  "sha": "a457f58871d7e77de0c15d1be7136f19db6855455236f7766655dc73402c35ad",
  "repo_slug": "bodyegypt/turkey-data-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_bodyegypt_turkey_data_mcp_be66d8f6/readme"
}