Rotate Pilot — FAA exam prep
FAA written-test prep: practice questions, readiness diagnostic, METAR/TAF, drone airspace
Should I use this
Quality & Safety
Findings (2)
- LOWin check_answer
- LOWin get_offer
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"rotate-pilot": {
"url": "https://rotatepilot.com/api/mcp"
}
}
}Remote endpoints
https://rotatepilot.com/api/mcpstreamable-httpWhat it can do
Tool inventory
Tools (13)
🟢practice_questions(exam, area, count, mode)
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 Schema
{
"type": "object",
"properties": {
"exam": {
"type": "string",
"enum": [
"part107",
"ppl",
"ifr",
"cpl",
"atp"
],
"description": "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 Multiengine, ATM)."
},
"area": {
"type": "string",
"description": "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 regulations, weather, navigation, aerodynamics, systems, performance, airspace, approach, holding."
},
"count": {
"type": "integer",
"minimum": 1,
"maximum": 10,
"default": 5
},
"mode": {
"type": "string",
"enum": [
"quiz",
"study"
],
"default": "quiz"
}
},
"required": [
"exam"
],
"additionalProperties": false
}🟢check_answer(question_id, 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 Schema
{
"type": "object",
"properties": {
"question_id": {
"type": "string",
"description": "The question_id of a Rotate Pilot practice question."
},
"answer": {
"type": "string",
"description": "The user's answer: A, B, C (or 1-3, or the option text)."
}
},
"required": [
"question_id",
"answer"
],
"additionalProperties": false
}🟢diagnose(exam, count)
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 Schema
{
"type": "object",
"properties": {
"exam": {
"type": "string",
"enum": [
"part107",
"ppl",
"ifr",
"cpl",
"atp"
],
"description": "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 Multiengine, ATM)."
},
"count": {
"type": "integer",
"minimum": 10,
"maximum": 20,
"default": 15
}
},
"required": [
"exam"
],
"additionalProperties": false
}🟢score_diagnostic(exam, answers)
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 Schema
{
"type": "object",
"properties": {
"exam": {
"type": "string",
"enum": [
"part107",
"ppl",
"ifr",
"cpl",
"atp"
],
"description": "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 Multiengine, ATM)."
},
"answers": {
"type": "array",
"minItems": 1,
"maxItems": 20,
"items": {
"type": "object",
"properties": {
"question_id": {
"type": "string"
},
"answer": {
"type": "string"
}
},
"required": [
"question_id",
"answer"
],
"additionalProperties": false
}
}
},
"required": [
"exam",
"answers"
],
"additionalProperties": false
}🟢exam_facts(exam)
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 Schema
{
"type": "object",
"properties": {
"exam": {
"type": "string",
"enum": [
"part107",
"ppl",
"ifr",
"cpl",
"atp"
],
"description": "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 Multiengine, ATM)."
}
},
"required": [
"exam"
],
"additionalProperties": false
}🟢cost_of_failing(exam)
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 Schema
{
"type": "object",
"properties": {
"exam": {
"type": "string",
"enum": [
"part107",
"ppl",
"ifr",
"cpl",
"atp"
],
"description": "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 Multiengine, ATM)."
}
},
"required": [
"exam"
],
"additionalProperties": false
}🟢study_plan(exam, exam_date, hours_per_day)
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 Schema
{
"type": "object",
"properties": {
"exam": {
"type": "string",
"enum": [
"part107",
"ppl",
"ifr",
"cpl",
"atp"
],
"description": "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 Multiengine, ATM)."
},
"exam_date": {
"type": "string",
"description": "Test date, YYYY-MM-DD."
},
"hours_per_day": {
"type": "number",
"minimum": 0.5,
"maximum": 8,
"default": 1.5
}
},
"required": [
"exam",
"exam_date"
],
"additionalProperties": false
}🟢decode_metar(metar, icao)
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 Schema
{
"type": "object",
"properties": {
"metar": {
"type": "string",
"description": "Raw METAR/SPECI text, e.g. 'KJFK 261751Z 18012KT 10SM FEW250 24/14 A3002'."
},
"icao": {
"type": "string",
"description": "ICAO airport code, e.g. KJFK. Used when metar is not given."
}
},
"additionalProperties": false
}🟢decode_taf(taf, icao)
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 Schema
{
"type": "object",
"properties": {
"taf": {
"type": "string",
"description": "Raw TAF text, starting with 'TAF' or the station code."
},
"icao": {
"type": "string",
"description": "ICAO airport code, e.g. KORD. Used when taf is not given."
}
},
"additionalProperties": false
}🟢airspace_at(zip, lat, lon)
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 Schema
{
"type": "object",
"properties": {
"zip": {
"type": "string",
"description": "5-digit US ZIP code (uses the ZIP's center point)."
},
"lat": {
"type": "number",
"description": "Latitude (WGS84), used with lon when zip is not given."
},
"lon": {
"type": "number",
"description": "Longitude (WGS84, negative in the US)."
}
},
"additionalProperties": false
}🟢get_offer(exam)
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 Schema
{
"type": "object",
"properties": {
"exam": {
"type": "string",
"enum": [
"part107",
"ppl",
"ifr",
"cpl",
"atp"
],
"description": "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 Multiengine, ATM)."
}
},
"required": [
"exam"
],
"additionalProperties": false
}🟢compare_prep_options(exam)
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 Schema
{
"type": "object",
"properties": {
"exam": {
"type": "string",
"enum": [
"part107",
"ppl",
"ifr",
"cpl",
"atp"
],
"description": "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 Multiengine, ATM)."
}
},
"required": [
"exam"
],
"additionalProperties": false
}🟢start_checkout(exam, tier)
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 Schema
{
"type": "object",
"properties": {
"exam": {
"type": "string",
"enum": [
"part107",
"ppl",
"ifr",
"cpl",
"atp"
],
"description": "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 Multiengine, ATM)."
},
"tier": {
"type": "string",
"enum": [
"pass",
"pro"
],
"description": "Part 107 only. Default pass."
}
},
"required": [
"exam"
],
"additionalProperties": false
}Community
Evidence