Transporter CC MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Transporter CC MCP Serverfind a route from Portal 80 to Unicentro"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Transporter CC MCP Server
Servidor MCP (Model Context Protocol) para búsqueda de rutas de TransMilenio y SITP en Bogotá, con tracking GPS en vivo.
Herramientas disponibles
Herramienta | Descripción |
| Busca rutas entre origen y destino (directas o con transbordo) |
| Encuentra paraderos cercanos a una ubicación |
| Posiciones GPS de buses en una ruta, con distancia a un punto de referencia |
| Tiempos estimados de llegada de buses a un paradero |
| Lista completa de paraderos |
| Rutas que paran en una estación/paradero |
| Recorrido y paraderos de una ruta |
Related MCP server: Malaysia Transit MCP
Instalación
git clone https://github.com/carloscrcalderon/transporter_cc_mcp.git
cd transporter_cc_mcp
uv syncConfiguración
Copiá .env.example a .env y configurá:
GOOGLE_MAPS_API_KEY=tu_api_key_aquiLas demás variables usan defaults funcionales (credenciales públicas de la API SITP y realtime provider).
Ejecución local
SSE (recomendado para agentes)
uv run transporter_cc_mcp --transport sse --host 0.0.0.0 --port 8080El endpoint SSE queda en http://localhost:8080/sse.
Stdio
uv run transporter_cc_mcp --transport stdioConectar con agentes
Para ver la guía detallada con diagrama de flujo, ejemplos conversacionales, reglas de negocio y máquina de estados, consulta la Guía de Integración para Agentes (docs/agent_integration.md).
Hermes Agent
Agregá al mcp.json de Hermes:
{
"mcpServers": {
"transporter_cc": {
"type": "sse",
"url": "http://localhost:8080/sse"
}
}
}OpenClaw
Agregá al config de OpenClaw (~/.openclaw/config.yaml o donde lo tengas):
mcp_servers:
transporter_cc:
type: sse
url: http://localhost:8080/ssePruebas
uv run pytestMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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