Global Economic Data
Official3 toolsby memoryapi
Global economic data from World Bank and OECD
Provides global economic data from World Bank and OECD sources.
Captured live from the server via tools/list.
get_global_gdp
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.
Parameters (3)
- countriesstring
Comma-separated ISO-3 country codes (default: USA,CHN,DEU,GBR,JPN,FRA,IND,BRA)
- indicatorstring
IMF indicator code: NGDP_RPCH (GDP growth), PCPIPCH (inflation), GGXWDG_NGDP (gov debt), BCA_NGDPD (current account), NGDPDPC (GDP per capita)
- yearstring
Year for data (default: current year)
get_world_bank_data
Get development indicators from the World Bank for major countries. Covers GDP, population, inflation, unemployment, GDP per capita, and Gini index.
Parameters (3)
- countriesstring
Semicolon-separated ISO-2 country codes (default: US;CN;DE;GB;JP;FR;IN;BR;CA;AU)
- indicatorstring
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)
- mrvnumber
Most recent values count (default: 1)
get_oecd_indicators
Get OECD country comparison data for G7 and major economies. Topics: interest_rates (long-term), trade_balance (current account), cpi (inflation).
Parameters (2)
- topicstring
interest_rates | trade_balance | cpi
- countriesstring
Comma-separated ISO-3 country codes (default: G7 = USA,CAN,DEU,FRA,GBR,ITA,JPN)
README not available yet.
Install
Remote endpoint
Streamable HTTPHosted server - connect over the network, no local install.
https://global.memoryapi.org/mcpclaude_desktop_config.json
{
"mcpServers": {
"global": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://global.memoryapi.org/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.