# Mapbox AI integration on Definable

> Mapbox is a platform that provides mapping, navigation, and location data services for developers to integrate into their applications.

## What this connects

Mapbox is a platform that provides mapping, navigation, and location data services for developers to integrate into their applications.

Vendor: https://www.mapbox.com/

## Tools available

**32** tools available. First 12:

- `MAPBOX_GEOCODE_BATCH_V6` — Batch Geocode V6 — Tool to perform batch geocoding with up to 1000 queries in a single request. Use when you need to geocode multiple locations efficiently (forward, reverse, or structured). Supports mixing query types in the same batch.
- `MAPBOX_GEOCODE_FORWARD_V5` — Forward Geocode V5 — Tool to search for places by name or address using Mapbox Geocoding v5 API (forward geocoding). Use when you need to convert place names or addresses to geographic coordinates using the v5 endpoint.
- `MAPBOX_GEOCODING_BATCH` — Batch Geocoding — Tool to perform batch forward or reverse geocoding for multiple locations. Use when you need consistent geocoding of up to 50 queries in one call.
- `MAPBOX_GEOCODING_FORWARD` — Forward Geocoding — Tool to convert free-form or structured address into geographic coordinates and place features. Use when you need forward geocoding from text or address components.
- `MAPBOX_GEOCODING_PERMANENT_FORWARD` — Permanent Forward Geocoding — Tool to perform permanent forward geocoding. Use when you need enterprise-grade permanent geocoding after confirming account privileges.
- `MAPBOX_GEOCODING_PERMANENT_REVERSE` — Permanent Reverse Geocoding — Tool to perform permanent reverse geocoding. Use after obtaining coordinates to get cacheable place data. Example: lon=-73.989, lat=40.733
- `MAPBOX_GEOCODING_REVERSE` — Reverse Geocoding — Tool to reverse geocode coordinates into place names. Use after obtaining coordinates.
- `MAPBOX_GET_ACCESS_TOKEN` — Get Access Token — Tool to extract and validate Mapbox access token from connection metadata. Use when you need a valid token for downstream actions.
- `MAPBOX_GET_ISOCHRONE` — Get Isochrone — Tool to calculate areas reachable within a specified amount of time or distance from a location. Use when you need to visualize travel time or distance zones for routing analysis.
- `MAPBOX_GET_MAP_MATCHING` — Get Map Matching — Tool to snap fuzzy GPS traces to roads on the road network. Use when you need to clean up inaccurate location traces for display or analysis.
- `MAPBOX_GET_OPTIMIZATION_V1` — Get Optimization V1 — Tool to calculate optimal driving routes and trips that visit a set of waypoints. Use when you need to find the best order to visit multiple locations with optimized routing.
- `MAPBOX_GET_SPRITE` — Get Sprite — Tool to retrieve a sprite image or its JSON document from a Mapbox style. Use when you need sprite assets for rendering map icons. Sprites are collections of small icons used in map styles. The JSON format returns metadata about icon positions and dimensions within the sprite sheet, while the PNG format returns the actual image. Sprite sheets optimize performance by combining multiple icons into a single image.

## Auth

Auth schemes: `API_KEY`.

## How agents use Mapbox

Inside a Definable workflow, Mapbox is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Mapbox** — the Researcher (GPT-5.5) pulls context from Mapbox (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Mapbox** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Mapbox (create record, post message, draft email).
- **Designer / Engineer → Distributor → Mapbox** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Mapbox (attach file, open PR comment, post status).

The Verifier checks every Mapbox call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- developer tools — https://definable.ai/apps/category/developer-tools/

## Related

- HTML page: https://definable.ai/apps/mapbox/
- Same category (developer tools): https://definable.ai/apps/category/developer-tools/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
