Skip to main content
Glama

CATA Bus MCP Server

vehicle_positions_tool

Retrieve real-time vehicle positions for a specific bus route, providing ID, coordinates, bearing, and speed data for tracking current locations.

Instructions

Get current positions of vehicles on a specific route.

Args: route_id: The route ID to filter by (e.g., "BL" for Blue Loop)

Returns: List of vehicle positions with ID, coordinates, bearing, and speed

Input Schema

NameRequiredDescriptionDefault
route_idYes

Input Schema (JSON Schema)

{ "properties": { "route_id": { "title": "Route Id", "type": "string" } }, "required": [ "route_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