You're viewing a demo portfolio

Join the waitlist
PRSM

geocode_reverse

Active

Tool of Mapbox MCP Server

declared in 0.1.0

"What's at [lat,lng]" / "reverse geocode coordinates" / "what address is at these coords" / "what place is at this GPS point" — convert longitude / latitude into the nearest street address, neighborhood, city, region, or country via Mapbox's global geocoder. Works worldwide.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "lat": 40.7128,
      "lon": -74.006
    },
    {
      "lat": 48.8584,
      "lon": 2.2945,
      "limit": 3,
      "country": "FR"
    }
  ],
  "required": [
    "lon",
    "lat"
  ],
  "properties": {
    "lat": {
      "type": "number"
    },
    "lon": {
      "type": "number"
    },
    "limit": {
      "type": "number"
    },
    "types": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "language": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Mapbox MCP Server

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

2/7 registries
View full server →
geocode_reverse — Mapbox MCP Server — PRSM MCP