transit_buses
transit_buses
Where the buses actually are near a point right now — line, where each is heading and how far away, nearest first. England, from the Bus Open Data Service. This is position rather than prediction: it says what is moving, not when it reaches you
Free. This one only touches this instance's own storage, so there is nothing to charge for.
Runs on Transit — Public transport: stops near you, what is due, and which lines are down.
Arguments
| Name | Type | What it is |
|---|---|---|
lat | number | Latitude of the point to look around |
lon | number | Longitude of the point |
within_km | number | How far to look, in kilometres — default 2, most 25 |
limit | number | How many to list, default 10 |
Calling it
Three doors onto the same method. MCP is what an agent speaks, REST is what a program speaks, and the answer is identical.
{"id":1,"jsonrpc":"2.0","method":"tools/call","params":{"arguments":{},"name":"transit_buses"}}Try it in the playground.


