Skip to main content
Glama

CATA Bus MCP Server

next_arrivals_tool

Get upcoming bus arrival times for a specific stop by providing the stop ID and optional time horizon to plan your trip effectively.

Instructions

Get next arrivals at a specific stop.

Args: stop_id: The stop ID to query horizon_minutes: How many minutes ahead to look (default 30)

Returns: List of upcoming arrivals with trip ID, route ID, arrival time, and delay

Input Schema

NameRequiredDescriptionDefault
horizon_minutesNo
stop_idYes

Input Schema (JSON Schema)

{ "properties": { "horizon_minutes": { "default": 30, "title": "Horizon Minutes", "type": "integer" }, "stop_id": { "title": "Stop Id", "type": "string" } }, "required": [ "stop_id" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pranav-Karra-3301/catabus-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server