An MCP server using the AviationStack API to fetch real-time flight data including airline flights, airport schedules, future flights and aircraft types.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y aviationstack-mcpAgent-CoreX intelligently routes which tools from Pradumnasaraf/aviationstack-mcp your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"aviationstack-mcp": {
"command": "npx",
"args": [
"-y",
"aviationstack-mcp"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add aviationstack-mcpAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use Pradumnasaraf/aviationstack-mcp directly without routing
npx -y aviationstack-mcpNew to Agent-CoreX? View setup guide →