bus_stops
ActiveTool of Wmata
declared in 0.1.0
Find WMATA bus stops near a latitude/longitude within an optional `radius` (meters). Returns stop ID, name, routes serving the stop, and coordinates.
Parameters schema
{
"type": "object",
"examples": [
{
"lat": 38.8951,
"lon": -77.0369
},
{
"lat": 38.8951,
"lon": -77.0369,
"radius": 500
}
],
"properties": {
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"radius": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Wmata
https://github.com/pipeworx-io/mcp-wmata
1/7 registries