reverse
ActiveTool of Photon
declared in 0.1.0
Reverse geocode — coordinates → nearest place name.
Parameters schema
{
"type": "object",
"examples": [
{
"lat": 48.8584,
"lon": 2.2945
},
{
"lat": 51.5074,
"lon": -0.1278,
"lang": "en",
"limit": 3,
"radius": 2
}
],
"required": [
"lat",
"lon"
],
"properties": {
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"lang": {
"type": "string"
},
"layer": {
"type": "string"
},
"limit": {
"type": "number"
},
"radius": {
"type": "number",
"description": "Search radius in km (default 1)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Photon
https://github.com/pipeworx-io/mcp-photon
1/7 registries