# Weather Server

Provide real-time weather information and forecasts through a standardized interface. Enable applications to query weather data seamlessly for various locations. Enhance user experience by integratin…

## Quick Start

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

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

# Get full schema for a tool
npx -y @smithery/cli@latest tool get TmRichrd/weather 0xbot-get-weather

# Call a tool
npx -y @smithery/cli@latest tool call TmRichrd/weather 0xbot-get-weather '{}'
```

## Tools (1)

- `0xbot-get-weather` — Get weather info for a given city.

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

---

Source: https://github.com/TmRichrd/0xbot-weather
