Skip to main content
Glama

Vilnius Transport MCP Server

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 name
    { name: string; // Full or partial name of the stop to search for }
  • find_closest_stop: Find the closest public transport stop to given coordinates
    { coordinates: string; // Format: "latitude, longitude" (e.g., "54.687157, 25.279652") }

To add the MCP server to your Claude development environment, add the following configuration to your claude_desktop_config.json file:

{ "mcpServers": { "vilnius_transport": { "command": "uv", "args": [ "--directory", "path/vilnius-transport-mcp-server/src/vilnius_transport_mcp", "run", "transport.py" ] } } }

Note: Make sure to adjust the directory path to match your local installation.

To run the client:

uv run client.py path/src/vilnius_transport_mcp/transport.py
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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 MCP Servers

  • -
    security
    -
    license
    -
    quality
    Provides a Model Context Protocol server that enables large language models to query and retrieve real-time weather forecasts for cities and regions across China.
    Last updated -
    Python
  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol server that enables Large Language Models to access and interact with database connections, including viewing schemas and performing CRUD operations on connected databases.
    Last updated -
    • Apple
  • -
    security
    F
    license
    -
    quality
    A Model Context Protocol server that enables large language models to access the latest trending news headlines and detailed content across various categories including recommended, domestic, technology, and sports news.
    Last updated -
    Python
    • Apple
  • -
    security
    A
    license
    -
    quality
    A 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 -
    3
    Python
    Apache 2.0
    • Linux
    • Apple

View all related MCP servers

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/sarunasdaujotis/vilnius-transport-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server