Rejseplanen
Plan routes and check departures in Denmark from Claude, ChatGPT or Cursor via MCP. Hosted Rejseplanen integration — no custom code.
Overview
Public transport routes and departures in Denmark via Rejseplanen.
Prerequisites
- A stackgate.ai account
Getting credentials
- Open Integrations → Rejseplanen.
- Click Activate — no personal API key is required.
Optional: set default from/to stops in the setup form for faster queries.
Using with AI clients
- Dedicated endpoint:
POST /mcp/rejseplanen - Private gateway:
rejseplanen__*tools
Troubleshooting
- Stop not found — use Rejseplanen stop IDs or search by name via the list/search tools first.
- No routes — verify date/time and that stops serve the requested mode (bus, train, metro).
Available tools
-
search_locations
Search for stations, stops, addresses, and points of interest by name.
-
search_nearby_stops
Find stops and stations within 1000m of a coordinate.
-
get_departure_board
Get upcoming departures from a stop or station.
-
get_arrival_board
Get upcoming arrivals at a stop or station.
-
get_nearby_departures
Get departures from all stops within a radius of a coordinate.
-
search_trips
Search for trip suggestions between an origin and destination, including prices.
-
get_journey_detail
Get full stop-by-stop details for a journey using its reference from a trip or board result.
-
search_train
Search for train journeys by train number on a given date.
-
get_line_schedules
Get all journeys and times for a specific line on a given date.
-
search_lines
Search for all lines operated by a given operator.
-
search_him_messages
Search for real-time disruption messages (HIM) affecting stops, lines, or dates.
-
get_tariff_for_trip
Re-fetch tariff and price details for a trip using its reconstruction context from a prior trip search.
MCP endpoint:
https://stackgate.ai/mcp/rejseplanen
(HTTP) or via the
private gateway.