Developer Tools32 toolsPaste one API key
Mapbox integration for AI agents
Mapbox is a platform that provides mapping, navigation, and location data services for developers to integrate into their applications.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Mapbox once and call the same tools from all of them.
Setup
Connect Mapbox through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Mapbox exposes 32 tools through ClawLink. The 30 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
mapbox_geocode_batch_v6 | Perform batch geocoding with up to 1000 queries in a single request | Read |
mapbox_geocode_forward_v5 | Search for places by name or address using Mapbox Geocoding v5 API (forward geocoding) | Read |
mapbox_geocoding_batch | Perform batch forward or reverse geocoding for multiple locations | Read |
mapbox_geocoding_forward | Convert free-form or structured address into geographic coordinates and place features | Read |
mapbox_geocoding_permanent_forward | Perform permanent forward geocoding | Read |
mapbox_geocoding_permanent_reverse | Perform permanent reverse geocoding | Read |
mapbox_geocoding_reverse | Reverse geocode coordinates into place names | Read |
mapbox_get_access_token | Extract and validate Mapbox access token from connection metadata | Read |
mapbox_get_isochrone | Calculate areas reachable within a specified amount of time or distance from a location | Read |
mapbox_get_map_matching | Snap fuzzy GPS traces to roads on the road network | Read |
mapbox_get_optimization_v1 | Calculate optimal driving routes and trips that visit a set of waypoints | Read |
mapbox_get_sprite | Retrieve a sprite image or its JSON document from a Mapbox style | Read |
mapbox_get_static_image | Request a static map image from a Mapbox Studio style | Read |
mapbox_get_static_tiles | Retrieve raster tiles from a Mapbox Studio style | Read |
mapbox_get_token | Retrieve information about a Mapbox access token and validate its status | Read |
mapbox_get_vector_tiles | Retrieve vector tiles from Mapbox-hosted vector tilesets | Read |
mapbox_post_map_matching | Snap GPS coordinates to the road network using POST method for longer coordinate lists | Write |
mapbox_query_tile_features | Retrieve data about specific features from vector tilesets based on a location | Read |
mapbox_request_style_embed_html | Retrieve embeddable HTML for a Mapbox style that can be embedded in an iframe | Read |
mapbox_retrieve_directions | Retrieve directions between waypoints | Read |
mapbox_retrieve_font_glyph_ranges | Retrieve font glyph ranges as PBF tiles | Read |
mapbox_retrieve_marker | Retrieve a standalone marker image without any background map | Read |
mapbox_retrieve_matrix | Retrieve a travel time and distance matrix between multiple locations | Read |
mapbox_retrieve_searchbox_place | Retrieve full details for a specific place by its Mapbox ID | Read |
mapbox_retrieve_style | Retrieves the complete Mapbox style specification as JSON, including all layers, sources | Read |
mapbox_retrieve_style_wmts | Retrieve a WMTS (Web Map Tile Service) capabilities document for a Mapbox style | Read |
mapbox_retrieve_tileset_metadata | Retrieve metadata for a Mapbox tileset | Read |
mapbox_reverse_geocode_v6 | Convert geographic coordinates to place names using Geocoding v6 API | Read |
mapbox_reverse_searchbox | Convert coordinates to places using the Search Box API (reverse geocoding) | Read |
mapbox_search_box_forward | Search for places by name or address using the Search Box API | Read |