io.github.cyanheads

worldbank-mcp-server

Query 29,500+ World Bank development indicators for 200+ countries across 60+ years.

communityknowledge

Package Details

Transportstdio
Runtimebun

Package Arguments

Positional
Position 0
run
Position 1
start:stdio

Environment Variables

MCP_LOG_LEVEL(str)
Default:info

Minimum log level for output: 'debug', 'info', 'notice', 'warning', 'error'.

WORLDBANK_API_BASE_URL(str)
Default:https://api.worldbank.org/v2

World Bank API base URL override.

WORLDBANK_DEFAULT_PER_PAGE(str)
Default:50

Default page size for list, search, and data operations.

TransportStreamable HTTP
Runtimebun

Package Arguments

Positional
Position 0
run
Position 1
start:http

Environment Variables

MCP_HTTP_HOST(str)
Default:127.0.0.1

The hostname for the HTTP server.

MCP_HTTP_PORT(str)
Default:3010

The port to run the HTTP server on.

MCP_HTTP_ENDPOINT_PATH(str)
Default:/mcp

The endpoint path for the MCP server.

MCP_AUTH_MODE(str)
Default:none

Authentication mode: 'none', 'jwt', or 'oauth'.

MCP_LOG_LEVEL(str)
Default:info

Minimum log level for output: 'debug', 'info', 'notice', 'warning', 'error'.

WORLDBANK_API_BASE_URL(str)
Default:https://api.worldbank.org/v2

World Bank API base URL override.

WORLDBANK_DEFAULT_PER_PAGE(str)
Default:50

Default page size for list, search, and data operations.