World Bank Data360 MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_datasets_toolA | [STEP 1/3] Search World Bank Data360 for datasets. |
| get_temporal_coverage_toolA | [STEP 2/3] Get available years for a specific dataset. |
| retrieve_data_toolA | [STEP 3/3] Retrieve actual data from World Bank Data360. ā ļø PREREQUISITE: Call get_temporal_coverage first to get latest_year. šØ CRITICAL TYPE REQUIREMENTS šØ When calling this tool, you MUST pass parameters with the EXACT types shown below. Common mistakes that cause validation errors: ā INCORRECT: {"limit": "10"} ā limit as STRING (causes error!) ā CORRECT: {"limit": 10} ā limit as INTEGER ā INCORRECT: {"exclude_aggregates": "true"} ā boolean as STRING ā CORRECT: {"exclude_aggregates": true} ā boolean as BOOLEAN ā INCORRECT: {"year": 2023} ā year as NUMBER ā CORRECT: {"year": "2023"} ā year as STRING š PARAMETER TYPES - MUST MATCH EXACTLY: STRING parameters (use quotes in JSON): indicator: "WB_WDI_SP_POP_TOTL" database: "WB_WDI" year: "2023" countries: "USA,CHN,JPN" sex: "M" or "F" or "_T" age: "0-14" sort_order: "desc" or "asc" INTEGER parameters (no quotes in JSON): limit: 10 (default: 20) BOOLEAN parameters (no quotes in JSON): exclude_aggregates: true or false (default: true) compact_response: true or false (default: true) šÆ CORRECT JSON EXAMPLES: Example 1 - Top 10 countries by population: { "indicator": "WB_WDI_SP_POP_TOTL", "database": "WB_WDI", "year": "2023", "limit": 10, "sort_order": "desc", "exclude_aggregates": true } Example 2 - Specific countries GDP: { "indicator": "WB_WDI_NY_GDP_MKTP_CD", "database": "WB_WDI", "year": "2023", "countries": "USA,CHN,JPN" } Example 3 - All data with aggregates: { "indicator": "WB_WDI_SP_POP_TOTL", "database": "WB_WDI", "year": "2022", "exclude_aggregates": false } ā” HOW IT WORKS:
š AFTER RECEIVING DATA: Format results as markdown table:
Returns: Data records with summary statistics. |
| list_popular_indicatorsA | Get a curated list of popular World Bank indicators. |
| search_local_indicatorsA | Search through local metadata for World Bank indicators (instant, offline). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/llnOrmll/world-bank-data-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server