← Registry

API Tools

departs.app

Provides real-time public transit stops, departures, and vehicle positions for Prague and Brno.

1 endpoint7 known toolsFirst detected August 25, 2026Last detected August 25, 2026

ENDPOINT 1

https://departs.app/mcp

No auth detected

MCP server metadata

Name
departs-mcp
Version
1.0.0
Capabilities
tools

Known tools 7

search_stops

Search public transit stops/stations by name or query string in Prague (PID) or Brno (IDS JMK).

Inferred read-only
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).

Inferred read-only
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).

Inferred read-only
search_nearest_stops

Find public transit stops/stations closest to a geographic location (latitude and longitude) in Prague (PID) or Brno (IDS JMK).

Inferred read-only
get_realtime_vehicles

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

Inferred read-only
get_service_alerts

Get active transit service disruptions, closures, detours, and news alerts for Prague or Brno.

Inferred read-only
get_vehicle_detail

Get detailed itinerary, stop schedule progress, vehicle specs, and delay details for a vehicle or trip.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.