Data360 MCP
未申請Model Context Protocol (MCP) server that gives LLM agents and chatbots direct access to the World Bank's Data360 Platform. Search, validate, and retrieve development indicators—from GDP and poverty to gender equality and climate—with structured metadata and time-series data, without hallucinating values.
インストール
pip install -e .未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(6個)
data360_find_codelist_value
Resolve human-readable names to codes (e.g., "Kenya" → KEN, "female" → F).
data360_get_data
Fetch data points with filters (country, time period, SEX, AGE, etc.).
data360_get_disaggregation
Check available filter values (countries, years, dimensions) for an indicator.
data360_get_metadata
Get indicator metadata. Use selectfields for specific fields.
data360_list_indicators
List all indicators for a given database.
data360_search_indicators
Search indicators with enriched metadata. Pass requiredcountry for server-side coverage check. Returns coverscountry, latestdata, dimensions.