Serversio.github.iamvibhorsingh/bbox-mcp-server
S

io.github.iamvibhorsingh/bbox-mcp-server

io.github.iamvibhorsingh/bbox-mcp-server · v1.2.6
▦ npm
v1.2.6npm npm: bbox-mcp-server↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-07-09/server.schema.json",
  "name": "io.github.iamvibhorsingh/bbox-mcp-server",
  "description": "Geospatial toolkit for AI: spatial queries, coord conversion, H3, OSM search, map verification links",
  "repository": {
    "url": "https://github.com/iamvibhorsingh/bbox-mcp-server",
    "source": "github",
    "id": "1171012665"
  },
  "version": "1.2.6",
  "websiteUrl": "https://vibhorsingh.com/boundingbox/",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}