You're viewing a demo portfolio

Join the waitlist
PRSM

here_discover

Active

Tool of Here

declared in 0.1.0

Find places / points of interest (restaurants, shops, landmarks, gas stations, etc.) near a location via HERE — "coffee near Times Square", "pharmacies near 48.85,2.35", "hardware stores in Austin". Returns name, category, address, coordinates, distance, and contact info. The `near` location can be a place name (geocoded automatically) or "lat,lng".

Parameters schema

{
  "type": "object",
  "required": [
    "query",
    "near"
  ],
  "properties": {
    "near": {
      "type": "string",
      "description": "Place name (e.g. \"Times Square, New York\") or \"lat,lng\" (e.g. \"40.758,-73.985\") to search around."
    },
    "limit": {
      "type": "number",
      "description": "Max results (default 10, max 50)."
    },
    "query": {
      "type": "string",
      "description": "What to search for, e.g. \"coffee\", \"pharmacy\", \"hardware store\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Here

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

1/7 registries
View full server →