Transporter CC MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_MAPS_API_KEY | Yes | Google Maps API key for routing and location services |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_stopsA | Devuelve la lista completa de paraderos del sistema de transporte. |
| get_routes_at_stopB | Devuelve las rutas de transporte que prestan servicio en un paradero dado (stop_id). |
| get_route_infoC | Devuelve el itinerario y trazado completo para un código/ID de ruta dado. |
| get_bus_locationsB | Devuelve la ubicación GPS en tiempo real de los buses en operación (ej. 'B10'). Puede recibir coordenadas de referencia o paradero (stop_code, stop_id). |
| get_arrivalsB | Devuelve los próximos buses aproximándose y su tiempo estimado de llegada para un paradero dado (código de paradero, ej. 'TM0058'). |
| get_route_statusA | Devuelve en una sola llamada el estado operativo completo de una ruta (horario de servicio, tiempos estimados de llegada y buses en vivo con dirección) para un código de ruta y paradero dado. |
| find_routeC | Busca la mejor ruta directa o con transbordo entre un origen y un destino en Bogotá (coordenadas o direcciones), enriquecida con seguimiento en vivo cuando esté disponible. |
| nearby_stopsC | Devuelve los paraderos de transporte público más cercanos a un punto geográfico. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/carloscrcalderon/mcp_transporte_bogota'
If you have feedback or need assistance with the MCP directory API, please join our Discord server