Model Context Protocol14 Aviation ToolsClaude · GPT-4o · Gemini

    The aviation MCP for AI agents

    One integration. 14 tools. The entire aviation world. Connect any MCP-compatible AI agent to real-time aviation data — airlines, airports, routes, maps, and more.

    Available on Startup plan and above
    endpoint https://aviation-mcp.logostream.dev
    Claude — LogoStream Aviation MCPconnected

    Built for AI agents

    Works in every MCP client

    14 tools, one connection

    get_airline returns full airline profiles. get_routes returns direct and connecting flights. plan_trip builds multi-leg itineraries. All 14 tools return the same structured JSON.

    get_airline · LH (Lufthansa)
    get_airport · FRA (Frankfurt)
    get_routes · FRA → NRT
    plan_trip · FRA → DXB → SYD
    get_airport_diagram · EGLL
    get_stats · FRA network

    Works with every MCP client

    Claude Desktop, Cursor, Windsurf, VS Code, ChatGPT, Continue, Cline, Claude Code, and any other client that supports the Model Context Protocol over HTTP.

    Structured aviation data

    Alliance membership, hub airports, brand colors, traffic statistics, logos, and coordinates — all in one structured JSON response.

    tool get_airline
    {
      "iata": "LH",
      "name": "Lufthansa",
      "icao": "DLH",
      "alliance": "Star Alliance",
      "country": "Germany",
      "hub_airports": [
        "FRA", "MUC", "ZRH"
      ],
      "colors": [
        "#05164D",
        "#FFFFFF"
      ],
      "logo": "https://img.logostream.dev/
        airlines/icon/lh.png",
      "active": true,
      "passengers": 102000000
    }

    Hosted — no install

    Connect directly to aviation-mcp.logostream.dev over HTTPS. No npm package, no Node runtime, no version drift — paste the JSON config and restart your client.

    Full tool surface

    14 tools, one connection

    Every tool call is one API request, one billable event.

    Tool
    Description
    get_airline
    Airline profile, alliance, hub, colors, logo
    get_airport
    Airport profile, coordinates, traffic stats, logo
    get_routes
    Paginated route list between airports/airlines
    get_route_map
    SVG/PNG great-circle route map
    get_city
    City profile, timezone, population
    get_country
    Country name, region, flag image
    get_aircraft
    Aircraft type specs, range, fleet usage
    get_stats
    Network stats for airport or airline
    get_connections
    One-stop connection options
    get_routes_country_pair
    All routes between two countries
    plan_trip
    Multi-leg trip plan with segments and airlines
    get_hubs
    Hub airports for an airline
    get_airport_map
    SVG/PNG map with multiple airports plotted
    get_airport_diagram
    Detailed airport layout diagram
    Claude · LogoStream Aviation MCP

    Which airlines fly between Germany and Japan?

    Searched LogoStream Aviation for 3 airlines
    LH
    Lufthansa · lh.com
    1953 · 100K+ · Frankfurt
    NH
    ANA · ana.co.jp
    1952 · 50K+ · Tokyo
    JL
    Japan Airlines · jal.com
    1951 · 50K+ · Tokyo

    Hub airports, alliance membership, routes and logo assets available for each airline on request.

    One prompt · many airports

    Compare routes and networks, not just single flights

    Pull data for entire alliance networks, country pairs, or competitor route sets in one prompt. Your agent calls the Aviation MCP in parallel, assembles the comparison, and hands you a structured answer — instead of guessing from training data.

    • Mix airports, airlines, and countries. One prompt can look up FRA routes, LH hubs, and DE → JP schedules side by side.
    • Uniform response shape. Every tool returns the same schema, so the agent builds tables and maps without custom parsing.
    • Verified, not invented. Traffic stats, hub lists, and route counts come from maintained data — not the model's training cutoff.
    In action

    Ask your AI anything about aviation

    Works out of the box — no prompt engineering required.

    "Plan a trip from Frankfurt to Sydney with one stopover in Dubai. Which airlines operate each leg?"

    "What are all direct routes between Germany and Japan, and which airlines fly them?"

    "Generate a route map for FRA → DXB → SIN → NRT."

    "What connecting airports can I use to fly from FRA to ADL?"

    "Give me Lufthansa's full hub network and alliance membership."

    "What does the runway layout of Heathrow look like?"

    Setup

    Connect in 60 seconds

    Four ways to integrate. Pick yours.

    1. 1Open ~/Library/Application Support/Claude/claude_desktop_config.json
    2. 2Add the MCP server entry shown below
    3. 3Restart Claude Desktop
    {
      "mcpServers": {
        "logostream-aviation": {
          "type": "http",
          "url": "https://aviation-mcp.logostream.dev",
          "headers": {
            "x-api-key": "YOUR_API_KEY"
          }
        }
      }
    }

    MCP use cases for
    AI agents

    Real workflows your AI assistant can power on day one.

    AI Travel Assistants

    Let your agent compose itineraries grounded in real route data — which airlines fly each leg, how long the flight takes, and what the stopover options are. No hallucinated connections.

    Aviation Analytics

    Ask Claude to compare network reach across alliances, identify underserved country pairs, or pull traffic stats for any airport. Live data, natural language interface.

    Route Map Generation

    Paste a list of airports into your agent and get back a rendered great-circle map. Useful for pitch decks, dashboards, and route planning tools.

    Trip Planning Tools

    Build AI-powered travel planners that resolve multi-stop itineraries with real airlines, actual distances, and estimated flight times — fetched live, not hardcoded.

    Developer Tooling

    Add aviation context to coding agents or internal tools. Ask Cursor to scaffold an app around real airport data without building a data layer first.

    Enterprise AI Deployments

    Billed per call, no seat fees, runs on Cloudflare globally. Drop into any enterprise MCP stack with a single JSON config and one API key.

    Aviation MCP Server — Frequently Asked Questions

    Everything you need to know about the Aviation MCP integration.

    Still have questions?

    Our team is happy to help you integrate the Aviation MCP Server.

    Get in touch