# vsf-club

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add kishvisamadd/vsf-club

# Browse available tools
npx -y @smithery/cli@latest tool list kishvisamadd/vsf-club

# Get full schema for a tool
npx -y @smithery/cli@latest tool get kishvisamadd/vsf-club alerts_active_area

# Call a tool
npx -y @smithery/cli@latest tool call kishvisamadd/vsf-club alerts_active_area '{}'
```

## Direct MCP Connection

Endpoint: `https://vsf-club--kishvisamadd.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/cli@latest tool get kishvisamadd/vsf-club <tool-name>
```
