You're viewing a demo portfolio

Join the waitlist
PRSM

pois_near

Active

Tool of mcp-overpass

declared in 0.1.0

Find OSM points of interest within a radius of a lat/lon. Pass an OSM key=value tag like "amenity=cafe", "shop=bakery", "tourism=museum", or just "amenity" to match any value. Returns nodes with names, tags, and coordinates.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "tag": "amenity=cafe",
      "latitude": 48.8566,
      "radius_m": 500,
      "longitude": 2.3522
    },
    {
      "tag": "shop=bakery",
      "limit": 50,
      "latitude": 51.5074,
      "radius_m": 2000,
      "longitude": -0.1278
    }
  ],
  "required": [
    "latitude",
    "longitude",
    "tag"
  ],
  "properties": {
    "tag": {
      "type": "string",
      "description": "OSM tag filter (e.g., \"amenity=cafe\", \"shop\", \"tourism=museum\")"
    },
    "limit": {
      "type": "number",
      "description": "Max results (1-500, default 100)"
    },
    "latitude": {
      "type": "number",
      "description": "Center latitude"
    },
    "radius_m": {
      "type": "number",
      "description": "Search radius in metres (1-10000, default 1000)"
    },
    "longitude": {
      "type": "number",
      "description": "Center longitude"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

mcp-overpass

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

2/7 registries
View full server →
pois_near — mcp-overpass — PRSM MCP