Aviation Stack MCP
@mohitatust
Aviation Stack MCP について
This is a mcp server for aviationstack flight APIs
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
コメント