# Rotate Pilot — FAA exam prep (remote · rotatepilot.com)

FAA written-test prep: practice questions, readiness diagnostic, METAR/TAF, drone airspace

- Trust score: 73/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-27

## Components

- remote · `rotatepilot.com`: 73/100 (this document), [markdown](https://verifymcp.io/servers/perufitlife-rotate-pilot/api-mcp.md), [page](https://verifymcp.io/servers/perufitlife-rotate-pilot/api-mcp)

## Channel facts

- Endpoint: `https://rotatepilot.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-27.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 2259 tokens (~173/item across 13 items; 13 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 94/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 81% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 13 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the Rotate Pilot — FAA exam prep MCP server?

Rotate Pilot — FAA exam prep is a hosted endpoint at https://rotatepilot.com/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http perufitlife-rotate-pilot 'https://rotatepilot.com/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "perufitlife-rotate-pilot": {
      "url": "https://rotatepilot.com/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "perufitlife-rotate-pilot": {
      "type": "http",
      "url": "https://rotatepilot.com/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.perufitlife-rotate-pilot]
url = "https://rotatepilot.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "perufitlife-rotate-pilot": {
      "type": "remote",
      "url": "https://rotatepilot.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add perufitlife-rotate-pilot --url 'https://rotatepilot.com/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  perufitlife-rotate-pilot:
    url: "https://rotatepilot.com/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "perufitlife-rotate-pilot": {
      "Transport": "http",
      "Url": "https://rotatepilot.com/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add perufitlife-rotate-pilot -t streamable-http -u 'https://rotatepilot.com/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "perufitlife-rotate-pilot": {
      "type": "http",
      "url": "https://rotatepilot.com/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-27 (score 73, +1)

- [security] Tool “cost_of_failing” rewrote its description, which is the text the model reads
- [functional improvement] Stability: unverified → 0.03

### 2026-09-26 (score 72)

First indexed and scored.

## MCP tools (13)

### `practice_questions` (~239 tokens)

FAA practice questions

Returns 1-10 multiple-choice practice questions (3 options, like the real FAA knowledge test) from Rotate Pilot's reviewed bank for Part 107, PPL, IFR, CPL or ATP, optionally limited to one area/topic. mode=quiz (default) returns the questions without their answers; mode=study includes the answer, explanation and regulatory citations (14 CFR / AIM / ACS).

Input parameters:

- `area` (string): Optional area filter. Part 107: I Regulations, II Airspace, III Weather, IV Loading and Performance, V Operations (also accepts an ACS code prefix like UA.II.B). Airplane exams: a topic such as regul…
- `count` (integer)
- `exam` (string, required): FAA knowledge test: part107 (drone / Remote Pilot, UAG), ppl (Private Pilot Airplane, PAR), ifr (Instrument Rating Airplane, IRA), cpl (Commercial Pilot Airplane, CAX), atp (Airline Transport Pilot M…
- `mode` (string)

### `check_answer` (~116 tokens)

Check a practice answer

Grades one answer to a Rotate Pilot practice question, identified by its question_id. Returns whether it is correct, the correct letter and text, the explanation and its citations (14 CFR, AIM, ACS code when available). Accepts a letter (A/B/C), a number 1-3 or the option text.

Input parameters:

- `answer` (string, required): The user's answer: A, B, C (or 1-3, or the option text).
- `question_id` (string, required): The question_id of a Rotate Pilot practice question.

### `diagnose` (~152 tokens)

Start an exam readiness diagnostic

Starts a free readiness diagnostic for an FAA knowledge test: returns 10-20 quiz questions (answers hidden) spread across the exam's areas — for Part 107 in proportion to the official FAA weights. Each question has a question_id; scoring the set of answers gives the result per area, how it compares with the pass mark and a suggested next step.

Input parameters:

- `count` (integer)
- `exam` (string, required): FAA knowledge test: part107 (drone / Remote Pilot, UAG), ppl (Private Pilot Airplane, PAR), ifr (Instrument Rating Airplane, IRA), cpl (Commercial Pilot Airplane, CAX), atp (Airline Transport Pilot M…

### `score_diagnostic` (~142 tokens)

Score an exam readiness diagnostic

Scores a set of answers to a Rotate Pilot readiness diagnostic. Returns overall and per-area results (for Part 107 also the score weighted by the official FAA area weights), the areas below the pass mark, the correct answer with explanation for each question, and a suggested next step based on the result.

Input parameters:

- `answers` (array, required)
- `exam` (string, required): FAA knowledge test: part107 (drone / Remote Pilot, UAG), ppl (Private Pilot Airplane, PAR), ifr (Instrument Rating Airplane, IRA), cpl (Commercial Pilot Airplane, CAX), atp (Airline Transport Pilot M…

### `exam_facts` (~153 tokens)

FAA knowledge test facts

Official facts about an FAA knowledge test with sources: number of questions, time limit, pass mark, answer choices, minimum age, whether an instructor endorsement is needed, retest rules after a failure, how long the result is valid, 2025 national pass rate and average score, test fee when the FAA states it, and (Part 107) the official weight of each area.

Input parameters:

- `exam` (string, required): FAA knowledge test: part107 (drone / Remote Pilot, UAG), ppl (Private Pilot Airplane, PAR), ifr (Instrument Rating Airplane, IRA), cpl (Commercial Pilot Airplane, CAX), atp (Airline Transport Pilot M…

### `cost_of_failing` (~118 tokens)

What failing an FAA knowledge test costs

The concrete cost of failing an FAA knowledge test, with sources: fee per attempt, mandatory wait or endorsement before a retest, the 2025 national failure rate, and the expected cost of a failure.

Input parameters:

- `exam` (string, required): FAA knowledge test: part107 (drone / Remote Pilot, UAG), ppl (Private Pilot Airplane, PAR), ifr (Instrument Rating Airplane, IRA), cpl (Commercial Pilot Airplane, CAX), atp (Airline Transport Pilot M…

### `study_plan` (~170 tokens)

Day-by-day FAA study plan

Builds a dated study plan from today to the exam date on Rotate Pilot's course material: learning blocks per area (Part 107 in proportion to the official FAA weights) with the Rotate Pilot lessons that cover each one where available, a mixed-practice block for weak areas and a final block of full timed practice tests, plus the free FAA references for that exam.

Input parameters:

- `exam` (string, required): FAA knowledge test: part107 (drone / Remote Pilot, UAG), ppl (Private Pilot Airplane, PAR), ifr (Instrument Rating Airplane, IRA), cpl (Commercial Pilot Airplane, CAX), atp (Airline Transport Pilot M…
- `exam_date` (string, required): Test date, YYYY-MM-DD.
- `hours_per_day` (number)

### `decode_metar` (~161 tokens)

Decode a METAR

Decodes a METAR aviation weather report into plain English: wind, visibility, weather, clouds, ceiling, temperature/dew point, altimeter and the VFR/MVFR/IFR/LIFR flight category. Pass either the raw METAR text or a 4-letter ICAO airport code to fetch the latest report from NOAA's Aviation Weather Center. For training, not for flight planning.

Input parameters:

- `icao` (string): ICAO airport code, e.g. KJFK. Used when metar is not given.
- `metar` (string): Raw METAR/SPECI text, e.g. 'KJFK 261751Z 18012KT 10SM FEW250 24/14 A3002'.

### `decode_taf` (~128 tokens)

Decode a TAF

Decodes a TAF terminal aerodrome forecast into plain-English periods (initial, FM, BECMG, TEMPO, PROB) with the forecast flight category of each. Pass the raw TAF text or a 4-letter ICAO code to fetch the current TAF from NOAA's Aviation Weather Center. For training, not for flight planning.

Input parameters:

- `icao` (string): ICAO airport code, e.g. KORD. Used when taf is not given.
- `taf` (string): Raw TAF text, starting with 'TAF' or the station code.

### `airspace_at` (~171 tokens)

Drone airspace at a US location

For a US ZIP code or latitude/longitude: the FAA airspace class at drone altitudes (0-400 ft AGL), the controlled airspace overhead, and the FAA UAS Facility Map (LAANC) ceiling if the point is on the grid, with a one-sentence plain-English verdict under 14 CFR Part 107. Uses FAA Class Airspace and UAS Facility Map data and USGS elevation. Checks one point only — not TFRs, NOTAMs or special-use airspace.

Input parameters:

- `lat` (number): Latitude (WGS84), used with lon when zip is not given.
- `lon` (number): Longitude (WGS84, negative in the US).
- `zip` (string): 5-digit US ZIP code (uses the ZIP's center point).

### `get_offer` (~112 tokens)

Rotate Pilot prep options and prices

Rotate Pilot's current paid prep for an FAA exam: price, what is included, guarantee and refund terms with a link to the full terms, the free practice options, and purchase links.

Input parameters:

- `exam` (string, required): FAA knowledge test: part107 (drone / Remote Pilot, UAG), ppl (Private Pilot Airplane, PAR), ifr (Instrument Rating Airplane, IRA), cpl (Commercial Pilot Airplane, CAX), atp (Airline Transport Pilot M…

### `compare_prep_options` (~125 tokens)

Compare FAA exam prep options

Side-by-side prices and contents of common prep options for an FAA exam, with the date the prices were checked and free alternatives. Only lists competitor prices Rotate has verified (currently Part 107); for other exams it says so instead of guessing.

Input parameters:

- `exam` (string, required): FAA knowledge test: part107 (drone / Remote Pilot, UAG), ppl (Private Pilot Airplane, PAR), ifr (Instrument Rating Airplane, IRA), cpl (Commercial Pilot Airplane, CAX), atp (Airline Transport Pilot M…

### `start_checkout` (~136 tokens)

Get the purchase link

Returns the direct purchase link for Rotate Pilot's prep for an exam (Stripe Checkout on rotatepilot.com), or the plans page when that exam has no one-click checkout. It does not charge anything: the user completes payment in their browser.

Input parameters:

- `exam` (string, required): FAA knowledge test: part107 (drone / Remote Pilot, UAG), ppl (Private Pilot Airplane, PAR), ifr (Instrument Rating Airplane, IRA), cpl (Commercial Pilot Airplane, CAX), atp (Airline Transport Pilot M…
- `tier` (string): Part 107 only. Default pass.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/perufitlife-rotate-pilot/api-mcp#diagnostics

## Score history

- 2026-09-27: 73
- 2026-09-26: 72

## Common questions

### What is the Rotate Pilot — FAA exam prep MCP server?

Rotate Pilot — FAA exam prep is an MCP server listed in the public MCP registry as io.github.Perufitlife/rotate-pilot. FAA written-test prep: practice questions, readiness diagnostic, METAR/TAF, drone airspace. This page covers its hosted endpoint (https://rotatepilot.com/api/mcp).

### Is the Rotate Pilot — FAA exam prep MCP server safe to use?

Rotate Pilot — FAA exam prep scores 73 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Rotate Pilot — FAA exam prep MCP server expose?

Rotate Pilot — FAA exam prep exposes 13 tools: practice_questions, check_answer, diagnose, score_diagnostic, exam_facts, and 8 more. Their descriptions and schemas cost roughly 1,923 tokens of context every time the server is loaded.

### Does the Rotate Pilot — FAA exam prep MCP server require authentication?

No. We connected to Rotate Pilot — FAA exam prep without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Rotate Pilot — FAA exam prep MCP server still maintained?

Rotate Pilot — FAA exam prep is still listed as active in the MCP registry. We last reached this channel on 27 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://rotatepilot.com/api/mcp
- Repository: https://github.com/Perufitlife/rotate-pilot-mcp
- Website: https://rotatepilot.com/developers/mcp?utm_source=mcp_registry&utm_medium=directory&utm_campaign=rotate_mcp
- Changelog RSS feed: https://verifymcp.io/servers/perufitlife-rotate-pilot/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/perufitlife-rotate-pilot/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/perufitlife-rotate-pilot/api-mcp
