# vsf

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add gsudheer123/vsf

# Browse available tools
npx -y smithery tool list gsudheer123/vsf

# Get full schema for a tool
npx -y smithery tool get gsudheer123/vsf alerts_active_area

# Call a tool
npx -y smithery tool call gsudheer123/vsf alerts_active_area '{}'
```

## Direct MCP Connection

Endpoint: `https://vsf--gsudheer123.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 gsudheer123/vsf <tool-name>
```
