rail_predictions
ActiveTool of Wmata
declared in 0.1.0
Fetch real-time next-train arrival predictions for one or more WMATA stations by comma-separated `station_codes` (or "All"). Returns line, destination, car count, and minutes until arrival.
Parameters schema
{
"type": "object",
"examples": [
{
"station_codes": "A01"
},
{
"station_codes": "A01,C05"
}
],
"required": [
"station_codes"
],
"properties": {
"station_codes": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Wmata
https://github.com/pipeworx-io/mcp-wmata
1/7 registries