You're viewing a demo portfolio

Join the waitlist
PRSM

places_in_bbox

Active

Tool of mcp-overpass

declared in 0.1.0

Find OSM POIs inside a bounding box. Use for "every park in this area" or "all restaurants in this neighborhood". Bounding box is (south, west, north, east) in degrees.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "tag": "leisure=park",
      "east": 2.4,
      "west": 2.2,
      "north": 48.9,
      "south": 48.8
    },
    {
      "tag": "amenity=hospital",
      "east": -73.9,
      "west": -74,
      "limit": 100,
      "north": 40.8,
      "south": 40.7
    }
  ],
  "required": [
    "south",
    "west",
    "north",
    "east",
    "tag"
  ],
  "properties": {
    "tag": {
      "type": "string",
      "description": "OSM tag filter (e.g., \"leisure=park\", \"amenity=hospital\")"
    },
    "east": {
      "type": "number",
      "description": "Maximum longitude"
    },
    "west": {
      "type": "number",
      "description": "Minimum longitude"
    },
    "limit": {
      "type": "number",
      "description": "Max results (1-1000, default 200)"
    },
    "north": {
      "type": "number",
      "description": "Maximum latitude"
    },
    "south": {
      "type": "number",
      "description": "Minimum latitude"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-overpass

https://github.com/pipeworx-io/mcp-overpass

2/7 registries
View full server →