MCP.so
ログイン

Aviationstack Mcp

@Pradumnasaraf

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 ✈️.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

Pradumnasaraf

投稿者

Pradumna Saraf

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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

コメント

「その他」の他のコンテンツ