Mapbox for your agents.
Connect Mapbox once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 13 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Mapbox.
What agents can do with Mapbox
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
mapbox_geocode_forwardForward geocode a location query (address, city, or place name) into coordinates. Returns matching places with lat/lng.
mapbox_geocode_reverseReverse geocode coordinates into a place name and address.
mapbox_directionsGet driving, walking, or cycling directions between up to 25 waypoints.
mapbox_matrixGet travel times and distances between a set of coordinates. Returns a matrix of duration and distance.
mapbox_isochroneGenerate isochrone polygons showing reachable areas within a travel time from a starting point.
mapbox_static_mapGet a static map image for a given location, zoom, and size.
mapbox_optimized_tripSolve the traveling salesman problem to reorder waypoints into an optimized route.
mapbox_get_styleGet a Mapbox style definition by style id.
mapbox_list_datasetsList all datasets in the account.
mapbox_get_datasetGet dataset metadata by dataset id.
mapbox_create_datasetCreate a new dataset with a name and description.
mapbox_list_tilesetsList tilesets associated with the account.
mapbox_get_tilejsonGet a TileJSON description for a tileset.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Log into Mapbox and go to Account > Access Tokens.
- Copy your default public token or create a new secret token.
- The token is sent as a query parameter.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Mapbox to Even: call connect_begin("mapbox") on the even-connect MCP and walk me through it.
Geocode addresses with Mapbox and calculate driving directions between points.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.