poa-bus-mcp
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., "@poa-bus-mcpWhat are the bus routes in Porto Alegre?"
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.
🚌 Porto Alegre Bus MCP Server
MCP server for Porto Alegre's public transportation data. Access bus stops, routes, and real-time information through Claude Desktop or any MCP-compatible client.
Features
🚌 List all bus stops in Porto Alegre
🛣️ Browse available bus routes
📍 Get detailed route information (stops, schedule, path)
📄 Pagination support for large datasets
⚡ Redis caching for improved performance
🌐 HTTP streaming server with stateless architecture
Related MCP server: Auckland Transport MCP Server
Quick Start
Environment Variables
For local development, create a .env file:
REDIS_URL=redis://localhost:6379 Using Docker (Recommended)
The command below will start the MCP server along with a Redis instance:
docker-compose up -dDevelopment Commands
pnpm test # Run MCP Inspector
pnpm lint # Run linter
pnpm format # Format code
pnpm check # Lint & format check
pnpm check:fix # Auto-fix issuesClaude Desktop Integration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"poa-bus": {
"command": "npx",
"args": ["mcp-remote", "http:localhost:3000/mcp"]
}
}
}Available Tools
Tool | Description | Parameters |
| List all bus stops with pagination |
|
| List all bus routes with pagination |
|
| Get route details |
|
Architecture
HTTP Server: Express with CORS support on port 3000
MCP Protocol: Streamable HTTP transport
Caching: Redis integration for API response caching
Data Source: Porto Alegre Transport API (
poatransporte.com.br)
Contributing
Fork the repository
Create your feature branch
Run
pnpm checkbefore committingOpen a Pull Request
Acknowledgments
This project was inspired by and built upon the work of:
POABus by @rafaeelaudibert - A comprehensive Porto Alegre bus system API
poatransporte by @ClaudiaStrm - Porto Alegre public transportation data tools
These projects provided valuable insights into Porto Alegre's public transportation data structure and API patterns.
License
MIT - See LICENSE
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides real-time access to Bangalore's public transportation information including bus tracking, schedules, routes, and service updates to improve passenger experience.Last updated3MIT
- Alicense-qualityDmaintenanceEnables searching for Auckland public transport stops and retrieving real-time transit schedules and timetables using the Auckland Transport API with GTFS standardized data.Last updatedMIT
- AlicenseAqualityDmaintenanceProvides access to real-time Winnipeg Transit data and 311 City Services, enabling AI assistants to plan trips, check bus arrivals, and search for reported city issues. It allows users to interact with city infrastructure data and transit schedules through natural language.Last updated8MIT
- Flicense-qualityDmaintenanceProvides real-time and scheduled bus information for Montevideo's public transport system.Last updated1
Related MCP Connectors
Lviv public transport MCP: stops, timetables, routes, and live vehicle positions. No API key.
Real-time transit stops, routes, arrivals, vehicle positions, and schedules via OneBusAway APIs.
Route optimization API for Brazil. Routes, distance matrices, and VRP solver.
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/emiliosheinz/poa-bus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server