Bbox MCP Server
Rank #8806glama/iamvibhorsingh/bbox-mcp-server
The geospatial toolkit for AI agents. 6 tools, zero config — give any LLM the ability to parse, convert, query, and aggregate spatial data out of the box. Or just make a bounding box :) Every response includes a verification link to vibhorsingh.com/boundingbox so you can visually confirm results on an interactive map.
Bbox MCP Server is a Model Context Protocol (MCP) server published by iamvibhorsingh. It ranks #8806 of 58,832 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Bbox MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 6 tracked versions. It was first listed on Mar 2, 2026 and most recently updated on Apr 6, 2026.
Ranks ahead of 50,026 of 58,832 servers on MCP Toplist.
Use Bbox MCP Server
Add Bbox MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"bbox-mcp-server": {
"command": "npx",
"args": [
"-y",
"bbox-mcp-server"
],
"env": {
"MAPBOX_ACCESS_TOKEN": "<your MAPBOX_ACCESS_TOKEN>",
"OVERPASS_API_URL": "<your OVERPASS_API_URL>",
"MAX_H3_CELLS": "<your MAX_H3_CELLS>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries (1 delisted)
iamvibhorsingh
Available versions (6)
| Version | Published |
|---|---|
| 1.2.6 | Apr 6, 2026 |
| 1.2.5 | Apr 4, 2026 |
| 1.2.4 | Mar 3, 2026 |
| 1.2.3 | Mar 3, 2026 |
| 1.2.2 | Mar 3, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is Bbox MCP Server?
- The geospatial toolkit for AI agents. 6 tools, zero config — give any LLM the ability to parse, convert, query, and aggregate spatial data out of the box. Or just make a bounding box :) Every response includes a verification link to vibhorsingh.com/boundingbox so you can visually confirm results on an interactive map.
- Who maintains Bbox MCP Server?
- Bbox MCP Server is maintained by iamvibhorsingh, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is Bbox MCP Server an official MCP server?
- Yes — Bbox MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Bbox MCP Server have?
- MCP Toplist tracks 6 versions of Bbox MCP Server, most recently published on Apr 6, 2026.
- Where can I find the source code for Bbox MCP Server?
- The source code for Bbox MCP Server is hosted at github.com/iamvibhorsingh/bbox-mcp-server.