# vsftest

## Quick Start

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

# Browse available tools
npx -y smithery tool list ksruthi1992/vsftest

# Get full schema for a tool
npx -y smithery tool get ksruthi1992/vsftest alerts_active_area

# Call a tool
npx -y smithery tool call ksruthi1992/vsftest alerts_active_area '{}'
```

## Direct MCP Connection

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