FAA Advisory Circular MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| set_airport_profileA | Set or update your airport profile. Stores your airport name, identifier, type (Part 139 commercial service or general aviation), and optionally a folder path for saving exported files. |
| get_airport_profileA | View the current airport profile including name, type, and save folder configuration. |
| search_circularsA | Search FAA Advisory Circulars by keyword, AC number, or topic. Returns matching circulars with their titles, applicability, and FAA links. |
| list_circulars_by_subjectB | List FAA Advisory Circulars grouped by subject area, optionally filtered to your airport type. |
| get_circular_detailsA | Get full details for a specific FAA Advisory Circular, including what it covers, what it adds or amends, regulatory references, and direct FAA links. |
| bookmark_circularA | Bookmark an FAA Advisory Circular to your airport's tracking list. Optionally add notes (e.g., 'need to review for upcoming inspection', 'already implemented'). |
| list_bookmarksA | List all bookmarked FAA Advisory Circulars for your airport, with notes and status. |
| remove_bookmarkB | Remove an FAA Advisory Circular from your bookmarks. |
| export_circular_summaryB | Generate a printable markdown summary for a specific advisory circular. If a save folder is configured in your airport profile, the file is also written to disk. |
| export_bookmarksA | Generate a full report of all your bookmarked advisory circulars as a printable markdown document. If a save folder is configured, the file is also written to disk. |
| fetch_ac_from_faaA | Fetch details for a specific FAA Advisory Circular directly from the FAA website. Use this for ACs that may be too recent for the local database, or to verify current status of any AC. |
| search_faa_recent_acsA | Search the FAA website directly for advisory circulars issued after a given date. Use this to find ACs that may be too recent for the local database (which covers through 2022). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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