DB Timetable MCP Server
@jorekai
关于 DB Timetable MCP Server
Ein Model Context Protocol (MCP) Server für die Deutsche Bahn Timetable API
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"db-timetable-mcp": {
"command": "npx",
"args": [
"fastmcp",
"inspect",
"path/to/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is DB Timetable MCP Server?
A Model Context Protocol server that integrates with the Deutsche Bahn Timetable API. It provides MCP tools and resources to access live and planned timetable data, station information, and train changes. Designed for developers building MCP-compatible applications.
How to use DB Timetable MCP Server?
Install Node.js 18+, clone the repo, run npm install and npm run build. Create a .env file with your DB API credentials (DB_TIMETABLE_CLIENT_ID, DB_TIMETABLE_CLIENT_SECRET). Start the server with npm start for stdio mode or TRANSPORT_TYPE=sse npm start for SSE mode.
Key features of DB Timetable MCP Server
- Fetch current timetable data for a station
- Retrieve recent timetable changes
- Access planned timetable for a given date and hour
- Search stations by name or code
Use cases of DB Timetable MCP Server
- Show real-time departures for a specific station
- Monitor recent timetable changes for operational awareness
- Look up planned train schedules on a future date
- Find a station’s EVA number by name or code
FAQ from DB Timetable MCP Server
What are the prerequisites?
Node.js 18 or higher and valid API credentials (client ID and client secret) for the Deutsche Bahn Timetable API.
How do I configure the server?
Create a .env file in the project root with DB_TIMETABLE_CLIENT_ID, DB_TIMETABLE_CLIENT_SECRET, and optional settings like TRANSPORT_TYPE, PORT, SSE_ENDPOINT, and LOG_LEVEL.
What transport modes are supported?
The server supports both stdio (default) and SSE (Server-Sent Events) transports.
Where does the timetable data come from?
Data is sourced from the official Deutsche Bahn Timetable API and is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
What MCP tools are available?
Four tools: getCurrentTimetable, getRecentChanges, getPlannedTimetable, and findStations. Each takes an EVA number or search pattern as input.
数据库 分类下的更多 MCP 服务器
Chroma MCP Server
chroma-coreA Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma
MotherDuck's DuckDB MCP Server
motherduckdbLocal MCP server for DuckDB and MotherDuck
Elasticsearch MCP Server
elasticMCP MongoDB Server
kiliczshA Model Context Protocol Server for MongoDB
Neon MCP Server
neondatabase-labsMCP server for interacting with Neon Management API and databases
评论