{
  "name": "WMATA Metro Tracker",
  "description": "Real-time DC Metro (WMATA) train arrivals, trip planning with fares, service alerts, elevator/escalator status, and station info for all 98 stations across 6 lines. Free, no auth required.",
  "url": "https://wmata-mcp-server.subpaatt.workers.dev/mcp",
  "transport": "streamable-http",
  "authentication": "none",
  "tools": [
    {
      "name": "get_arrivals",
      "description": "Real-time train arrivals at any of 98 WMATA Metro stations. Fuzzy matches station names."
    },
    {
      "name": "get_train_locations",
      "description": "Live positions of all trains on a line. Returns train ID, destination, car count, direction."
    },
    {
      "name": "get_alerts",
      "description": "Active service alerts and incidents, filterable by line."
    },
    {
      "name": "plan_trip",
      "description": "Trip planning between any two stations with real-time departures, fares (peak/off-peak/senior), and transfer instructions. Understands neighborhoods like 'Georgetown' and 'Capitol Hill'."
    },
    {
      "name": "station_info",
      "description": "Station metadata including lines served, neighborhood, landmarks, ADA accessibility, and typical headways."
    },
    {
      "name": "get_elevator_escalator_status",
      "description": "Current elevator and escalator outages at Metro stations. Includes estimated return to service dates."
    }
  ],
  "coverage": "Washington DC WMATA Metrorail system (6 lines, 98 stations)",
  "rate_limits": {
    "requests_per_minute": 30
  },
  "source": "WMATA API",
  "cost": "free"
}