search_poi
ActiveTool of mcp-tomtom
Search for points of interest (POIs) — businesses, landmarks, restaurants, gas stations, etc. — by name or category, optionally near a lat/lon center within a radius. Returns name, category, address, coordinates, phone, url, and distance. Example: search_poi({ query: "coffee", lat: 40.748, lon: -73.985, radius: 1000 })
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"lat": {
"type": "number",
"description": "Optional latitude of the search center to bias/limit results"
},
"lon": {
"type": "number",
"description": "Optional longitude of the search center to bias/limit results"
},
"limit": {
"type": "number",
"description": "Maximum number of results to return (default 10)"
},
"query": {
"type": "string",
"description": "POI search term, e.g. \"coffee\", \"pizza\", \"gas station\", \"Starbucks\""
},
"radius": {
"type": "number",
"description": "Optional search radius in meters (only used when lat/lon are provided)"
},
"_apiKey": {
"type": "string",
"description": "Optional — your own TomTom API key for higher limits; omit to use the shared Pipeworx key."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-tomtom
https://github.com/pipeworx-io/mcp-tomtom
2/7 registries