here_discover
ActiveTool of Here
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\"."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Here
https://github.com/pipeworx-io/mcp-here
1/7 registries