API access
Your AI client reaches FAA Development & Airspace Screen through one ParcelOps MCP endpoint, so there is no separate key to hold for it and no per-source client to write. Reaching it takes no credentials of your own.
Where it came from
Freshness and coverage
What this source cannot tell you
- ⚠ Anything outside United States FAA-published aeronautical features. A request past that edge comes back empty rather than approximated.
- ⚠ Which years it spans, because the covered period is not declared.
- ⚠ Anything FAA Aeronautical Information Services public layers does not publish. ParcelOps returns this source as it stands and never fills a blank field from a different one.
- ⚠ This is an early proximity screen and does not replace FAA Form 7460 notice analysis, an OE/AAA filing, a determination, survey, obstruction evaluation, or aviation counsel.
- ⚠ Proposed height is retained as decision context only.
Methods (2)
A method is one call your agent can make against this source.
searchNearby
readSearch one official FAA airport, runway, obstacle, or class-airspace layer near a site.
What you must providedatasetlatitudelongitudeRecords returnedairport, runway, obstacle, class-airspaceHow to get more resultsoffset (offsetField: offset, limitField: limit)Coordinate systemEPSG:4326FreshnessScheduled (source-level)Input schema
{ "type": "object", "properties": { "dataset": { "type": "string", "enum": [ "airports", "runways", "obstacles", "class-airspace" ] }, "latitude": { "type": "number", "minimum": -90, "maximum": 90 }, "longitude": { "type": "number", "minimum": -180, "maximum": 180 }, "radiusMiles": { "type": "number", "minimum": 0.1, "maximum": 50 }, "proposedHeightAglFeet": { "type": "number", "minimum": 0, "maximum": 5000 }, "limit": { "type": "integer", "minimum": 1, "maximum": 100 }, "offset": { "type": "integer", "minimum": 0, "maximum": 2000 } }, "required": [ "dataset", "latitude", "longitude" ], "additionalProperties": false }- ⚠ Use formal FAA review for notice and height decisions.
getServiceInfo
readReturn exact layers, update context, fields, and formal FAA review limits.
FreshnessScheduled (source-level)Input schema
{ "type": "object", "properties": {}, "required": [], "additionalProperties": false }
Where this source is used
- Texas grid and land screening
Put Texas grid context next to the state parcel record and the site constraints in one screening call.
- Land research
Parcel records, ground conditions, and what reaches the property line, for raw and rural land.
- Data center siting
Power, water, transport, airspace, and hazard screening for a site before anyone signs anything.
- Will a tall structure here need FAA review?
