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