# vsfclub

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add saty.prasad/vsfclub

# Browse available tools
npx -y @smithery/cli@latest tool list saty.prasad/vsfclub

# Get full schema for a tool
npx -y @smithery/cli@latest tool get saty.prasad/vsfclub alerts_active_area

# Call a tool
npx -y @smithery/cli@latest tool call saty.prasad/vsfclub alerts_active_area '{}'
```

## Direct MCP Connection

Endpoint: `https://vsfclub--saty.prasad.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 saty.prasad/vsfclub <tool-name>
```
