places
ActiveTool of mcp-geoapify
Search for places and points of interest (POI) near a location, filtered by Geoapify category. Returns name, formatted address, categories, lat, lon, and distance from the center point. Example: places({ categories: "catering.restaurant", lat: 48.8584, lon: 2.2945, radius: 1000 })
Parameters schema
{
"type": "object",
"required": [
"categories",
"lat",
"lon"
],
"properties": {
"lat": {
"type": "number",
"description": "Latitude of the search center in decimal degrees"
},
"lon": {
"type": "number",
"description": "Longitude of the search center in decimal degrees"
},
"limit": {
"type": "number",
"description": "Maximum number of results to return (default 20, max 100)"
},
"radius": {
"type": "number",
"description": "Search radius in meters (default 1000, max 50000)"
},
"_apiKey": {
"type": "string",
"description": "Optional — your own Geoapify API key for higher limits; omit to use the shared Pipeworx key."
},
"categories": {
"type": "string",
"description": "Geoapify place category (or comma-separated list), e.g. 'catering.restaurant', 'commercial.supermarket', 'accommodation.hotel'"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-geoapify
https://github.com/pipeworx-io/mcp-geoapify
2/7 registries