Bbox
Freeby MCP Community
The geospatial toolkit for AI agents — query, convert, and verify spatial data with zero config. 6 tools for bounding boxes, coordinate projection, H3 indexing,
v1.2.6Added Apr 12, 2026
mcpmcp-servermodel-context-protocolbounding-boxbbox
Bbox MCP Server
The geospatial toolkit for AI agents — query, convert, and verify spatial data with zero config. 6 tools for bounding boxes, coordinate projection, H3 indexing,
Installation
npx -y bbox-mcp-server
Reviews
Installation
Quick install
npx -y bbox-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"bbox": {
"command": "npx",
"args": ["-y", "bbox-mcp-server"]
}
}
}