FAA Advisory Circular MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FAA Advisory Circular MCPSearch ACs on wildlife hazard management"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
FAA Advisory Circular MCP
An MCP (Model Context Protocol) server that lets you search, retrieve, and track FAA Advisory Circulars (ACs) relevant to airport operations — for both Part 139 certificated commercial service airports and general aviation airports.
What It Does
Search ACs by keyword, AC number, or topic
Filter by airport type — Part 139 or GA
Get full AC details — what it covers, key provisions, what it amends/supersedes, regulatory references
Direct FAA links to every AC's page and PDF download
Bookmark and track ACs with your own notes per airport
Export summaries as printable markdown (optionally saves to a folder you specify)
Persistent memory — airport profile and bookmarks are stored locally in
data/
Related MCP server: FAA Delays MCP
Tools
Tool | Description |
| Configure your airport name, ICAO code, type, and optional save folder |
| View current airport profile |
| Search by keyword, AC number, or topic |
| Browse ACs by subject area (ARFF, markings, construction, etc.) |
| Full detail view for a specific AC |
| Save an AC to your tracking list with optional notes |
| View all tracked ACs |
| Remove from tracking |
| Generate a printable markdown summary for one AC |
| Generate a full printable report of all tracked ACs |
Subject Areas Covered
Code | Area |
| Safety & Operations (NOTAMs, Emergency Plans, SMS) |
| Aircraft Rescue & Fire Fighting |
| Airport Equipment (ARFF Vehicles, FOD Detection) |
| Fuel Storage, Handling & Dispensing |
| Airport Design |
| Pavement Design & Evaluation |
| Runway & Taxiway Markings |
| Airfield Lighting |
| Terminal Facilities |
| Construction Safety & Standards |
| Pavement Maintenance |
| Heliport Design |
| Wildlife Hazard Management |
| Winter Operations |
| Safety Management Systems |
Installation
npm install
npm run buildConfiguration in Claude Code / CoWork
Add to your Claude Code MCP config (claude_desktop_config.json or via settings):
{
"mcpServers": {
"faa-advisory-circular": {
"command": "node",
"args": ["C:/Users/paris/Desktop/faa-advisory-circular-mcp/dist/index.js"]
}
}
}Memory & File Storage
Airport profile and bookmarks are stored in
data/profile.jsonanddata/bookmarks.json— they persist between sessions automatically.In CoWork or any session with a save folder configured: use
set_airport_profilewith asave_folderpath, andexport_circular_summary/export_bookmarkswill also write.mdfiles to that folder — ready to print or open in Word.In chat without a folder: exports return as text in the conversation. Everything still lives in the
data/directory for next time.
FAA Resources
Advisory Circulars Search: https://www.faa.gov/regulations_policies/advisory_circulars/
Regulatory Guidance Library: https://rgl.faa.gov/Regulatory_and_Guidance_Library/rgAdvisoryCircular.nsf/
Part 139 Airport Certification: https://www.faa.gov/airports/airport_safety/part139_cert/
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-quality-maintenanceEnables interaction with the Regulations.gov API to search federal rulemaking dockets, proposed and final rules, public comments, and comment periods. Supports tracking FAR/DFARS case histories and monitoring open comment periods across federal agencies with optional API key authentication for higher rate limits.Last updated
- Alicense-qualityCmaintenanceProvides live US airport operational status and delay data from the FAA, free and without authentication.Last updated15MIT
- Flicense-qualityBmaintenanceEnables tracking flights and grouping them into trips, with tools to create, list, and manage trips and flight bookings.Last updated
- AlicenseAqualityBmaintenanceEnables pilots to assemble a preflight briefing per 14 CFR §91.103 by fetching weather, airport info, aircraft performance, fuel estimates, alternates, and NOTAMs.Last updated615AGPL 3.0
Related MCP Connectors
Search and trace US federal rules across the Federal Register, eCFR, and Regulations.gov.
Offline, keyless lookup of the US civil aircraft registry — decode N-numbers, search records.
FAA Delays MCP — live US airport operational status (FAA, free, no auth).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/parissharpe/faa-advisory-circular-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server