Aviation MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Aviation MCP ServerWhat's the weather at KLAX?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Aviation MCP Server ✈️
Give your AI agent live aviation data. Connect this MCP server to Claude Desktop, ChatGPT, Cursor, Cline, Continue, or Windsurf and your assistant can pull real METAR weather, airport info, aircraft specs, an aviation glossary, and FAA-style practice questions — on demand.
Powered by the free Rotate Pilot aviation API. No API keys to wrangle, no signup — just connect and go.
Tools (6)
Tool | What it does |
| Current decoded METAR for any ICAO airport — flight category (VFR/MVFR/IFR/LIFR), wind, visibility, temp, dewpoint. Optional TAF. |
| Airport info by ICAO — name, IATA, city, country, coordinates, elevation, runways. |
| Aircraft specs by slug — engines, seats, range, cruise, ceiling, MTOW, type rating. |
| Definition of an aviation term (e.g. |
| FAA-style practice exam questions with options + correct answer. Filter by subject. |
| The aviation question of the day. |
Related MCP server: adsb.lol MCP Server
Example prompts
"What's the current weather at KJFK and is it VFR?"
"Pull the specs for a Cessna 172 and a Piper Warrior and compare cruise speed and range."
"Give me 3 FAA meteorology practice questions and quiz me."
"What does the squawk code 7700 mean?"
Connect it
Option A — run it yourself (free, no key)
{
"mcpServers": {
"aviation": {
"command": "npx",
"args": ["-y", "@renzom13/aviation-mcp"]
}
}
}That's it — npx pulls the package and starts the server over stdio. No signup, no token. Data comes from the free Rotate Pilot API.
Option B — hosted (zero-setup, pay-per-use)
For a managed, always-on endpoint with nothing to install, use the Apify-hosted version:
{
"mcpServers": {
"aviation": {
"url": "https://renzomacar--aviation-mcp.apify.actor/mcp?token=YOUR_APIFY_TOKEN"
}
}
}Get a free Apify token at console.apify.com/account/integrations. Legacy SSE clients can use /sse instead of /mcp. Hosted calls are billed per tool call.
Pricing
Pay-per-use: a small charge per tool call (no subscription, no minimum). You only pay for the data your agent actually pulls.
Data & attribution
All data comes from the free Rotate Pilot aviation API (docs · OpenAPI spec), built by a commercial pilot. Weather is live; airport/aircraft/glossary data is curated reference data.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceProvides real-time access to official aviation weather data including METARs, TAFs, and PIREPs directly from aviationweather.gov. It enables users to query airport observations, forecasts, and pilot reports through natural language within Claude.
- Alicense-qualityDmaintenanceProvides AI assistants with real-time aircraft tracking, FAA registration, and OpenSky flight data through the Model Context Protocol.1MIT
- Alicense-qualityDmaintenanceProvides access to aviation weather data from aviationweather.gov, enabling LLMs to fetch and analyze METAR, TAF, PIREPs, AIRMETs, and other aviation weather information.216MIT
- AlicenseAqualityCmaintenanceMCP server giving AI agents access to real-time aviation data — live flight tracking, airport weather, airline and airport information.103MIT
Related MCP Connectors
Curated knowledge API for AI agents - skill packs, semantic search, validated patterns.
Flight search & booking for AI agents. 400+ airlines, $20-50 cheaper than OTAs.
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Perufitlife/aviation-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server