{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.cyanheads/worldbank-mcp-server",
  "description": "Query 29,500+ World Bank development indicators for 200+ countries across 60+ years.",
  "repository": {
    "url": "https://github.com/cyanheads/worldbank-mcp-server",
    "source": "github"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://worldbank.caseyjhand.com/mcp"
    }
  ],
  "version": "0.5.2",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@cyanheads/worldbank-mcp-server",
      "runtimeHint": "bun",
      "version": "0.5.2",
      "packageArguments": [
        {
          "type": "positional",
          "value": "run"
        },
        {
          "type": "positional",
          "value": "start:stdio"
        }
      ],
      "environmentVariables": [
        {
          "name": "MCP_LOG_LEVEL",
          "description": "Minimum log level for output: 'debug', 'info', 'notice', 'warning', 'error'.",
          "format": "string",
          "isRequired": false,
          "default": "info"
        },
        {
          "name": "WORLDBANK_API_BASE_URL",
          "description": "World Bank API base URL override.",
          "format": "string",
          "isRequired": false,
          "default": "https://api.worldbank.org/v2"
        },
        {
          "name": "WORLDBANK_PIP_BASE_URL",
          "description": "World Bank Poverty and Inequality Platform (PIP) API base URL override.",
          "format": "string",
          "isRequired": false,
          "default": "https://api.worldbank.org/pip/v1"
        },
        {
          "name": "WORLDBANK_PROJECTS_BASE_URL",
          "description": "World Bank Projects API base URL override.",
          "format": "string",
          "isRequired": false,
          "default": "https://search.worldbank.org/api/v3"
        },
        {
          "name": "WORLDBANK_DEFAULT_PER_PAGE",
          "description": "Default page size for list, search, and data operations.",
          "format": "string",
          "isRequired": false,
          "default": "50"
        },
        {
          "name": "WORLDBANK_CATALOG_CACHE_TTL_MS",
          "description": "Lifetime in ms of the in-process reference caches: the indicator catalog behind keyword-only search, the country index behind isAggregate, source-scoped country codes, and poverty ISO2 codes, each source-scoped dataset's concept, country, period, and dimension listings, and PIP's versions listing behind ppp_version, regions table behind aggregate codes, and economy list behind model-estimate-only economies. 0 disables caching.",
          "format": "string",
          "isRequired": false,
          "default": "3600000"
        }
      ],
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@cyanheads/worldbank-mcp-server",
      "runtimeHint": "bun",
      "version": "0.5.2",
      "packageArguments": [
        {
          "type": "positional",
          "value": "run"
        },
        {
          "type": "positional",
          "value": "start:http"
        }
      ],
      "environmentVariables": [
        {
          "name": "MCP_HTTP_HOST",
          "description": "The hostname for the HTTP server.",
          "format": "string",
          "isRequired": false,
          "default": "127.0.0.1"
        },
        {
          "name": "MCP_HTTP_PORT",
          "description": "The port to run the HTTP server on.",
          "format": "string",
          "isRequired": false,
          "default": "3010"
        },
        {
          "name": "MCP_HTTP_ENDPOINT_PATH",
          "description": "The endpoint path for the MCP server.",
          "format": "string",
          "isRequired": false,
          "default": "/mcp"
        },
        {
          "name": "MCP_AUTH_MODE",
          "description": "Authentication mode: 'none', 'jwt', or 'oauth'.",
          "format": "string",
          "isRequired": false,
          "default": "none"
        },
        {
          "name": "MCP_LOG_LEVEL",
          "description": "Minimum log level for output: 'debug', 'info', 'notice', 'warning', 'error'.",
          "format": "string",
          "isRequired": false,
          "default": "info"
        },
        {
          "name": "WORLDBANK_API_BASE_URL",
          "description": "World Bank API base URL override.",
          "format": "string",
          "isRequired": false,
          "default": "https://api.worldbank.org/v2"
        },
        {
          "name": "WORLDBANK_PIP_BASE_URL",
          "description": "World Bank Poverty and Inequality Platform (PIP) API base URL override.",
          "format": "string",
          "isRequired": false,
          "default": "https://api.worldbank.org/pip/v1"
        },
        {
          "name": "WORLDBANK_PROJECTS_BASE_URL",
          "description": "World Bank Projects API base URL override.",
          "format": "string",
          "isRequired": false,
          "default": "https://search.worldbank.org/api/v3"
        },
        {
          "name": "WORLDBANK_DEFAULT_PER_PAGE",
          "description": "Default page size for list, search, and data operations.",
          "format": "string",
          "isRequired": false,
          "default": "50"
        },
        {
          "name": "WORLDBANK_CATALOG_CACHE_TTL_MS",
          "description": "Lifetime in ms of the in-process reference caches: the indicator catalog behind keyword-only search, the country index behind isAggregate, source-scoped country codes, and poverty ISO2 codes, each source-scoped dataset's concept, country, period, and dimension listings, and PIP's versions listing behind ppp_version, regions table behind aggregate codes, and economy list behind model-estimate-only economies. 0 disables caching.",
          "format": "string",
          "isRequired": false,
          "default": "3600000"
        }
      ],
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:3010/mcp"
      }
    }
  ]
}
