reverse_geocode
InactiveTool of com.gadgethumans.swarm/x402-middleware
Reverse geocode coordinates to a human-readable address. Uses Nominatim (free, no key). Returns display name, structured address components (road, city, country, postcode), and OSM identifiers. Parameters: lat — Latitude coordinate (required), e.g. 51.5. lon — Longitude coordinate (required), e.g. -0.12.
Parameters schema
{
"type": "object",
"title": "reverse_geocodeArguments",
"required": [
"lat",
"lon"
],
"properties": {
"lat": {
"type": "number",
"title": "Lat"
},
"lon": {
"type": "number",
"title": "Lon"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.gadgethumans.swarm/x402-middleware
https://github.com/scotia1973-bot/gadgethumans-x402
2/7 registries