← Back to Plugins
MCP Server MCP

io.github.therealtimex/un-datacommons-mcp

github By github 👁 1 views ▲ 0 votes

MCP server to query Data Commons indicators and observations (base or custom).

Homepage Verified source GitHub

Install

uvx un-datacommons-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "un-datacommons-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Data Commons API key from apikeys.datacommons.org",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DC_API_KEY"
        },
        {
          "description": "Type of Data Commons to use: base|custom (default: base)",
          "format": "string",
          "name": "DC_TYPE"
        },
        {
          "description": "Custom DC base URL when DC_TYPE=custom",
          "format": "string",
          "name": "CUSTOM_DC_URL"
        },
        {
          "description": "Comma-separated root topic DCIDs for custom DCs",
          "format": "string",
          "name": "DC_ROOT_TOPIC_DCIDS"
        },
        {
          "description": "Search scope for custom DCs: base_only|custom_only|base_and_custom",
          "format": "string",
          "name": "DC_SEARCH_SCOPE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...