You're viewing a demo portfolio

Join the waitlist
PRSM

geocode_forward

Active

Tool of Mapbox MCP Server

declared in 0.1.0

"What are the coordinates of [address]" / "geocode [place]" / "lat lng for [location]" / "find [city] on a map" — convert a street address, city, or place name to GPS coordinates (longitude / latitude) using Mapbox's global geocoder. Works on any street, intersection, POI, or administrative area worldwide. Example: geocode_forward({ query: "1600 Pennsylvania Ave, Washington DC" }).

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "1600 Pennsylvania Avenue, Washington DC"
    },
    {
      "limit": 5,
      "query": "Eiffel Tower",
      "country": "FR",
      "language": "en"
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "bbox": {
      "type": "string"
    },
    "limit": {
      "type": "number"
    },
    "query": {
      "type": "string"
    },
    "types": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "language": {
      "type": "string"
    },
    "proximity": {
      "type": "string"
    },
    "fuzzyMatch": {
      "type": "boolean"
    },
    "autocomplete": {
      "type": "boolean"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Mapbox MCP Server

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

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