mcp-stm-montevideo
Click on "Deploy 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., "@mcp-stm-montevideoHow do I go from Facultad de Ingenieria to Plaza Independencia?"
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.
MCP STM Montevideo
MCP server exposing Montevideo public transportation data (STM) as tools for AI assistants.
This project allows AI agents and LLM-based applications to query public transport information such as bus routes, stops, arrivals, and connections in Montevideo through the Model Context Protocol (MCP).
The goal is to make city infrastructure data accessible through conversational interfaces.
Demo
https://github.com/user-attachments/assets/805a692b-b2cc-4223-9abf-e7d5edf99eb6
Related MCP server: marta-mcp
Features
Exposes Montevideo STM transport data as MCP tools
Supports natural language queries about routes, stops, arrivals, and trip planning
Designed for AI assistants such as Claude Desktop, Cursor, and other MCP clients
Includes a REST API layer in addition to MCP
Built with Node.js and TypeScript
Integrates public STM datasets into a developer-friendly interface
Example
User query
How do I go from Facultad de Ingenieria to Plaza Independencia?Assistant response
Take a bus from the stops near Bv. Espana and continue toward Ciudad Vieja.
Get off near Plaza Independencia.Architecture
The server exposes STM transport data through MCP tools that AI assistants can call while answering user requests.
AI Assistant
|
v
MCP Client
|
v
MCP STM Montevideo Server
|
v
STM Transport DataInstallation
Clone the repository:
git clone https://github.com/chaba11/mcp-stm-montevideo
cd mcp-stm-montevideoInstall dependencies:
npm installBuild the project:
npm run buildRun the MCP server:
npm run startRun the REST API locally:
npm run dev:apiExample MCP Tools
Example tools exposed by the server:
buscar_paradaproximos_busesrecorrido_lineaubicacion_buscomo_llegar
These tools allow AI assistants to retrieve structured transportation data and generate natural language responses for users.
Use Cases
AI assistants answering public transport questions
Conversational city navigation tools
Smart travel assistants
Urban mobility integrations for LLM applications
MCP and API-based transit experiences
Tech Stack
Node.js
TypeScript
MCP (Model Context Protocol)
Hono
OpenAPI / Swagger
Public STM transport data
Why this project
As AI assistants become more common, exposing real-world systems through MCP servers enables natural language interaction with infrastructure and public services.
This project explores how public transportation systems can integrate with the AI tooling ecosystem in a practical, developer-friendly way.
This project was also an experiment: exploring MCPs as a way to connect real-world data with LLMs, and evaluating autonomous software development — most of the code was generated with Claude Code following a methodology of sequential loops (Ralph Loops).
Links
Live API: stm.paltickets.uy
API Docs: stm.paltickets.uy/api/docs
Author
Santiago Chabert
Montevideo, Uruguay
Full-stack developer focused on Node.js, TypeScript, cloud infrastructure, and AI tooling.
This server cannot be deployed
Maintenance
Related MCP Connectors
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
The Mercado Pago MCP Server implements the Model Context Protocol to provide AI agents and LLMs with access to Mercado Pago's APIs and tools within compatible development environments. It acts as an intermediary that translates Mercado Pago resources into executable functions (tools) that AI applications can invoke to perform actions and automate flows. The server simplifies integration, enables using documentation to implement or improve code, and optimizes operations through natural language interactions without manual implementations.
The Ferryhopper MCP server is a connector for LLMs and AI Agents in maritime travel that exposes ferry routes, schedules, and booking options. It enables AI assistants to search ports and connections across 33 countries and 190+ ferry operators, provide real-time ferry itineraries with indicative prices, and assist users with planning island-hopping or multi-leg journeys by processing natural language queries about ferry times, passenger counts, and travel durations.
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server that provides tools for querying live transit data (stops, departures, routes, vehicles, alerts) from any WP GTFS Pro site, enabling AI assistants to answer rider questions.12GPL 2.0
- AlicenseAqualityBmaintenanceMCP server for Atlanta MARTA real-time transit data, enabling queries about train arrivals and bus positions via natural language.4MIT
- FlicenseNot gradedqualityDmaintenanceEnables natural language queries for Porto Alegre's public transport system, including route planning, stop search, and route information via Claude Desktop or any MCP-compatible client.-
- AlicenseNot gradedqualityBmaintenanceMCP server that integrates with the transport12 API to provide tools for searching stops, routes, arrivals, and vehicle forecasts, enabling natural language interaction with public transport data.12MIT