← Back to Plugins
MCP Server MCP

io.github.bamwor-dev/bamwor-mcp-server

github By github 👁 1 views ▲ 0 votes

World geographic data for AI agents: 261 countries, 5.2M cities, rankings, and 9 indexes.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "bamwor-mcp-server",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional. Bamwor API key for full access and higher rate limits. Works anonymously without it. Get one free at https://bamwor.com/en/developers/quickstart",
          "isSecret": true,
          "name": "BAMWOR_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...