← Back to Plugins
MCP Server MCP

io.github.iamvibhorsingh/bbox-mcp-server

github By github 👁 1 views ▲ 0 votes

Geospatial toolkit for AI: spatial queries, coord conversion, H3, OSM search, map verification links

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "bbox-mcp-server",
      "version": "1.2.6",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Mapbox token for natural-language location search (e.g. 'San Francisco')",
          "format": "string",
          "isSecret": true,
          "name": "MAPBOX_ACCESS_TOKEN"
        },
        {
          "description": "Custom Overpass API endpoint URL (defaults rotate between public instances)",
          "format": "string",
          "name": "OVERPASS_API_URL"
        },
        {
          "description": "Safety cap for H3 grid generation (default: 50000)",
          "format": "number",
          "name": "MAX_H3_CELLS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...