Skip to main content
Glama
bluedragonDC

MEDAS MCP

by bluedragonDC

MEDAS MCP(まだ開発中!)

TÜİK MEDAS(Turkish Statistical Institute indicators)用のMCPサーバー

特徴

  • 92のトピック — すべてのTÜİK統計カテゴリ

  • 400以上の指標 — 即座にキャッシュ、ライブへのフォールバックも可能

  • 動的検出 — ハードコードされたウィジェットIDは0、UI変更に適応

  • キャッシュファーストlist_topics/get_indicators/download はすべてキャッシュから50ms未満

  • バイナリXLS — xlwt CDFV2 Excel出力(MEDAS pivot.xlsと同じ形式)

  • スマートカスケード — 必須の内訳(COICOP、SITCなど)を自動選択

  • ZK Widget APIzk.Widget.$().fire() による堅牢なkırılım処理

Related MCP server: evds-mcp-server

インストール

pip install playwright xlwt httpx
playwright install chromium

またはuvを使用:

uv pip install -e .
playwright install chromium

使用方法

MCPサーバーとして(stdio)

python server.py

Pi統合

~/.pi/config.json に追加:

{
  "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"]
    }
  }
}

ツール

ツール

説明

速度

list_topics(search?)

92のTÜİKトピックを一覧表示

<50ms (キャッシュ)

get_indicators(topic_index)

指標とカスケードブランチを取得

<50ms (キャッシュ)

download(topic_index, indicators?, format?, save_path?, live?)

XLS/CSVレポートをダウンロード

<50ms キャッシュ / ~12s ライブ

フロー例

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.xls

アーキテクチャ

AI Agent  ⇄  MCP (stdio)  ⇄  server.py  ⇄  medas_client.py
                                            ├─ cache (data/*.json) → instant
                                            └─ Playwright (live=true) → ZK AU protocol

キャッシュとライブ

モード

ソース

速度

データ

live=false (デフォルト)

data/*.json キャッシュ

<50ms

指標名 + モック値

live=true

POST /medas/zkauGET /pivot.xls

~12s

実際のMEDASピボットテーブル

ファイル

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 dataset

ZK AUプロトコル

  • POST /medas/zkau;jsessionid=XXXdtid + バッチ処理された cmd_n=onSelect/onClick と共に送信

  • ウィジェットIDはセッションごとに変更 — DOMを介して動的に検出

  • カスケード: zk.Widget.$('#selectId').fire('onSelect', {items:[itemId], reference:itemId})

ライセンス

MIT

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    12
    94
    MIT
  • F
    license
    A
    quality
    C
    maintenance
    Enables querying Turkish economic data (inflation, FX rates, policy rates, etc.) from TCMB EVDS via curated tools, preventing LLM hallucination.
    6
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables 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.
    4
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Provides 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.
    16
    1
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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