Data360 MCP
UnclaimedModel 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.
Install
pip install -e .Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (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.