# FAA MCP for AI Agents AI Agent Connect

> FAA MCP. Access real-time aviation data including NOTAMs, TFRs, and METAR/TAF weather reports through your AI client. It's built for pilots and drone operators who need live flight safety information without switching between multiple browser tabs.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_RVdn8b5Rock6vmb11phuO2Nr5Oq3NLDe2uFmqtSP/ai-agent-connect
- **Tags:** faa-data, flight-safety, notam, drone-safety, aviation-weather

## Description

This Connector connects your AI client to the Federal Aviation Administration (FAA) data services. It lets you pull critical flight safety and weather information using plain language. Instead of hunting through different government websites for weather reports or flight restrictions, you can ask your agent to do the work for you. You can check current airport conditions, look up upcoming forecasts, or find out about active flight restrictions in a specific area. It also handles drone-specific data like LAANC facility maps. Having this connected through Vinkius means you get the facts you need right where you're already working. It's built for people who need to know what's happening in the sky right now without the friction of manual searching. If you're a pilot planning a cross-country trip, you can quickly see if any airports have active hazards or closures. If you're a drone operator, you can confirm where you're allowed to fly without digging through complex maps. It turns a multi-step research process into a single conversation, giving you the confidence to fly safely. It's about removing the friction of manual data entry and tab switching. You get a clear picture of the airspace and weather conditions in seconds, making your pre-flight prep faster and more reliable.

## Tools

### get_metar
Fetch the current METAR weather report for any airport station. It helps you see current wind, visibility, and sky conditions.

### list_uas_facilities
Get UAS Facility Maps for drone operations. It shows you where you're allowed to fly based on geographic coordinates.

### search_notams
Search for Notice to Air Missions by location or date. This keeps you aware of runway closures or other hazards.

### get_taf
Retrieve the Terminal Aerodrome Forecast for specific locations. Use this to plan for weather changes over the next several hours.

### list_tfrs
List all active Temporary Flight Restrictions in a given state or area. This ensures you stay compliant with local airspace rules.

## Prompt Examples

**Prompt:** 
```
What's the weather like at Chicago O'Hare right now?
```

**Response:** 
```
For Chicago O'Hare (KORD), the current conditions are:

*   **Wind**: 10kts from the North
*   **Visibility**: 10SM
*   **Sky**: Clear

I can also pull the full TAF forecast if you'd like to see the trends for the next few hours.
```

**Prompt:** 
```
Are there any flight restrictions in Florida?
```

**Response:** 
```
I've checked the active Temporary Flight Restrictions (TFRs) for Florida (FL).

| Restriction Type | Location | Status |
| :--- | :--- | :--- |
| Security | Near Cape Canaveral | Active until 22:00 UTC |

No other major restrictions are currently listed for the state.
```

**Prompt:** 
```
Check for any NOTAMs at JFK airport.
```

**Response:** 
```
I found 3 active NOTAMs for KJFK:

1.  **Runway Closure**: 4L/22R is closed for maintenance.
2.  **Taxiway Lighting**: Maintenance scheduled for Taxiway Alpha.
3.  **Hazard**: Construction activity reported near Terminal 4.

Would you like the specific dates or times for any of these?
```

## Capabilities

### Get METAR reports
Pull current weather data for specific airports.

### Fetch TAF forecasts
Get upcoming weather trends for flight planning.

### Check TFRs
See active flight restrictions in a state or area.

### Look up drone maps
Find permitted UAS facility locations via LAANC.

### Search NOTAMs
Find notices about airport hazards or closures.

## Use Cases

### Pre-flight safety check
A pilot asks the agent to check for NOTAMs and weather at a specific airport before departure to see if any runways are closed.

### Drone mission planning
An operator checks for TFRs and LAANC maps in a new state to see where they can legally fly their equipment.

### Fleet weather monitoring
A dispatcher asks for the latest METARs for five different airports at once to check for delays affecting their fleet.

### Safety analysis
A developer builds a tool that automatically checks for active flight restrictions in a specific region to generate safety reports.

## Benefits

- Stop switching tabs. You can get METAR and TAF weather reports without leaving your AI client. This saves you from jumping between different browser windows during your pre-flight prep.
- Stay compliant. Use list_tfrs to see if a flight path has active restrictions instantly. This ensures you don't accidentally fly into restricted airspace or high-risk zones.
- Plan safer drone flights. Use list_uas_facilities to find legal launch points quickly. It lets you know exactly where you're allowed to operate based on official maps.
- Avoid hidden hazards. Use search_notams to see airport closures and maintenance notices. You'll know about runway issues before you even arrive at the gate.
- Faster pre-flight briefings. Get all your safety and weather data in one conversation with your agent. It combines multiple data points into a single, easy-to-read summary.

## How It Works

The bottom line is you get real-time aviation safety data without leaving your current workspace.

1. Connect this Connector to your AI client using Vinkius.
2. Enter your official FAA API Key in the configuration settings.
3. Ask your agent for weather, restrictions, or NOTAMs in plain English.

## Frequently Asked Questions

**Can the FAA MCP get real-time weather?**
Yes, it pulls METAR and TAF reports for specific airports so you can see current conditions and forecasts instantly.

**Can I use the FAA MCP for drone flying?**
Yes, it provides access to UAS Facility Maps (LAANC) and active flight restrictions to keep your drone operations legal and safe.

**How do I get my FAA API key?**
You'll need to sign up for an official FAA API key and add it to the Connector configuration in Vinkius to start getting data.

**Does it show airport closures?**
Yes, it searches for NOTAMs which include information on runway closures, maintenance, and other hazards for specific airports.

**Can it check TFRs for a specific state?**
Yes, you can ask the agent to list active Temporary Flight Restrictions for any state or specific area to stay compliant.

**Is this for flight planning?**
It is perfect for pre-flight checks because it combines weather, restrictions, and safety notices into one easy-to-read summary.

**How can I check for Temporary Flight Restrictions (TFRs) in a specific state?**
You can use the `list_tfrs` tool and provide the two-letter state code (e.g., 'CA' for California). The agent will return a list of all active restrictions and their types.

**Can I get both current weather and forecasts for an airport?**
Yes. Use `get_metar` for real-time reports and `get_taf` for terminal forecasts by providing the ICAO station code (e.g., 'KJFK').

**Does this tool help with drone flight planning?**
Absolutely. The `list_uas_facilities` tool provides geographic data for UAS facility maps (LAANC), showing where drone operations are permitted based on your coordinates.