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

评论

其他 分类下的更多 MCP 服务器