You're viewing a demo portfolio

Join the waitlist
PRSM

search_address

Active

Tool of nominatim

declared in 0.1.0

Search for coordinates of an address or place name. Returns latitude, longitude, display name, and place type for matched locations.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "Eiffel Tower, Paris"
    },
    {
      "limit": 10,
      "query": "1600 Pennsylvania Avenue, Washington DC"
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Maximum number of results to return. Defaults to 5, max 50."
    },
    "query": {
      "type": "string",
      "description": "Free-form address or place name to search for (e.g. \"Eiffel Tower, Paris\")."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

nominatim

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

1/7 registries
View full server →
search_address — nominatim — PRSM MCP