Catalog
Bamwor MCP Server
Officialby bamwor-dev · TypeScript
World geographic data for AI agents: 261 countries, 5.2M cities, rankings, and 9 indexes.
Geographic database covering 261 countries, 5.2M cities, and multiple ranking indexes.
Topics
ai-toolscitiesclaude-desktopcountriesgeographygeospatialmcpmodel-context-protocolworld-data
README not available yet.
Install
Configuration
Environment variables
BAMWOR_API_KEYsecretOptional. Bamwor API key for full access and higher rate limits. Works anonymously without it. Get one free at https://bamwor.com/en/developers/quickstart
claude_desktop_config.json
{
"mcpServers": {
"bamwor-mcp-server": {
"command": "npx",
"args": [
"-y",
"bamwor-mcp-server@0.2.2"
],
"env": {
"BAMWOR_API_KEY": "<YOUR_BAMWOR_API_KEY>"
}
}
}
}