# av-weatheropen-api-secure

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add swamy.fwd/av-weatheropen-api-secure

# Browse available tools
npx -y smithery tool list swamy.fwd/av-weatheropen-api-secure

# Get full schema for a tool
npx -y smithery tool get swamy.fwd/av-weatheropen-api-secure alerts_active_area

# Call a tool
npx -y smithery tool call swamy.fwd/av-weatheropen-api-secure alerts_active_area '{}'
```

## Direct MCP Connection

Endpoint: `https://av-weatheropen-api-secure--swamy.fwd.run.tools`

## Tools (1)

- `alerts_active_area` — Returns active alerts for the given area (state or marine area)

```bash
# Get full input/output schema for a tool
npx -y smithery tool get swamy.fwd/av-weatheropen-api-secure <tool-name>
```
