Czech Transport Assistant by CzechFabric | Český dopravní asistent od CzechFabric

by czechfabric

239 downloads
Not rated
GitHub

About

Real-time Czech public transport assistant powered by CzechFabric MCP. | Aktuální dopravní asistent pro Českou republiku poháněný CzechFabric MCP.

Details

Author
czechfabric
Downloads
239
Categories
AI

- Real‑time Czech public transport data
- Supports queries in English and Czech
- HTTP transport with bearer token authentication

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Czech Transport Assistant by CzechFabric | Český dopravní asistent od CzechFabric
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Copy the provided JSON configuration into your MCP client’s settings, restart the client, and then ask for transport information in Czech or English. The server uses HTTP transport and requires an API key set in the Authorization header.

get_air_quality_near_location

Get current air quality index and main pollutants near a specific location in Prague. Automatically expands search radius or falls back to district-level data if no nearby station is found.

get_air_quality_by_district

Get aggregated air quality information for a specific Prague district.

get_air_quality_history

Get historical air quality data and pollution trends for analysis.

list_air_quality_components

Get information about all pollutants measured in Prague's air quality monitoring.

get_departures

Get real-time public transport departures with advanced options. Returns departure times, routes, and delays.

departures_by_coordinates

Find nearest public transport stop by GPS coordinates and show upcoming departures

suggest_departure_stops_nearby

Suggest nearby stops with departures and metadata like modes, accessibility, and distance.

geocode

Convert a place or stop name into coordinates using GTFS matching or OpenStreetMap fallback.

reverse_geocode

Find the nearest known public transport stop to a given coordinate.

list_all_stops

List all known public transport stops, optionally filtered by name or zone.

get_stop_metadata

Retrieve metadata for a specific stop by GTFS stop ID or name.

find_all_stops_near

Find all public transport stops within a radius around coordinates.

plan_route_mapycz

Plan a route using Mapy.cz and get fully structured step-by-step instructions.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "czech transport assistant by czechfabric | \u010desk\u00fd dopravn\u00ed asistent od czechfabric": {
            "czechfabric": {
                "transport": "http",
                "url": "https://mcp.czechfabric.cz",
                "headers": {
                    "Authorization": "Bearer pk_ibQQ2meThK1lT4ifIQZ5fVtEJKlBJ2DftPT9w5eU"
                }
            }
        }
    }
}

McpServers

{
    "czechfabric": {
        "transport": "http",
        "url": "https://mcp.czechfabric.cz",
        "headers": {
            "Authorization": "Bearer pk_ibQQ2meThK1lT4ifIQZ5fVtEJKlBJ2DftPT9w5eU"
        }
    }
}

How to Connect / Jak se připojit
Copy the config below into your MCP client (Claude Desktop, etc.) | 1. Zkopírujte níže uvedenou konfiguraci do svého MCP klienta (Claude Desktop apod.)

{
"mcpServers": {
"czechfabric": {
"transport": "http",
"url": "https://mcp.czechfabric.cz",
"headers": {
"Authorization": "Bearer pk_ibQQ2meThK1lT4ifIQZ5fVtEJKlBJ2DftPT9w5eU"
}
}
}
}

Restart your MCP client. | 2. Restartujte MCP klienta.

You can now ask for real-time Czech public transport info in English or Czech. | 3. Nyní můžete žádat o aktuální informace o dopravě v ČR v češtině nebo angličtině.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.