MCP Server
MCP
io.github.iamvibhorsingh/bbox-mcp-server
Geospatial toolkit for AI: spatial queries, coord conversion, H3, OSM search, map verification links
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
By
Comments
Sign in to leave a comment