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
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
—
More Other MCP servers
🚀 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,
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Servers
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments