Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Perufitlife/aviation-mcp MCP server](https://glama.ai/mcp/servers/Perufitlife/aviation-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Perufitlife/aviation-mcp) πŸ“‡ ☁️ - Live aviation data for AI agents: decoded METAR weather by ICAO, airport & aircraft...

README.md

Aviation MCP Server ✈️

![aviation-mcp MCP server](https://glama.ai/mcp/servers/Perufitlife/aviation-mcp)

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.

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Developer Tools servers.