Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAPBOX_ACCESS_TOKEN | Yes | Your Mapbox API key |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| mapbox_directions | Get navigation route between two points |
| mapbox_directions_by_places | Get navigation route between multiple places using their names |
| mapbox_matrix | Calculate travel time and distance matrices between coordinates |
| mapbox_matrix_by_places | Calculate travel time and distance matrices between places using their names |
| mapbox_geocoding | Search for places and convert addresses into coordinates |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |