mcp-french-energy-open-data
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 |
|---|---|
| french_energy_open_data_get_sourcesA | List curated sources used by this MCP. |
| french_energy_open_data_fetch_source_excerptA | Fetch a short text excerpt from a curated source by index or title keyword. |
| french_energy_open_data_get_eco2mix_latestA | Fetch recent national éCO2mix rows from ODRE OpenDataSoft. |
| french_energy_open_data_search_odre_catalogC | Search the ODRE OpenDataSoft catalog. |
| french_energy_open_data_search_data_gouvC | Search data.gouv.fr for French energy datasets. |
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 5 tools
The five tools have mostly distinct purposes: listing curated sources, fetching excerpts, fetching éCO2mix data, searching ODRE catalog, and searching data.gouv. There is minor potential confusion between 'get_eco2mix_latest' and 'search_odre_catalog' since both relate to ODRE data, but their descriptions (fetch recent rows vs search catalog) clarify the distinction.
All tools use the server prefix 'french_energy_open_data_' and verbs like get, fetch, search. The pattern is consistent in structure, though 'get_sources' and 'fetch_source_excerpt' use slightly different verbs for similar retrieval actions, which is a minor deviation from a uniform verb_noun pattern.
Five tools is a reasonable scope for an energy open-data server, not too thin nor too heavy. Each tool addresses a specific function: data source management, data retrieval, and catalog search. It may be slightly lean but appropriate for the stated purpose.
The tool set covers browsing sources, fetching excerpts, retrieving latest éCO2mix data, and searching two catalogs. Notable gaps include lacking ability to query historical éCO2mix data or access full dataset details, which agents might need. The surface is sufficient for basic queries but not exhaustive for the energy domain.