API Tools
departs.app
Provides real-time public transit stops, departures, and vehicle positions for Prague and Brno.
ENDPOINT 1
https://departs.app/mcp
MCP server metadata
- Name
- departs-mcp
- Version
- 1.0.0
Known tools 7
search_stopsSearch public transit stops/stations by name or query string in Prague (PID) or Brno (IDS JMK).
Inferred read-onlyget_next_departuresGet real-time upcoming public transit departures from a SPECIFIC stop name or stop ID in Prague (PID) or Brno (IDS JMK).
Inferred read-onlyget_nearest_departuresGet real-time upcoming departures for stops closest to a GEOGRAPHIC LOCATION (latitude and longitude) in Prague (PID) or Brno (IDS JMK).
Inferred read-onlysearch_nearest_stopsFind public transit stops/stations closest to a geographic location (latitude and longitude) in Prague (PID) or Brno (IDS JMK).
Inferred read-onlyget_realtime_vehiclesGet live vehicle positions, current delays, vehicle numbers, and status in Prague or Brno.
Inferred read-onlyget_service_alertsGet active transit service disruptions, closures, detours, and news alerts for Prague or Brno.
Inferred read-onlyget_vehicle_detailGet detailed itinerary, stop schedule progress, vehicle specs, and delay details for a vehicle or trip.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.departs-mcp]
url = "https://departs.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"departs-mcp": {
"type": "http",
"url": "https://departs.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: departs-mcp
Remote MCP URL: https://departs.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"departs-mcp": {
"url": "https://departs.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"departs-mcp": {
"type": "http",
"url": "https://departs.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "departs-mcp",
"transport": "streamable-http",
"url": "https://departs.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.