mcp-outremer
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 |
|---|---|
| outremer_get_sourcesC | List curated official and high-value sources for Outre-mer. |
| outremer_search_data_gouvC | Search public datasets on data.gouv.fr using the official public API. |
| outremer_get_datasetA | Inspect one data.gouv.fr dataset by slug or id using the official public API. |
| outremer_fetch_source_excerptA | Fetch a short text excerpt from one curated source URL. Use source_key as a number, title keyword, or URL fragment from get_sources. |
| outremer_explain_scopeA | Explain what this MCP is useful for and how an agent should combine its sources. |
| outremer_list_reference_itemsB | List built-in reference items for this MCP, when available. |
| outremer_list_territoriesA | List French overseas territories with INSEE department/collectivity codes and useful portal hints. |
| outremer_get_territoryA | Resolve one French overseas territory by name or code and return public-data search hints. |
| outremer_list_communesA | List communes for an overseas department using geo.api.gouv.fr. Supports 971, 972, 973, 974 and 976. |
| outremer_search_territory_datasetsA | Search data.gouv.fr for datasets related to one French overseas territory. |
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 10 tools
Most tools have clear, distinct purposes: listing vs. fetching territories, sources vs. excerpts, and global vs. territory-scoped dataset search. However, potential confusion exists between search_data_gouv and search_territory_datasets, and get_territory also returns 'search hints' which could overlap.
All tools share the 'outremer_' prefix and follow a consistent verb_noun snake_case pattern (list_, get_, search_, fetch_, explain_). There are no mixed conventions or unexpected casing.
With exactly 10 tools covering territory lookup, dataset search, source management, and reference utilities, the count feels well-scoped for a French overseas territories data assistant. It is within the ideal 3–15 range and each tool addresses a distinct need.
The server covers the core workflows of discovering territories, searching and inspecting datasets, listing reference sources, and fetching source excerpts. Minor gaps include no tool for full source content retrieval (only excerpts) and no direct commune search beyond department codes, but these are reasonable limitations for a focused utility.