API & MCP Access
FAA AD Search provides programmatic access to our indexed FAA document data.
REST API
Base URL: https://www.faaadsearch.com/api/v1
Endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/v1/ads | Search Airworthiness Directives |
| GET | /api/v1/ads/:number | Get AD by number |
| GET | /api/v1/ads/applicability | Applicability search |
| GET | /api/v1/documents | Search all documents |
| GET | /api/v1/documents/:id | Get document by ID |
| GET | /api/v1/manufacturers | List manufacturers |
| GET | /api/v1/aircraft | List aircraft models |
Example
curl "https://www.faaadsearch.com/api/v1/ads?manufacturer=Cessna&model=172"
MCP (Model Context Protocol)
Connect FAA AD Search as a tool in your AI workflow. Our MCP server exposes FAA document search as tools that AI assistants can use to answer aviation safety questions with citations.
MCP access available in Pro and Shop plans (coming soon).
Rate Limits
| Plan | Requests/Day | Requests/Minute |
|---|---|---|
| Free | 100 | 10 |
| Pro | 1,000 | 30 |
| Shop | 10,000 | 100 |
| Enterprise | Custom | Custom |