ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Lufthansa Open API with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. The official Lufthansa Open API as an MCP: airport/country/airline reference data, nearest-airports, flight schedules, live flight status by flight or route, an

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 8 capabilities

The complete Lufthansa Open API capability set.

These are the exact actions your AI can choose when you ask it to work with Lufthansa Open API.

Capability set01 / 02

01-04

4 capabilities in this set.

Part of 8 available through Lufthansa Open API.

  1. 01

    Get airport

    Use IATA codes like FRA, MUC, LIS. Get Lufthansa master data for an airport by IATA code (name, coordinates, timezone)

  2. 02

    Get country

    Use 2-letter ISO codes (DE, PT, US). Get Lufthansa country reference by ISO code

  3. 03

    Get airline

    LH=Lufthansa, SN=Brussels Airlines, OS=Austrian, EN=Discover. Get Lufthansa airline reference by IATA code (LH, SN, OS, EN...)

  4. 04

    Get nearest airports

    Great for "which airports are near this city?" and travel planning. Find airports nearest to a coordinate pair (with distance in km)

Capability set02 / 02

05-08

4 capabilities in this set.

Part of 8 available through Lufthansa Open API.

  1. 05

    Get flight schedules

    FromDateTime ISO (YYYY-MM-DDTHH:mm) with optional days & limit paging; also paginate via offset. Get scheduled LH Group flights between two airports for a period (timetable)

  2. 06

    Get flight status

    Flight number like "LH1178"; date YYYY-MM-DD. Requires the Flight Status product on your LH key. Get live flight status for one LH Group flight number on a date (delays, gates, actual times)

  3. 07

    Get flight status range

    From/to ISO (YYYY-MM-DDTHH:mm). Requires the Flight Status product. Get flight status for a route between two date-times (status board per route)

  4. 08

    Get lounges

    Returns lounge names, locations, opening hours within the airport. Requires the Lounges product on your LH key. Find LH Group lounges at an airport filtered by cabin class (hype: lounge access checks)

One connector, every AI

Lufthansa Open API works with the most popular AI clients.

These are the most popular clients, each with a step-by-step guide: one link, set up once, with governance and visibility built in. And because everything runs on the MCP standard, the same connection also works in any other compatible client — nothing to rebuild.

Building your own app? The connector is yours to use.

You don't need a client to put Lufthansa Open API to work: the same hosted connection plugs into your own applications and agent code, with the same governance on every request. Build with it, chat with it — one connection for both.

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 8 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Lufthansa Open API, so you can see the experience inside your AI.

It does not authenticate your account with Lufthansa Open API. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Lufthansa Open API Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_FFqXImzjjkbWIzjGLcWLLGIpdxmvY8jVMya4CCbq/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Lufthansa Open API capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "lufthansa-open-api-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_FFqXImzjjkbWIzjGLcWLLGIpdxmvY8jVMya4CCbq/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

Guided setup for Claude? link.label

See all the AI clients this connector works with ↑

FAQ

Questions Lufthansa Open API owners ask.

  • 01

    How do I get the Client ID/Secret?

    Register a free account at developer.lufthansa.com and create an app. the portal issues a client key (ID) and secret. The MCP exchanges them at POST /v1/oauth/token (grant_type=client_credentials) for a bearer token and refreshes it automatically when it expires.

  • 02

    Which products does my key cover?

    Reference data (airports/countries/airlines/nearest-airports) and flight schedules are typically available on the free tier. Flight Status, Lounges and Seat Maps are separate products you must enable when registering the app. a key without them returns the gateway's 'Account Inactive'/permission error on those paths.