Turkey Data for Cursor
io.github.bodyegypt/turkey-data-mcp
Live Turkey data: gold prices, TCMB FX rates, fuel prices, prayer times, Kandilli earthquakes.
client:Cursor
transport:stdio
runtime:npm
Install Turkey Data in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"turkey-data-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"turkey-data-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs