# TrainTrack – Real-Time Railway Tracking & Open Transport Data > TrainTrack is Hungary's leading real-time train tracking and railway analytics platform. It aggregates live GPS locations, route geometries, timetable schedules, delays, and vehicle telemetry across the Hungarian railway network (MÁV, GYSEV). ## Core Pages & User Interfaces - [Live Map](https://traintrack.hu/): Real-time interactive Leaflet canvas map displaying live train positions, directions, and delay color codes. - [Train Search & Explorer](https://traintrack.hu/train): Searchable directory of Hungarian passenger and freight trains with filterable route codes and stations. - [Live Delay Toplist](https://traintrack.hu/delays): Real-time leaderboard of currently active railway delays and network disruptions. - [Network Statistics](https://traintrack.hu/stats): Overall on-time performance rate, active train count, average network delay, and speed distribution. - [System Info & FAQ](https://traintrack.hu/info): Documentation, delay thresholds, keyboard shortcuts, and frequently asked questions. - [About TrainTrack](https://traintrack.hu/about): Mission, open source technology stack, and platform architecture. - [Station Hubs](https://traintrack.hu/allomas/budapest-nyugati): Direct regional hub monitoring for Budapest-Nyugati, Keleti, Déli, Kelenföld, Győr, Debrecen, Szeged, Pécs, Miskolc, Siófok, etc. ## Developer & AI Agent Resources - [One-Shot AI Agent Prompt Setup](https://traintrack.hu/agent-setup/prompt.md): Prompt file to auto-configure Antigravity, Claude, Cursor, Windsurf, Cline, or ChatGPT. - [Official API Documentation](https://api.traintrack.hu/docs): Interactive developer documentation for TrainTrack REST API and MCP endpoints. - [OpenAPI Specification](https://api.traintrack.hu/openapi.json): Comprehensive machine-readable OpenAPI 3.1 REST API specification. - [MCP Discovery Schema](https://traintrack.hu/.well-known/mcp.json): Standard machine-readable MCP discovery manifest. - [Model Context Protocol (MCP) Server](https://api.traintrack.hu/mcp): Streamable HTTP JSON-RPC 2.0 and SSE MCP server (version 2026-07-28) for AI agents to query live trains, timetables, and delay metrics. - [WebMCP Browser Standard](https://traintrack.hu/): In-browser semantic tool execution for AI agent browsing via `document.modelContext` and `navigator.modelContext`. - [Sitemap](https://traintrack.hu/sitemap.xml): XML sitemap listing canonical indexable URLs including all station hubs. - [Full LLMs Documentation](https://traintrack.hu/llms-full.txt): Complete developer and LLM reference manual including JSON schemas and data dictionaries. ## Key Capabilities & Data Dictionary - **Real-Time Coordinates**: High-precision latitude/longitude with heading interpolation. - **Delay Statuses**: Real-time delay minutes calculated against official published schedules (Green: on-time 0-5 min, Yellow: slight delay 6-15 min, Red: critical delay >15 min). - **Hungarian Accent-Insensitive Search**: Full tokenization supporting queries with or without Hungarian diacritics (e.g. `gyor`, `nyiregyhaza`, `bekescsaba`). - **PWA & Offline Capable**: Progressive Web App with Screen Wake Lock API and Web Share integration.