Connector guide2-minute read4 MCP toolsEN · DE · IT

如何将 Deutsche Bahn Timetables API 连接到 Claude — 通过 MCP

Deutsche Bahn's official station-board API (DB API Marketplace, CC BY 4.0): find stations by name or EVA number, read the planned hourly timetable of any station, and pull the live change feed — delays, platform changes, cancellations and disruption messages — straight from DB. Free key, 60 requests per minute. Boards only; use the Deutsche Bahn Fahrplan connector for journey planning.

HCBy HelpCode team更新于 2 min read 在 GitHub 开源

无需信用卡 · 7 天试用 · 提供自托管方案

Deutsche Bahn Timetables API

Deutsche Bahn's official station-board API (DB API Marketplace, CC BY 4.0): find stations by name or EVA number, read the planned hourly timetable of any station, and pull the live change feed — delays, platform changes, cancellations and disruption messages — straight from DB. Free key, 60 requests per minute. Boards only; use the Deutsche Bahn Fahrplan connector for journey planning.

个工具

4

区域

DE

类别

Transport

身份验证

API Key

所需环境变量

DB_CLIENT_IDDB_API_KEY
在 Cloud 上一键安装

7 天免费试用 · 无需信用卡

  • 7 天免费试用
    无需信用卡
  • GDPR & SOC 2 ready
    数据驻留欧盟,审计日志
  • 在 GitHub 开源
    开源 · AGPL-3.0
  • 支持 ChatGPT、Claude、Gemini
    任何兼容 MCP 的客户端

跳过安装。2 分钟内即可运行。

cloud.anythingmcp.com 开始免费试用,一键添加 Deutsche Bahn Timetables API,然后将你的 AI 客户端(Claude、ChatGPT、Copilot 或 Cursor)指向生成的 MCP 端点。无需 Docker,无需 git clone,无需任何工程经验。

开始免费试用

Summary

Deutsche Bahn's official station-board API (DB API Marketplace, CC BY 4.0): find stations by name or EVA number, read the planned hourly timetable of any station, and pull the live change feed — delays, platform changes, cancellations and disruption messages — straight from DB. Free key, 60 requests per minute. Boards only; use the Deutsche Bahn Fahrplan connector for journey planning.

试试这样问

Deutsche Bahn Timetables API 的示例提示

点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。

Deutsche Bahn Timetables API · 通过 MCP 实时
分享
Opus 4.7

Claude 是 AI,可能会出错。请核对回答。

💡 无需安装? 直接使用 cloud.anythingmcp.com 登录、点击 Connectors → Deutsche Bahn Timetables API、粘贴凭证、生成 MCP API key — 完成。无 Docker、无 git clone、无本地服务器。

Deutsche Bahn Timetables API + Claude

Deutsche Bahn's official station-board API (DB API Marketplace, CC BY 4.0): find stations by name or EVA number, read the planned hourly timetable of any station, and pull the live change feed — delays, platform changes, cancellations and disruption messages — straight from DB. Free key, 60 requests per minute. Boards only; use the Deutsche Bahn Fahrplan connector for journey planning.

前提条件

完整的设置说明已内置在连接器中 (在 store 中选择连接器时可见)。所需环境变量:

DB_CLIENT_ID, DB_API_KEY

步骤 1 — 获取凭证

This connector calls Deutsche Bahn's official Timetables API v1 on the DB API Marketplace. It is the source of truth for what is happening at a station right now, published by DB itself (CC BY 4.0). It does not plan journeys — pair it with the Deutsche Bahn Fahrplan connector for that.

Getting a key: create a free account at https://developers.deutschebahn.com, create an application, subscribe it to the Timetables API (free plan, 60 requests/minute) and copy the application's Client ID and API Key into DB_CLIENT_ID / DB_API_KEY.

…(continued in the in-app connector instructions)

步骤 2 — 安装 adapter

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

步骤 3 — 在 Claude 中添加连接器

推荐路径 — 在 claude.ai web 上工作,无需触碰任何配置文件。

  1. 打开 claude.ai/customize/connectors
  2. 点击 "Add custom connector"
  3. 填入:
    • Name: Deutsche Bahn Timetables API
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → 粘贴你的 MCP API key (来自 AnythingMCP → Profile → MCP API Keys → New Key)
  4. 点击 Connect 授权。

下面所有工具都会出现在你的聊天中 — 开始输入提示。

可用工具

ToolWhat it does
dbt_search_stationsFind Deutsche Bahn stations by name prefix, DS100 code or EVA number
dbt_get_station_boardPlanned timetable of a station for one hour: every train with id (match it against dbt_get_changes), category (ICE, IC, EC, RE, RB, S …)
dbt_get_changesAll currently known changes at a station, straight from Deutsche Bahn (refreshed every 30 s): per train id (matches dbt_get_station_board)
dbt_get_recent_changesChanges at a station from the last two minutes only — the same shape as dbt_get_changes, for polling a station you are watching without re-r

FAQ

Claude Code 和 Claude Desktop 一样工作吗? 是的 — 两者都指向 https://cloud.anythingmcp.com/mcp

下一步

这份指南对你有帮助吗?

Your Deutsche Bahn Timetables API agent is one click away.

Install the connector, paste the key, prompt Claude. Free for 7 days, no credit card.

相关指南

DB
connectors

如何将 Deutsche Bahn Timetables API 连接到 ChatGPT — 通过 MCP

Deutsche Bahn's official station-board API (DB API Marketplace, CC BY 4.0): find stations by name or EVA number, read the planned hourly timetable of any station, and pull the live change feed — delays, platform changes, cancellations and disruption messages — straight from DB. Free key, 60 requests per minute. Boards only; use the Deutsche Bahn Fahrplan connector for journey planning.

DB
connectors

Deutsche Bahn Timetables API 接入 MCP — 从任意 AI 代理驱动 Deutsche Bahn Timetables API

Deutsche Bahn's official station-board API (DB API Marketplace, CC BY 4.0): find stations by name or EVA number, read the planned hourly timetable of any station, and pull the live change feed — delays, platform changes, cancellations and disruption messages — straight from DB. Free key, 60 requests per minute. Boards only; use the Deutsche Bahn Fahrplan connector for journey planning.

connectors

如何将 Deutsche Bahn Fahrplan 连接到 Claude — 通过 MCP

German train timetable with live delays: search stations, list departures and arrivals with real-time delay, track and cancellation status, and plan journeys between any two stations. Runs on MOTIS over the open gtfs.de timetable (ICE, IC, EC, regional trains, S-Bahn) — no bahn.de scraping, no API key.

GR
connectors

如何通过 MCP 将 Georgian Railway 连接到 Claude

通过 MCP 从 Claude 查询格鲁吉亚铁路列车:车站、时刻表、余票和以拉里计价的票价。无需账号和 API 密钥。

connectors

如何通过 MCP 连接 Amazon Seller Central 到 Claude

让 Claude 通过官方 SP-API 查询你的 Amazon Seller 账户:订单、FBA 库存、买盒报价、费用和报告。15 个工具,LWA OAuth2,无需 AWS 密钥。

connectors

如何将 Clockify 连接到 Claude — 通过 MCP

Manage Clockify (time tracking, projects, tasks, clients, tags, workspace users, reports) from any AI agent. 18 tools, X-Api-Key auth.