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 .工具(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.