Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Rotate Pilot — FAA exam prep

REMOTE · ROTATEPILOT.COM · SCANNED SEP 27

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

Available components

73 Trust /100
Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Endpoint Security80
Transport & Reachability100
Schema Quality & AI Usability70
  • AI-judged instruction clarity (excellent).Pass
  • 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. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage94
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 81% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 13 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
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.

remote · rotatepilot.com

# add to Claude Code
claude mcp add --transport http perufitlife-rotate-pilot 'https://rotatepilot.com/api/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "perufitlife-rotate-pilot": {
      "url": "https://rotatepilot.com/api/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "perufitlife-rotate-pilot": {
      "type": "http",
      "url": "https://rotatepilot.com/api/mcp"
    }
  }
}
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add perufitlife-rotate-pilot --url 'https://rotatepilot.com/api/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  perufitlife-rotate-pilot:
    url: "https://rotatepilot.com/api/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "perufitlife-rotate-pilot": {
      "Transport": "http",
      "Url": "https://rotatepilot.com/api/mcp"
    }
  }
}
# add to Vellum
assistant mcp add perufitlife-rotate-pilot -t streamable-http -u 'https://rotatepilot.com/api/mcp'
// mcp.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 we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 27 Sept 26 +1
    • Tool “cost_of_failing” rewrote its description, which is the text the model reads security
    • Stability: unverified → 0.03 ▲ functional
  • 26 Sept 26 72

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 27 Sept 2026 · Probed https://rotatepilot.com/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=rotatepilot.com CN=YR2,O=Let's Encrypt,C=US 2 Sept 2026 1 Dec 2026 RSA 2048 SHA256-RSA 68a651d2b9d44c5a067ad972798d22e73e8
SANs: rotatepilot.com
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of rotatepilot.com. — Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
rotatepilot.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://rotatepilot.com/api/mcp Verified 200
http (plaintext) http://rotatepilot.com/api/mcp HTTPS enforced 308 https://rotatepilot.com/api/mcp
MCP tools · 13 exposed · ~1,923 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
airspace_at ~171

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.

NameTypeReqDescription
latnumber–Latitude (WGS84), used with lon when zip is not given.
lonnumber–Longitude (WGS84, negative in the US).
zipstring–5-digit US ZIP code (uses the ZIP's center point).

No output schema declared.

No examples provided.

check_answer ~116

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.

NameTypeReqDescription
answerstringyesThe user's answer: A, B, C (or 1-3, or the option text).
question_idstringyesThe question_id of a Rotate Pilot practice question.

No output schema declared.

No examples provided.

compare_prep_options ~125

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.

NameTypeReqDescription
examstringyesFAA 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…

No output schema declared.

No examples provided.

cost_of_failing ~118

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.

NameTypeReqDescription
examstringyesFAA 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…

No output schema declared.

No examples provided.

decode_metar ~161

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.

NameTypeReqDescription
icaostring–ICAO airport code, e.g. KJFK. Used when metar is not given.
metarstring–Raw METAR/SPECI text, e.g. 'KJFK 261751Z 18012KT 10SM FEW250 24/14 A3002'.

No output schema declared.

No examples provided.

decode_taf ~128

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.

NameTypeReqDescription
icaostring–ICAO airport code, e.g. KORD. Used when taf is not given.
tafstring–Raw TAF text, starting with 'TAF' or the station code.

No output schema declared.

No examples provided.

diagnose ~152

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.

NameTypeReqDescription
countinteger––
examstringyesFAA 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…

No output schema declared.

No examples provided.

exam_facts ~153

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.

NameTypeReqDescription
examstringyesFAA 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…

No output schema declared.

No examples provided.

get_offer ~112

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.

NameTypeReqDescription
examstringyesFAA 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…

No output schema declared.

No examples provided.

practice_questions ~239

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

NameTypeReqDescription
areastring–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…
countinteger––
examstringyesFAA 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…
modestring––

No output schema declared.

No examples provided.

score_diagnostic ~142

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.

NameTypeReqDescription
answersarrayyes–
examstringyesFAA 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…

No output schema declared.

No examples provided.

start_checkout ~136

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.

NameTypeReqDescription
examstringyesFAA 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…
tierstring–Part 107 only. Default pass.

No output schema declared.

No examples provided.

study_plan ~170

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.

NameTypeReqDescription
examstringyesFAA 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_datestringyesTest date, YYYY-MM-DD.
hours_per_daynumber––

No output schema declared.

No examples provided.

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.