
Renfe MCP Server
by sabermaple1
Query real-time Spanish Renfe train schedules, pricing, and availability using GTFS data.
What it does
Renfe MCP Server allows AI agents to access live Spanish train data. It integrates GTFS data and uses a specialized DWR scraper to provide accurate departure and arrival times, as well as real-time pricing for various routes within Spain.
Tools
- Schedule Search: Find trains between specific Spanish cities for given dates.
- Price Checker: Retrieve current fares for available train routes.
- Station Lookup: Resolve city names to Renfe station codes.
Installation
Since this is a Python-based server, install the dependencies and run via your MCP configuration:
{
"mcpServers": {
"renfe": {
"command": "python",
"args": ["-m", "renfe_mcp.server"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
pip install renfe-mcp-serverInformation
- Pricing
- free
- Published
- 5/13/2026
- stars






