You're viewing a demo portfolio

Join the waitlist
PRSM

search_poi

Active

Tool of mcp-tomtom

declared in 0.1.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-tomtom

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

2/7 registries
View full server →