MCP.so
登录

Aviation Stack MCP

@mohitatust

关于 Aviation Stack MCP

This is a mcp server for aviationstack flight APIs

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

mohitatust

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "aviation_stack_mcp": {
      "command": "python",
      "args": [
        "main.py",
        "--connection_type",
        "stdio"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Aviation Stack MCP?

This server provides MCP tools for interacting with the Aviation Stack API, enabling AI models like Claude to search flights by IATA number and detect duplicate flights. It is built for developers integrating aviation data into AI assistants.

How to use Aviation Stack MCP?

Install via pip install aviation-stack-mcp, set the AVIATION_STACK_API_KEY environment variable with a key from aviationstack.com, then start the server with aviation-stack-mcp --connection_type stdio.

Key features of Aviation Stack MCP

  • Flight search by IATA number
  • Flight duplication finder

Use cases of Aviation Stack MCP

  • An AI assistant can look up a flight’s status given its IATA code.
  • Detect when the same flight appears multiple times in search results.

FAQ from Aviation Stack MCP

What tools does Aviation Stack MCP provide?

It provides tools for flight search by IATA number and a flight duplication finder.

How do I get an API key?

Register and fetch your API key from the aviation stack website at https://aviationstack.com/.

How do I set the API key?

Set the AVIATION_STACK_API_KEY environment variable, e.g., export AVIATION_STACK_API_KEY="your-api-key-here".

How do I start the server?

Run aviation-stack-mcp --connection_type stdio or python main.py --connection_type stdio.

What is the Model Context Protocol?

MCP is a standard by Anthropic for enabling AI models to use tools through structured tool descriptions, calls, and responses.

评论

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