Skip to main content

MCP server for Estonian public transport timetables, trip planning, and real-time vehicle tracking

Project description

Estonian Transport MCP

An MCP server for Estonian public transport — timetables, trip planning, stop search, and real-time vehicle tracking.

Tools

Tool Description
search_stops Search for stops by name (e.g. "Viru", "Balti jaam")
get_departures Get upcoming departures from a stop, with real-time predictions
plan_trip Plan a trip between two coordinates with date/time options
nearby_stops Find stops within a radius of a location
get_route Get route details including all stop patterns
tallinn_vehicles Real-time GPS positions of Tallinn buses, trams, and trolleybuses

Prerequisites

This server runs via uvx, a zero-install Python package runner. Install uv first:

# macOS / Linux
curl -LsSf https://astral.sh/uv/install.sh | sh

# Windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

# or via Homebrew
brew install uv

No other setup needed — uvx automatically downloads dependencies on first run.

Usage

Claude Code

Add to your MCP settings (.claude/settings.json or project-level .mcp.json):

{
  "mcpServers": {
    "estonian-transport": {
      "command": "uvx",
      "args": ["estonian-transport-mcp"]
    }
  }
}

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "estonian-transport": {
      "command": "uvx",
      "args": ["estonian-transport-mcp"]
    }
  }
}

Manual testing

uvx estonian-transport-mcp

Or test interactively with the MCP Inspector:

npx @modelcontextprotocol/inspector uvx estonian-transport-mcp

Data Sources & APIs

Peatus.ee — OpenTripPlanner GraphQL API

  • Endpoint: https://api.peatus.ee/routing/v1/routers/estonia/index/graphql
  • Protocol: GraphQL over HTTP POST
  • Authentication: None (open access)
  • Maintained by: Transpordiamet (Estonian Transport Administration)
  • Coverage: All Estonian public transport — buses, trams, trolleybuses, trains, and ferries nationwide
  • Data: Stop search, departure times, trip planning, route patterns, real-time arrival predictions
  • Based on: OpenTripPlanner with Digitransit
  • Underlying data: National GTFS feed consolidated from all Estonian transport operators

Used by tools: search_stops, get_departures, plan_trip, nearby_stops, get_route

Tallinn Transport — Real-Time Vehicle GPS

  • Endpoint: http://transport.tallinn.ee/gps.txt
  • Protocol: Plain-text CSV over HTTP GET
  • Authentication: None (open access)
  • Update frequency: ~10 seconds
  • Coverage: Tallinn city only — buses, trams, and trolleybuses operated by TLT (Tallinna Linnatransport)
  • Data: Vehicle type, line number, GPS coordinates (WGS84 microdegrees), heading, vehicle ID, destination
  • Format: Each line is one vehicle: type,line,lon,lat,,heading,vehicle_id,status,unknown,destination
    • Vehicle types: 1 = trolleybus, 2 = bus, 3 = tram
    • Coordinates: integer microdegrees (divide by 1,000,000 for decimal degrees)
    • Heading 999 = unknown

Used by tools: tallinn_vehicles

Tech Stack

  • Python with FastMCP (mcp[cli])
  • httpx for async HTTP requests
  • Transport: stdio (standard MCP transport for local integrations)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

estonian_transport_mcp-1.0.0.tar.gz (6.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

estonian_transport_mcp-1.0.0-py3-none-any.whl (7.7 kB view details)

Uploaded Python 3

File details

Details for the file estonian_transport_mcp-1.0.0.tar.gz.

File metadata

  • Download URL: estonian_transport_mcp-1.0.0.tar.gz
  • Upload date:
  • Size: 6.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for estonian_transport_mcp-1.0.0.tar.gz
Algorithm Hash digest
SHA256 16bfbb1f834523f03ed0724cd2c9c613cff0d45ea2b55f1555e60e57aad52447
MD5 a921e663e5706e5e0ffe034522ee368c
BLAKE2b-256 62e011442a920343c2fe66a7188db5fb34bc777c84ec8e9dd149863ca9077ed4

See more details on using hashes here.

File details

Details for the file estonian_transport_mcp-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: estonian_transport_mcp-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 7.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"13","id":"trixie","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for estonian_transport_mcp-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 93cf5d569bc3ba8ea0f7738acd4d3e2afafe8bb63d61adbb96c46c7d06ff567f
MD5 28934631f888310cc9c8d1675d2154c2
BLAKE2b-256 9187bd60f18fbb7897143f5898a45ca243c84c237df05ed561b783ac2e9606b2

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page