# Atlantic Navy Bases FUDS Defense Site Screen

**Use case:** 

Screen Norfolk, Portsmouth and Charleston naval sites against USACE Formerly Used Defense Sites: boundary intersect, MMRP munitions and IRP contamination.

## Input

```json
{
  "assets": [
    {
      "lat": 36.9312,
      "lon": -76.3452,
      "label": "Norfolk VA - Naval Station area",
      "radiusMiles": 3
    },
    {
      "lat": 36.8354,
      "lon": -76.2983,
      "label": "Portsmouth VA - Naval Shipyard area",
      "radiusMiles": 3
    },
    {
      "lat": 32.8986,
      "lon": -80.0405,
      "label": "Charleston SC - Joint Base Charleston area",
      "radiusMiles": 3
    }
  ],
  "radiusMiles": 1,
  "includePropertyDetail": true,
  "includeMunitionsSiteDetail": true,
  "maxPropertiesPerAsset": 30,
  "maxSitesPerAsset": 30,
  "maxAssets": 250,
  "skipDriftChecks": false,
  "simulateOutage": "none"
}
```

## Output

```json
{
  "asset_label": {
    "label": "asset_label",
    "format": "string"
  },
  "screening_result": {
    "label": "screening_result",
    "format": "string"
  },
  "screening_level": {
    "label": "screening_level",
    "format": "string"
  },
  "on_fuds_property": {
    "label": "on_fuds_property",
    "format": "boolean"
  },
  "on_munitions_response_site": {
    "label": "on_munitions_response_site",
    "format": "boolean"
  },
  "fuds_properties_within_radius": {
    "label": "fuds_properties_within_radius",
    "format": "number"
  },
  "nearest_property_name": {
    "label": "nearest_property_name",
    "format": "string"
  },
  "nearest_property_distance_miles": {
    "label": "nearest_property_distance_miles",
    "format": "number"
  },
  "mmrp_munitions_projects_open": {
    "label": "mmrp_munitions_projects_open",
    "format": "number"
  },
  "irp_contamination_projects": {
    "label": "irp_contamination_projects",
    "format": "number"
  },
  "properties_without_published_boundary": {
    "label": "properties_without_published_boundary",
    "format": "number"
  },
  "sources_answered": {
    "label": "sources_answered",
    "format": "number"
  },
  "data_vintage_fiscal_year": {
    "label": "data_vintage_fiscal_year",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [FUDS Formerly Used Defense Sites Screener - UXO & Contamination](https://apify.com/malonestar/fuds-defense-site-screener) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/fuds-defense-site-screener) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/malonestar/fuds-defense-site-screener.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
