Skip to main content
Glama
Hug0x0

mcp-french-energy-open-data

by Hug0x0

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 5 tools

Disambiguation4/5

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.

Naming Consistency4/5

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.

Tool Count4/5

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.

Completeness3/5

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues