mcp-sncf-navitia
MCP server for querying French railway services (SNCF) via the Navitia API, enabling station search, journey planning, and departure board retrieval.
README
mcp-sncf-navitia
MCP server for French railway queries via the Navitia API (SNCF coverage). Search for French stations, plan journeys, and get departure boards — powered by SNCF data.
Status: Ready
Prerequisites
Install
git clone git@github.com:McCullonas/mcp-sncf-navitia.git
cd mcp-sncf-navitia
bun install
Configuration
| Variable | Required | Description |
|---|---|---|
NAVITIA_API_KEY |
Yes | Your Navitia API token |
Register for free at navitia.io. The free tier provides access to SNCF data across France.
Available Tools
sncf_search_places
Search for French railway stations and places by name.
Parameters:
query— Station or place name (e.g."Paris Gare du Nord","Lyon Part-Dieu")count(optional) — Max results (default 5)
Returns: place name, ID, type, and coordinates.
sncf_get_journeys
Get train journey options between two locations.
Parameters:
from— Origin place ID (fromsncf_search_places)to— Destination place IDdatetime(optional) — ISO 8601 departure datetime (default: now)count(optional) — Number of journey options (default 3)
Returns: routes, legs, transfers, duration, walking segments, departure/arrival times.
sncf_get_departures
Get upcoming departures from a station.
Parameters:
stopId— Stop area ID (fromsncf_search_places)datetime(optional) — ISO 8601 datetime (default: now)count(optional) — Number of departures (default 10)
Returns: line info, direction, departure time, network info.
MCP Client Configuration
Add to your settings.json:
{
"mcpServers": {
"sncf-navitia": {
"command": "bun",
"args": ["run", "/path/to/mcp-sncf-navitia/src/index.ts"],
"env": {
"NAVITIA_API_KEY": "your-key-here"
}
}
}
}
Development
NAVITIA_API_KEY=your-key bun run src/index.ts
bun build src/index.ts --outdir dist --target node
Data Source
Queries the Navitia API with SNCF coverage, which includes intercity, regional (TER), and high-speed (TGV/Inoui) services across France. Navitia is operated by Kisio Digital, an SNCF subsidiary.
Licence
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.