Tampere Bus MCP Server
@tlaukkanen
About Tampere Bus MCP Server
Nysse bus tracking MCP server for LLM AI agents
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"nysse-bus-tracker": {
"command": "npx",
"args": [
"-y",
"nysse-mcp-server"
],
"env": {
"WALTTI_CLIENT_ID": "YOUR_CLIENT_ID_HERE",
"WALTTI_CLIENT_SECRET": "YOUR_CLIENT_SECRET_HERE"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Tampere Bus MCP Server?
A Model Context Protocol (MCP) server that provides tools for AI agents to access real-time bus traffic information for Tampere, Finland's public transport system. It enables AI assistants to answer questions about bus stop locations and upcoming arrivals.
How to use Tampere Bus MCP Server?
Install the npm package globally or run it via npx. Add a configuration entry in your MCP client (e.g., VS Code) with the command npx -y nysse-mcp-server and set the WALTTI_CLIENT_ID and WALTTI_CLIENT_SECRET environment variables with your Waltti API credentials. Alternatively, build and run the server with the inspector using npm run inspector.
Key features of Tampere Bus MCP Server
- Search for bus stops by name in the Tampere region.
- Get real-time information about upcoming bus arrivals at specific stops.
- Access to the complete Tampere region bus stop database.
- Designed for integration with AI agents via the MCP protocol.
- Simple setup as an NPX-based MCP server in VS Code.
Use cases of Tampere Bus MCP Server
- Answering "When is the next bus at Tuotekatu bus stop?" in a chat interface.
- Providing real-time transit schedules for travel planning applications.
- Building AI-powered assistants that help users navigate Tampere's public transport.
- Automating arrival time queries for workflow tools or smart home systems.
FAQ from Tampere Bus MCP Server
What does Tampere Bus MCP Server do?
It gives AI agents the ability to search bus stops and fetch real-time bus arrival data for Tampere's public transport network.
What are the prerequisites?
Node.js 18 or higher is required. Access to the Waltti GTFS-RT API is optional for development; you need a client ID and secret for full functionality.
How do I set it up in VS Code?
Add a JSON entry under mcpServers with "command": "npx", "args": ["-y", "nysse-mcp-server"], and set the environment variables WALTTI_CLIENT_ID and WALTTI_CLIENT_SECRET.
What tools does the server provide?
The server offers three tools: search for bus stops by name, get real-time arrival data for a specific stop, and access the full Tampere bus stop database.
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Servers
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments