MCP.so
Sign In

Aviationstack Mcp

@Pradumnasaraf

About Aviationstack Mcp

An MCP server using the AviationStack API to fetch real-time flight data including airline flights, airport schedules, future flights and aircraft types ✈️.

Basic information

Category

Other

License

MIT

Runtime

python

Transports

stdio

Publisher

Pradumnasaraf

Submitted by

Pradumna Saraf

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "Aviationstack MCP": {
      "command": "uvx",
      "args": [
        "aviationstack-mcp"
      ],
      "env": {
        "AVIATION_STACK_API_KEY": "<your-api-key>"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Aviationstack Mcp?

Aviationstack Mcp is an MCP server that provides tools to interact with the AviationStack API. It enables retrieval of real-time and historical flight data, aircraft information, and core reference data such as airports, airlines, routes, and taxes, making aviation data accessible for developers and applications.

How to use Aviationstack Mcp?

Configure the server in your MCP client using uvx (recommended) or by cloning the repository. Set the environment variable AVIATION_STACK_API_KEY with your free Aviationstack API key. The server exposes twelve tools as Python functions, all ready to be invoked in an MCP-compatible environment.

Key features of Aviationstack Mcp

  • Get flights for a specific airline
  • Fetch historical flights by date
  • Retrieve arrival/departure schedules for airports
  • Fetch future flight schedules
  • Get random aircraft types
  • Get detailed info on random airplanes, countries, and cities
  • List airports, airlines, routes, and taxes with optional filtering

Use cases of Aviationstack Mcp

  • Analyze flight patterns for a specific airline
  • Retrieve historical flight data for a given date
  • Obtain real-time airport arrival/departure schedules
  • Look up aviation reference data (airports, airlines, routes, taxes)

FAQ from Aviationstack Mcp

Comments

More Other MCP servers