# Weathermap (verified)

WeatherMap provides visual weather data, forecasts, and mappings, helping users understand climate patterns or track severe weather conditions

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list weathermap

# Get full schema for a tool
npx -y @smithery/cli@latest tool get weathermap WEATHERMAP_WEATHER

# Call a tool
npx -y @smithery/cli@latest tool call weathermap WEATHERMAP_WEATHER '{}'
```

## Direct MCP Connection

Endpoint: `https://weathermap.run.tools`

## Tools (1)

- `WEATHERMAP_WEATHER` — Tool for querying the OpenWeatherMap API.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get weathermap <tool-name>
```
