The Vilnius Transport MCP Server enables LLMs to access real-time public transport data in Vilnius. You can:
- Search for public transport stops by name using the
find_stops
tool - Locate the nearest public transport stop to specified coordinates using the
find_closest_stop
tool
Vilnius Transport MCP Server
A Model Context Protocol (MCP) server implementation that provides Vilnius public transport data access capabilities to Large Language Models (LLMs). This project demonstrates how to extend LLM capabilities with real-time transport data using the MCP standard.
The Model Context Protocol (MCP) is a standard that enables Large Language Models (LLMs) to securely access external tools and data. MCP allows LLMs to:
- Access real-time or local data
- Call external functions claude_desktop_config.json
- Interact with system resources
- Maintain consistent tool interfaces
This project implements an MCP server that provides Vilnius public transport data tools to LLMs, enabling them to answer queries about public transport stops and routes.
The server exposes the following MCP tools:
find_stops
: Search for public transport stops by namefind_closest_stop
: Find the closest public transport stop to given coordinates
To add the MCP server to your Claude development environment, add the following configuration to your claude_desktop_config.json file:
Note: Make sure to adjust the directory path to match your local installation.
To run the client:
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Enables Large Language Models to access real-time data on Vilnius public transport stops and routes through the Model Context Protocol.
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityFacilitates real-time access to Singapore's Land Transport Authority (LTA) transportation data, offering insights into bus arrivals, train services, traffic conditions, and more through integration with the LTA DataMall API.Last updated -72JavaScript
- -securityAlicense-qualityProvides access to Deutsche Bahn train timetables, station information, and schedule changes through Model Context Protocol tools and resources.Last updated -4TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that provides real-time access to Hong Kong's KMB and Long Win Bus route information and arrival times, enabling Language Models to answer user questions about bus routes, stops, and ETAs.Last updated -3PythonApache 2.0
- -securityAlicense-qualityProvides real-time access to Bangalore's public transportation information including bus tracking, schedules, routes, and service updates to improve passenger experience.Last updated -3JavaScriptMIT License