io.github.iamvibhorsingh/bbox-mcp-server MCP Server
io.github.iamvibhorsingh/bbox-mcp-server
What is the io.github.iamvibhorsingh/bbox-mcp-server MCP server?
Geospatial toolkit for AI: spatial queries, coord conversion, H3, OSM search, map verification links
How to install io.github.iamvibhorsingh/bbox-mcp-server
Copy-paste configuration for popular MCP clients.
MAPBOX_ACCESS_TOKENsecretMapbox token for natural-language location search (e.g. 'San Francisco')
OVERPASS_API_URLCustom Overpass API endpoint URL (defaults rotate between public instances)
MAX_H3_CELLSSafety cap for H3 grid generation (default: 50000)
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"servers": {
"bbox-mcp-server": {
"type": "stdio",
"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>"
}
}
}
}claude mcp add bbox-mcp-server --env MAPBOX_ACCESS_TOKEN=<YOUR_MAPBOX_ACCESS_TOKEN> --env OVERPASS_API_URL=<YOUR_OVERPASS_API_URL> --env MAX_H3_CELLS=<YOUR_MAX_H3_CELLS> -- npx -y bbox-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.