Skip to main content
Glama
Hug0x0

mcp-french-transport-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_transport_data_get_sourcesB

List curated sources used by this MCP.

french_transport_data_fetch_source_excerptA

Fetch a short text excerpt from a curated source by index or title keyword.

french_transport_data_search_datasetsC

Search transport.data.gouv.fr datasets by text using the public API.

french_transport_data_get_datasetA

Fetch one transport.data.gouv.fr dataset by id.

french_transport_data_search_data_gouvA

Search data.gouv.fr for mobility datasets such as GTFS, NeTEx, SIRI, stops, and real-time feeds.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 5 tools

Disambiguation4/5

Tools are mostly distinct, targeting either curated sources or transport.data.gouv datasets. However, 'search_datasets' and 'search_data_gouv' both perform dataset searches with overlapping scope, which could cause misselection.

Naming Consistency5/5

All tool names follow the consistent 'french_transport_data_<verb>_<object>' pattern using snake_case, making the API predictable and easy to navigate.

Tool Count5/5

Five tools is a well-scoped size for a transport data retrieval server, each covering a distinct operation without feeling sparse or bloated.

Completeness4/5

The set covers browsing curated sources, fetching excerpts, searching and retrieving datasets from transport.data.gouv.fr, and a broader mobility search. Minor gaps exist, such as lack of direct dataset download or listing all datasets, but core workflows are supported.

Maintenance

ActivityMaintained
ResponsivenessNo issues