Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Perufitlife/aviation-mcp

FreeNot checked

Live aviation data for AI agents: decoded METAR weather by ICAO, airport & aircraft specs, an aviation glossary, and FAA-style practice questions. Hosted (Strea

GitHubEmbed

About

Live aviation data for AI agents: decoded METAR weather by ICAO, airport & aircraft specs, an aviation glossary, and FAA-style practice questions. Hosted (Streamable HTTP + SSE), no signup.

README

aviation-mcp 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
get_metar Current decoded METAR for any ICAO airport — flight category (VFR/MVFR/IFR/LIFR), wind, visibility, temp, dewpoint. Optional TAF.
get_airport Airport info by ICAO — name, IATA, city, country, coordinates, elevation, runways.
get_aircraft Aircraft specs by slug — engines, seats, range, cruise, ceiling, MTOW, type rating.
get_glossary_term Definition of an aviation term (e.g. squawk, v-speeds) with related terms.
practice_questions FAA-style practice exam questions with options + correct answer. Filter by subject.
quiz_of_the_day The aviation question of the day.

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.

from github.com/Perufitlife/aviation-mcp

Install Perufitlife/aviation-mcp in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install perufitlife-aviation-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add perufitlife-aviation-mcp -- npx -y @renzom13/aviation-mcp

FAQ

Is Perufitlife/aviation-mcp MCP free?

Yes, Perufitlife/aviation-mcp MCP is free — one-click install via Unyly at no cost.

Does Perufitlife/aviation-mcp need an API key?

No, Perufitlife/aviation-mcp runs without API keys or environment variables.

Is Perufitlife/aviation-mcp hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Perufitlife/aviation-mcp in Claude Desktop, Claude Code or Cursor?

Open Perufitlife/aviation-mcp on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Perufitlife/aviation-mcp with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs