MCP.so
Sign In
B

Bbox Mcp Server

@iamvibhorsingh

About 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.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "bbox": {
      "command": "npx",
      "args": [
        "-y",
        "bbox-mcp-server"
      ]
    }
  }
}

Tools

7

Get converted coordinates for a bounding box or text location search. Supports parsing WKT, GeoJSON, ogrinfo extent, and raw coordinate strings. If MAPBOX_ACCESS_TOKEN is not set, you MUST provide explicit coordinates via 'bbox'.

Get Uber H3 cell indices for a bounding box area at a target resolution. Input supports WKT, GeoJSON, ogrinfo extent, and raw coordinate strings.

Generates a URL that links to the visual Bounding Box tool to display these coordinates on a map. Supports WKT, GeoJSON, ogrinfo extent, and raw coordinate strings as input.

Reverse geocode latitude and longitude coordinates to discover context, place name, address components, and OSM details ('what is here?').

Execute an Overpass QL query to find POIs, roads, or other OSM features within an admin boundary area, bounding box, or radius. The server wraps your query in spatial filters and returns structured JSON with distance calculations and a map link. SEARCH MODES: - Location / Admin Area: when 'location' resolves to an OSM boundary polygon (e.g. 'Manhattan', 'Seattle'), searches inside exact boundary polygon. - Bounding box (default): searches a rectangular area. - Circle: searches within an exact radius when 'radius_meters' is provided. COMMON TAG EXAMPLES: - Restaurants: `nwr["amenity"="restaurant"]` - Pizza: `nwr["amenity"="fast_food"]["cuisine"="pizza"]` - Supermarkets: `nwr["shop"="supermarket"]` - Parks: `nwr["leisure"="park"]` - Hospitals: `nwr["amenity"="hospital"]` - EV Charging: `nwr["amenity"="charging_station"]` - Gyms: `nwr["leisure"="fitness_centre"]` - Banks: `nwr["amenity"="bank"]`

Discovery tool to look up the correct OpenStreetMap tags for any category. Uses built-in category index and live Taginfo API fallback to prevent tag hallucination.

Executes an Overpass query and bins the results into H3 hexagons at a specified resolution to analyze spatial density.

Overview

What is Bbox Mcp Server?

Bbox Mcp Server is a geospatial toolkit for AI agents that provides 6 tools with zero configuration, enabling any LLM to parse, convert, query, and aggregate spatial data out of the box.

How to use Bbox Mcp Server?

The server requires no setup or configuration. Invoke its tools through the MCP protocol to perform spatial operations; each response includes a verification link to visualise results.

Key features of Bbox Mcp Server

  • 6 built-in geospatial tools
  • Zero configuration required
  • Parse, convert, query, and aggregate spatial data
  • Every response includes a visual verification link
  • Compatible with any LLM via MCP

Use cases of Bbox Mcp Server

  • Enable AI agents to process geospatial data without external APIs
  • Convert spatial data formats on the fly
  • Query and aggregate spatial information programmatically
  • Visually verify spatial operations via a bounding box link

FAQ from Bbox Mcp Server

Comments

More Developer Tools MCP servers