You're viewing a demo portfolio

Join the waitlist
PRSM

reverse_geocode

Active

Tool of geo

declared in 0.1.0

Convert coordinates to a physical address. Returns street address, city, country, and postal code. Use to identify locations from lat/lng pairs.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "latitude": 40.7128,
      "longitude": -74.006
    },
    {
      "latitude": 48.8584,
      "longitude": 2.2945
    }
  ],
  "required": [
    "latitude",
    "longitude"
  ],
  "properties": {
    "latitude": {
      "type": "number",
      "description": "Latitude"
    },
    "longitude": {
      "type": "number",
      "description": "Longitude"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

geo

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

1/7 registries
View full server →