GeoTrek MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_HOST | No | The host address for streamable-http. | 0.0.0.0 |
| MCP_PORT | No | The port for streamable-http. | 8000 |
| MCP_TRANSPORT | No | The MCP transport: stdio or streamable-http. | stdio |
| NOMINATIM_URL | No | The Nominatim instance to use for geocoding. | https://nominatim.openstreetmap.org |
| GEOTREK_BASE_URL | Yes | The base URL of the GeoTrek instance. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_activitiesB | Liste les types d'activité (pratiques) disponibles sur l'instance GeoTrek configurée (ex : "A pied", "VTT", "Cheval", "Raquette"...). Les noms retournés peuvent être utilisés tels quels dans le paramètre
|
| list_labelsA | Liste les labels de réglementation disponibles sur l'instance GeoTrek configurée (ex : "En coeur de parc", "Chiens de protection des troupeaux"...). Les noms retournés peuvent être utilisés tels quels dans le paramètre
|
| search_treksA | Recherche des treks (randos, VTT, ...) sur l'instance GeoTrek configurée. Filtres disponibles : durée en heures ( |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 3 tools
Each tool has a distinctly different purpose: listing activities, listing labels, and searching treks. There is no overlap or potential for misselection.
All tool names follow a consistent verb_noun pattern in snake_case (list_activities, list_labels, search_treks), making the API predictable.
Three tools is a minimal but appropriate set for a search-focused server. Each tool is needed to support the core search workflow, though the count is at the lower boundary of the typical range.
The core workflow of listing valid filter values and searching treks is fully covered. Minor gaps exist, such as lack of a dedicated get-trek-by-id tool, but search likely returns full trek details, so agents can work around this.