Skip to main content

Aviationstack MCP server.

Project description

Aviationstack MCP Server

This project is an MCP (Multi-Channel Platform) server that provides a set of tools to interact with the AviationStack API. It exposes endpoints for retrieving real-time and future flight data, aircraft types, and airplane details, making it easy to integrate aviation data into your applications.

Features

  • Get flights for a specific airline
  • Retrieve arrival and departure schedules for airports
  • Fetch future flight schedules
  • Get random aircraft types
  • Get detailed info on random airplanes

All endpoints are implemented as MCP tools and are ready to be used in an MCP-compatible environment.

Prerequisites

  • Aviationstack API Key (You can get a FREE API Key from Aviationstack)
  • Python 3.10 or newer
  • uv package manager

Available Tools

1. flights_with_airline(airline_name: str, number_of_flights: int)

Get a random sample of flights for a specific airline.

  • Parameters:
    • airline_name: Name of the airline (e.g., "Delta Air Lines")
    • number_of_flights: Number of flights to return

2. flight_arrival_departure_schedule(airport_iata_code: str, type: str, airline_name: str, number_of_flights: int)

Get arrival or departure schedules for a given airport and airline.

  • Parameters:
    • airport_iata_code: IATA code of the airport (e.g., "JFK")
    • type: "arrival" or "departure"
    • airline_name: Name of the airline
    • number_of_flights: Number of flights to return

3. future_flights_arrival_departure_schedule(airport_iata_code: str, type: str, airline_iata: str, date: str, number_of_flights: int)

Get future scheduled flights for a given airport, airline, and date.

  • Parameters:
    • airport_iata_code: IATA code of the airport
    • type: "arrival" or "departure"
    • airline_iata: IATA code of the airline (e.g., "DL" for Delta)
    • date: Date in YYYY-MM-DD format
    • number_of_flights: Number of flights to return

4. random_aircraft_type(number_of_aircraft: int)

Get random aircraft types.

  • Parameters:
    • number_of_aircraft: Number of aircraft types to return

5. random_airplanes_detailed_info(number_of_airplanes: int)

Get detailed info on random airplanes.

  • Parameters:
    • number_of_airplanes: Number of airplanes to return

Development

  • The main server logic is in server.py.
  • All MCP tools are defined as Python functions decorated with @mcp.tool().
  • The server uses the FastMCP class from mcp.server.fastmcp.

MCP Server configuration

To add this server to your favorite MCP client, you can add the following to your MCP client configuration file.

{
  "mcpServers": {
    "Aviationstack MCP": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/aviationstack-mcp/src/aviationstack_mcp",
        "run",
        "-m",
        "aviationstack_mcp",
        "mcp",
        "run"
      ],
      "env": {
        "AVIATION_STACK_API_KEY": "<your-api-key>"
      }
    }
  }
}

License

This project is licensed under the MIT License. See LICENSE for details.

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

aviationstack_mcp-1.1.0.tar.gz (19.1 kB view details)

Uploaded Source

Built Distribution

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

aviationstack_mcp-1.1.0-py3-none-any.whl (4.7 kB view details)

Uploaded Python 3

File details

Details for the file aviationstack_mcp-1.1.0.tar.gz.

File metadata

  • Download URL: aviationstack_mcp-1.1.0.tar.gz
  • Upload date:
  • Size: 19.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: uv/0.7.20

File hashes

Hashes for aviationstack_mcp-1.1.0.tar.gz
Algorithm Hash digest
SHA256 44fe0b680c1d13fb9534947b7e8de219ba8aeb1670c3311d25f92e6a981a37d1
MD5 8aea4e19852b00851b0d559a9dbdec94
BLAKE2b-256 4acc8b0785c08f0e81441063f6468ac5528f69ac79ce006148e95804be69f38e

See more details on using hashes here.

File details

Details for the file aviationstack_mcp-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for aviationstack_mcp-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c341f8d7bb1365bd75c7b7e383367b4080ec6b6586a345cecf5ebb1548ece90c
MD5 21b185dd9d4b1ed117ce61c4fc0aba44
BLAKE2b-256 690b188147af2a41c0e141f0803934c01d5d392acd2a36a050b904ca6aadc6a2

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