# weathermcpmvk

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add kishore.venkata.m/weathermcpmvk

# Browse available tools
npx -y @smithery/cli@latest tool list kishore.venkata.m/weathermcpmvk

# Get full schema for a tool
npx -y @smithery/cli@latest tool get kishore.venkata.m/weathermcpmvk alerts_active_area

# Call a tool
npx -y @smithery/cli@latest tool call kishore.venkata.m/weathermcpmvk alerts_active_area '{}'
```

## Direct MCP Connection

Endpoint: `https://weathermcpmvk--kishore.venkata.m.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 kishore.venkata.m/weathermcpmvk <tool-name>
```
