npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@renzom13/aviation-mcp

v1.0.2

Published

MCP server giving AI agents (ChatGPT, Claude, Cursor) live aviation data: decoded METAR weather, airport info, aircraft specs, glossary, FAA practice questions, and a daily pilot quiz. Powered by the free Rotate Pilot API.

Readme

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 | |------|--------------| | 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.