mcp-trinv-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| trinv-chercher-communeA | Cet outil permet de chercher des communes en France à partir d'un fragment de leur nom (c'est-à-dire une série de lettres consécutives). Ainsi, chercher BEURD conduit à trouver la commune de TREBEURDEN. Il faut cependant être spécifique car chercher, par exemple, SAINT mène à 4834 communes: un si grand nombre de résultats ne peut être listé ni utilement, ni agréablement. Les communes trouvées sont accompagnées de leur code INSEE, de leurs coordonnées (latitude, longitude). Certaines communes ont changé de nom ou ont été regroupées avec d'autres. Exemples de questions:
|
| trinv-chercher-parcelleB | Cet outil permet de rechercher des parcelles cadastrales ayant une certaine surface au sein d'une commune de France. Cette recherche s'effectue, le plus souvent, en deux phases:
Bien identifier la commune implique de connaître son code INSEE. Exemples de questions:
|
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 2 tools
The two tools have clearly distinct purposes: one searches for French communes by name fragment, the other searches for cadastral parcels by area within a commune. There is no overlap or ambiguity in their roles.
Both tool names follow the same pattern: 'trinv-' prefix, 'chercher-' verb, and a specific object ('commune' or 'parcelle'). The naming is perfectly consistent and predictable.
With only two tools, the server is slightly under the typical 3-15 range, but the narrow focus on commune and parcel search justifies the minimal count. The tools are well-scoped and each serves a distinct need.
The server covers the core search workflows for its domain: finding communes and then parcels within them. Minor gaps exist (e.g., no direct lookup by INSEE code), but the provided tools enable the primary use cases without dead ends.