{
  "markdown": "# Aviation MCP Server ✈️\n\n[![aviation-mcp MCP server](https://glama.ai/mcp/servers/Perufitlife/aviation-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Perufitlife/aviation-mcp)\n\nGive 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.\n\nPowered by the free [Rotate Pilot](https://rotatepilot.com/developers) aviation API. **No API keys to wrangle, no signup** — just connect and go.\n\n## Tools (6)\n\n| Tool | What it does |\n|------|--------------|\n| `get_metar` | Current decoded METAR for any ICAO airport — flight category (VFR/MVFR/IFR/LIFR), wind, visibility, temp, dewpoint. Optional TAF. |\n| `get_airport` | Airport info by ICAO — name, IATA, city, country, coordinates, elevation, runways. |\n| `get_aircraft` | Aircraft specs by slug — engines, seats, range, cruise, ceiling, MTOW, type rating. |\n| `get_glossary_term` | Definition of an aviation term (e.g. `squawk`, `v-speeds`) with related terms. |\n| `practice_questions` | FAA-style practice exam questions with options + correct answer. Filter by subject. |\n| `quiz_of_the_day` | The aviation question of the day. |\n\n## Example prompts\n\n- \"What's the current weather at KJFK and is it VFR?\"\n- \"Pull the specs for a Cessna 172 and a Piper Warrior and compare cruise speed and range.\"\n- \"Give me 3 FAA meteorology practice questions and quiz me.\"\n- \"What does the squawk code 7700 mean?\"\n\n## Connect it\n\n### Option A — run it yourself (free, no key)\n\n```json\n{\n  \"mcpServers\": {\n    \"aviation\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@renzom13/aviation-mcp\"]\n    }\n  }\n}\n```\n\nThat's it — `npx` pulls the package and starts the server over stdio. No signup, no token. Data comes from the free Rotate Pilot API.\n\n### Option B — hosted (zero-setup, pay-per-use)\n\nFor a managed, always-on endpoint with nothing to install, use the Apify-hosted version:\n\n```json\n{\n  \"mcpServers\": {\n    \"aviation\": {\n      \"url\": \"https://renzomacar--aviation-mcp.apify.actor/mcp?token=YOUR_APIFY_TOKEN\"\n    }\n  }\n}\n```\n\nGet a free Apify token at [console.apify.com/account/integrations](https://console.apify.com/account/integrations). Legacy SSE clients can use `/sse` instead of `/mcp`. Hosted calls are billed per tool call.\n\n## Pricing\n\nPay-per-use: a small charge per tool call (no subscription, no minimum). You only pay for the data your agent actually pulls.\n\n## Data & attribution\n\nAll data comes from the free Rotate Pilot aviation API ([docs](https://rotatepilot.com/developers) · [OpenAPI spec](https://rotatepilot.com/openapi.json)), built by a commercial pilot. Weather is live; airport/aircraft/glossary data is curated reference data.\n",
  "bytes": 2823,
  "sha": "9742ce00500ed94659c0fa50160f9c5f4d2a61997ef822864f26ef6c27135a50",
  "repo_slug": "perufitlife/aviation-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_perufitlife_aviation_mcp_074af02c/readme"
}