← departs.app

INDIVIDUAL MCP TOOL

get_realtime_vehicles

Get live vehicle positions, current delays, vehicle numbers, and status in Prague or Brno.

departs.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://departs.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_realtime_vehicles and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

departs.app

CONNECT 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.

Related tools

  • search_stops — Search public transit stops/stations by name or query string in Prague (PID) or Brno (IDS JMK).
  • get_next_departures — Get real-time upcoming public transit departures from a SPECIFIC stop name or stop ID in Prague (PID) or Brno (IDS JMK).
  • get_nearest_departures — Get real-time upcoming departures for stops closest to a GEOGRAPHIC LOCATION (latitude and longitude) in Prague (PID) or Brno (IDS JMK).
  • search_nearest_stops — Find public transit stops/stations closest to a geographic location (latitude and longitude) in Prague (PID) or Brno (IDS JMK).
  • get_service_alerts — Get active transit service disruptions, closures, detours, and news alerts for Prague or Brno.
  • get_vehicle_detail — Get detailed itinerary, stop schedule progress, vehicle specs, and delay details for a vehicle or trip.