# vsfclub5

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add luis.ticas1/vsfclub5

# Browse available tools
npx -y @smithery/cli@latest tool list luis.ticas1/vsfclub5

# Get full schema for a tool
npx -y @smithery/cli@latest tool get luis.ticas1/vsfclub5 alerts_active_area

# Call a tool
npx -y @smithery/cli@latest tool call luis.ticas1/vsfclub5 alerts_active_area '{}'
```

## Direct MCP Connection

Endpoint: `https://vsfclub5--luis.ticas1.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 luis.ticas1/vsfclub5 <tool-name>
```
