{ "name": "mcp-turkiye", "version": "0.7.0", "mcpName": "io.github.BerkantACUN/mcp-turkiye", "description": "Türkiye'nin kamu verisi tek MCP sunucusunda — TCMB kurları, TCMB EVDS istatistikleri, mevzuat.gov.tr (KVKK madde madde), AFAD ve Kandilli deprem, MGM hava durumu, akaryakıt fiyatları, BIST, İstanbul trafik, İBB/İzmir açık veri, Resmî Gazete, resmî tatiller, TCKN/VKN/IBAN doğrulama. Turkey's public data as an MCP server.", "keywords": [ "mcp", "mcp-server", "model-context-protocol", "turkey", "türkiye", "tcmb", "evds", "enflasyon", "afad", "deprem", "döviz", "resmi-tatil", "tckn", "mgm", "hava-durumu", "akaryakit", "acik-veri", "ckan", "resmi-gazete", "mevzuat", "kvkk", "tufe", "kandilli", "osym", "yks", "hukuk", "asgari-ucret", "bist", "borsa-istanbul", "trafik", "vkn", "iban", "claude", "cursor", "ai-agents" ], "license": "MIT", "author": "Berkant Acun (https://github.com/BerkantACUN)", "repository": { "type": "git", "url": "git+https://github.com/BerkantACUN/mcp-turkiye.git" }, "bugs": "https://github.com/BerkantACUN/mcp-turkiye/issues", "homepage": "https://github.com/BerkantACUN/mcp-turkiye#readme", "type": "module", "engines": { "node": ">=20" }, "bin": { "mcp-turkiye": "dist/index.js" }, "files": [ "dist", "README.md", "SOURCES.md", "ACCEPTABLE_USE.md", "LICENSE" ], "scripts": { "build": "tsup", "dev": "tsx src/index.ts", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "test:live": "cross-env MCP_TURKIYE_LIVE=1 vitest run tests/contract", "lint": "biome check .", "lint:fix": "biome check --write .", "typecheck": "tsc --noEmit", "verify": "npm run typecheck && npm run lint && npm run build && npm run test:coverage", "prepublishOnly": "npm run verify" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "zod": "^4.4.3" }, "devDependencies": { "@biomejs/biome": "^2.5.8", "@types/node": "^22.10.2", "@vitest/coverage-v8": "^4.1.10", "cross-env": "^10.1.0", "tsup": "^8.5.1", "tsx": "^4.23.12", "typescript": "^5.9.3", "vitest": "^4.1.10" } }