faa_regulation

Pack: faa-regulations · Endpoint: https://gateway.pipeworx.io/faa-regulations/mcp

Get the full text of one Federal Aviation Regulation (FAR) — a US FAA / aviation regulation codified in 14 CFR — by its citation. Returns the exact regulatory wording currently in force. Answers “what does FAR 91.113 say”, “what is the FAA regulation for X”, “does the FAA require X”, “read 14 CFR 107.29”, “the FAA right-of-way rule”. Forgiving citation input: “91.113”, “14 CFR 91.113”, “FAR 91.113”, “§91.113”, even “91.113(b)” (paragraph stripped to the section). Covers 14 CFR part 91 general operating & flight rules, part 121 airline/scheduled operations, part 135 commuter & on-demand, part 107 small unmanned aircraft (drone) rules, part 61 pilot/airman certification, part 43 maintenance, part 145 repair stations, part 25 aircraft airworthiness — the whole of Title 14 (aviation, aircraft, airspace, pilots). Pass a whole part (e.g. “91” or “107”) to get that part’s section list. Example: faa_regulation({ citation: “91.113” }) -> right-of-way rules; faa_regulation({ citation: “FAR 107.29” }) -> drone operation at night. Keyless.

Parameters

NameTypeRequiredDescription
citationstringyesFAR citation. A section: “91.113”, “14 CFR 91.113”, “FAR 107.29”, “§61.113”, “91.113(b)”. Or a whole part: “91”, “part 107” -> returns the part’s section list.

Example call

curl -X POST https://gateway.pipeworx.io/faa-regulations/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"faa_regulation","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "faa-regulations": {
      "url": "https://gateway.pipeworx.io/faa-regulations/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 25, 2026