pois_near
ActiveTool of mcp-overpass
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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-overpass
https://github.com/pipeworx-io/mcp-overpass
2/7 registries