io.github.cyanheads
worldbank-mcp-server
Query 29,500+ World Bank development indicators for 200+ countries across 60+ years.
communityknowledge
Package Details
@cyanheads/worldbank-mcp-server
Transportstdio
Runtimebun
Package Arguments
Positional
Position 0
runPosition 1
start:stdioEnvironment Variables
MCP_LOG_LEVEL(str)
Default:
infoMinimum log level for output: 'debug', 'info', 'notice', 'warning', 'error'.
WORLDBANK_API_BASE_URL(str)
Default:
https://api.worldbank.org/v2World Bank API base URL override.
WORLDBANK_DEFAULT_PER_PAGE(str)
Default:
50Default page size for list, search, and data operations.
@cyanheads/worldbank-mcp-server
TransportStreamable HTTP
Runtimebun
Package Arguments
Positional
Position 0
runPosition 1
start:httpEnvironment Variables
MCP_HTTP_HOST(str)
Default:
127.0.0.1The hostname for the HTTP server.
MCP_HTTP_PORT(str)
Default:
3010The port to run the HTTP server on.
MCP_HTTP_ENDPOINT_PATH(str)
Default:
/mcpThe endpoint path for the MCP server.
MCP_AUTH_MODE(str)
Default:
noneAuthentication mode: 'none', 'jwt', or 'oauth'.
MCP_LOG_LEVEL(str)
Default:
infoMinimum log level for output: 'debug', 'info', 'notice', 'warning', 'error'.
WORLDBANK_API_BASE_URL(str)
Default:
https://api.worldbank.org/v2World Bank API base URL override.
WORLDBANK_DEFAULT_PER_PAGE(str)
Default:
50Default page size for list, search, and data operations.