Global Economic Data
Server Details
Global economic data from World Bank and OECD
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.7/5 across 3 of 3 tools scored.
The tools are mostly distinct by data source (IMF, OECD, World Bank), but there is overlap in indicators like GDP, which could cause confusion. Descriptions help clarify the focus of each tool.
All tool names follow a consistent 'get_SOURCE_WHAT' pattern using snake_case, making them predictable and easy to understand.
Three tools for global economic data from major institutions is reasonable, though slightly minimal given the broad domain.
The tools cover key data sources but lack finer control such as country selection, date ranges, or additional economic indicators, leaving notable gaps.
Available Tools
3 toolsget_global_gdpBInspect
Get global GDP and macroeconomic indicators from the IMF World Economic Outlook. Supports GDP growth, inflation, government debt, current account, and GDP per capita for major economies.
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Year for data (default: current year) | 2026 |
| countries | No | Comma-separated ISO-3 country codes (default: USA,CHN,DEU,GBR,JPN,FRA,IND,BRA) | USA,CHN,DEU,GBR,JPN,FRA,IND,BRA |
| indicator | No | IMF indicator code: NGDP_RPCH (GDP growth), PCPIPCH (inflation), GGXWDG_NGDP (gov debt), BCA_NGDPD (current account), NGDPDPC (GDP per capita) | NGDP_RPCH |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must cover behavioral traits. It indicates a read-like operation (getting data) but does not disclose aspects like rate limits, data freshness, or whether it is truly read-only. The description is minimal beyond listing indicators.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise at two sentences, with the first sentence front-loading the purpose and the second listing supported indicators. It is clear and efficient, though a slight improvement could include a brief usage note.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers what the tool does and the main data types, but given the lack of output schema, it omits return format or structure. For 3 parameters and no annotations, it is adequate but not fully complete – the agent may need more info on what the response looks like.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so baseline is 3. The description adds some context by listing the types of indicators (GDP growth, inflation, etc.), but the schema already provides detailed descriptions including default values and indicator codes. The description does not significantly add meaning beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool gets global GDP and macroeconomic indicators from the IMF World Economic Outlook, specifying the data types (GDP growth, inflation, etc.). It distinguishes from siblings by naming the source (IMF WEO), which differentiates it from get_oecd_indicators and get_world_bank_data.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for IMF data but does not explicitly state when to use this tool versus the siblings. It lists supported indicators and major economies, but lacks guidance on exclusions or context for selecting this over alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_oecd_indicatorsAInspect
Get OECD country comparison data for G7 and major economies. Topics: interest_rates (long-term), trade_balance (current account), cpi (inflation).
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | interest_rates | trade_balance | cpi | interest_rates |
| countries | No | Comma-separated ISO-3 country codes (default: G7 = USA,CAN,DEU,FRA,GBR,ITA,JPN) | USA,CAN,DEU,FRA,GBR,ITA,JPN |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It does not disclose any behavioral traits such as whether the operation is read-only, requires authentication, or has side effects. Given the nature of the tool, a read-only hint would be expected.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise: two sentences front-load the main purpose and list the topics. Every word is relevant, with no redundancy or unnecessary detail.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the simple tool structure (2 parameters, no output schema, no annotations), the description covers the basic purpose and topics. However, it lacks usage guidance and behavioral transparency, leaving some gaps for complete agent decision-making.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Although the schema already describes both parameters with 100% coverage, the description adds context by specifying that 'interest_rates' is long-term, 'trade_balance' is current account, and that the data is for G7 and major economies, which adds meaning beyond the schema's enumeration.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Get' and the resource 'OECD country comparison data for G7 and major economies', listing three specific topics. This distinguishes it from sibling tools like 'get_global_gdp' and 'get_world_bank_data' which focus on different data sources.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for OECD country comparison data for the listed topics, but it does not explicitly state when to use this tool versus alternatives, nor does it provide any exclusions or conditions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_world_bank_dataAInspect
Get development indicators from the World Bank for major countries. Covers GDP, population, inflation, unemployment, GDP per capita, and Gini index.
| Name | Required | Description | Default |
|---|---|---|---|
| mrv | No | Most recent values count (default: 1) | |
| countries | No | Semicolon-separated ISO-2 country codes (default: US;CN;DE;GB;JP;FR;IN;BR;CA;AU) | US;CN;DE;GB;JP;FR;IN;BR;CA;AU |
| indicator | No | World Bank indicator: NY.GDP.MKTP.CD (GDP $), SP.POP.TOTL (population), FP.CPI.TOTL.ZG (inflation), SL.UEM.TOTL.ZS (unemployment), NY.GDP.PCAP.CD (GDP per capita), SI.POV.GINI (Gini) | NY.GDP.MKTP.CD |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so description bears full burden. It indicates a read operation ('Get'), but does not disclose side effects, authentication, rate limits, or return format. The description is minimal but not misleading.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence, efficient, front-loaded with main action. No wasted words or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema, and description does not explain return format. Sibling tools exist but no comparison. Parameters are well-documented, but overall completeness for a data-fetching tool is lacking in explaining what the response looks like.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, with descriptions for all parameters. The tool description lists indicator names, slightly adding value over schema's code-centric descriptions. However, no new meaning beyond what schema provides for other parameters (mrv, countries). Baseline 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it gets development indicators from the World Bank, listing specific indicators and scope (major countries). The name and description match, and it distinguishes from siblings (get_global_gdp, get_oecd_indicators) by covering multiple indicators and data source.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for general development indicators, but does not explicitly state when to use versus alternatives (siblings). However, the listing of indicators and source provides clear context. Exclusions or when-not-to-use are missing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- Flicense-qualityBmaintenanceProvides macro-economic data from World Bank, IMF, FRED, OECD, and RBI through a unified get_indicator interface.Last updated1
- AlicenseAqualityBmaintenanceOfficial economic statistics with full citations — World Bank, IMF WEO, ECB — plus verify_stat to check a claimed figure against the official series. Free, remote, no auth.Last updated11MIT
- Alicense-qualityAmaintenanceEnables searching, exploring, and querying over 1,500 OECD statistical datasets via SDMX, covering national accounts, employment, trade, PISA, health, and more.Last updated431Apache 2.0
- AlicenseAqualityBmaintenanceQuery 2,500+ verified public datasets (World Bank, IMF, Eurostat, OECD, WHO) from your AI agent. Search, analyze, and visualize data, and publish charts — with verified SEC + official source data.Last updated284621MIT