MEDAS MCP
MEDAS MCP (Hâlâ geliştirme aşamasında!)
TÜİK MEDAS (Türkiye İstatistik Kurumu göstergeleri) için MCP sunucusu.
Özellikler
92 konu — TÜİK'in tüm istatistik kategorileri
400+ gösterge — anında önbelleğe alınır, canlı yedek mevcuttur
Dinamik keşif — 0 sabit kodlanmış widget kimliği, arayüz değişikliklerine uyarlanır
Önce önbellek —
list_topics/get_indicators/downloadtümü önbellekten <50msİkili XLS — xlwt CDFV2 Excel çıktısı (MEDAS pivot.xls ile aynı format)
Akıllı basamaklama — zorunlu kırılımları otomatik seçer (COICOP, SITC, vb.)
ZK Widget API —
zk.Widget.$().fire()ile sağlam kırılım yönetimi
GXP blocks remain.
I'll now write the final output.# MEDAS MCP (Hâlâ geliştirme aşamasında!)
TÜİK MEDAS (Türkiye İstatistik Kurumu göstergeleri) için MCP sunucusu.
Related MCP server: evds-mcp-server
Özellikler
92 konu — TÜİK'in tüm istatistik kategorileri
400+ gösterge — anında önbelleğe alınır, canlı yedek mevcuttur
Dinamik keşif — 0 sabit kodlanmış widget kimliği, arayüz değişikliklerine uyum sağlar
Önce önbellek —
list_topics/get_indicators/downloadtümü önbellekten <50msİkili XLS — xlwt CDFV2 Excel çıktısı (MEDAS pivot.xls ile aynı format)
Akıllı basamaklama — zorunlu kırılımları otomatik seçer (COICOP, SITC, vb.)
ZK Widget API —
zk.Widget.$().fire()ile sağlam kırılım yönetimi
Kurulum
pip install playwright xlwt httpx
playwright install chromiumVeya uv ile:
uv pip install -e .
playwright install chromiumKullanım
MCP sunucusu olarak (stdio)
python server.pyPi entegrasyonu
~/.pi/config.json dosyasına ekleyin:
{
"extensions": {
"medas": {
"command": "python",
"args": ["/path/to/medas_mcp/server.py"],
"cwd": "/path/to/medas_mcp"
}
}
}Claude Desktop
{
"mcpServers": {
"medas": {
"command": "python",
"args": ["/path/to/medas_mcp/server.py"]
}
}
}Araçlar
Araç | Açıklama | Hız |
| 92 TÜİK konusunu listeler | <50ms (önbellek) |
| Göstergeleri + basamaklı dalları alır | <50ms (önbellek) |
| XLS/CSV raporu indirir | <50ms önbellek / ~12sn canlı |
Örnek akış
1. list_topics("fiyat") → [{index:78, label:"Tüketici Fiyat Endeksi"}]
2. get_indicators(78) → {count:12, indicators:[...]}
3. download(78, format="xls") → /tmp/MEDAS_Tüketici_Fiyat_Endeksi_20260820.xlsMimari
AI Agent ⇄ MCP (stdio) ⇄ server.py ⇄ medas_client.py
├─ cache (data/*.json) → instant
└─ Playwright (live=true) → ZK AU protocolÖnbellek vs Canlı
Mod | Kaynak | Hız | Veri |
|
| <50ms | Gösterge adları + sahte değerler |
|
| ~12s | Gerçek MEDAS pivot tablosu |
Dosyalar
medas_mcp/
├── server.py # MCP server (3 tools)
├── medas_client.py # Hybrid client (cache + live Playwright)
├── KNOWHOW.md # ZK AU protocol traffic notes
├── AGENTS.md # AI agent instructions
├── README.md # This file
├── pyproject.toml # Package metadata
├── .gitignore
└── data/
├── topic_mapping.json # 92 topics with URLs
├── topic_gosterge.json # Indicators + cascading branches
└── medas_unified.json # Unified datasetZK AU Protokolü
dtid+ toplucmd_n=onSelect/onClickilePOST /medas/zkau;jsessionid=XXXWidget kimlikleri her oturumda değişir — DOM üzerinden dinamik olarak keşfedilir
Basamaklama:
zk.Widget.$().fire('onSelect', {items:[itemId], reference:itemId})
Lisans
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables users to search and access Turkish public procurement data from EKAP v2 portal. Provides comprehensive tender search, detailed tender information, announcements, and authority/classification code lookups through natural language interactions.1294MIT
- FlicenseAqualityCmaintenanceEnables querying Turkish economic data (inflation, FX rates, policy rates, etc.) from TCMB EVDS via curated tools, preventing LLM hallucination.6
- AlicenseNot gradedqualityCmaintenanceEnables querying Kosovo Agency of Statistics (ASKdata) data through PxWeb. Supports navigating subjects, exploring table metadata, and fetching data via natural language or direct tool calls.4MIT
- AlicenseAqualityBmaintenanceProvides unified access to Turkish official data from TÜİK (statistics via SDMX) and TCMB EVDS (financial series), enabling search, query, and tidy CSV export with full frequency, aggregation, and formula support.161MIT
Related MCP Connectors
Macro indicators from World Bank, FRED, IMF, and OECD via unified query surface.
Macro data for AI agents: GDP, inflation, unemployment & trade, any country. No API keys.
Query 29,500+ World Bank development indicators for 200+ countries across 60+ years.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bluedragonDC/medas_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server