# webcamexplore

Explore the World through Live Webcams

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list info-sjbg/webcamexplore

# Get full schema for a tool
npx -y @smithery/cli@latest tool get info-sjbg/webcamexplore search_webcams

# Call a tool
npx -y @smithery/cli@latest tool call info-sjbg/webcamexplore search_webcams '{}'
```

## Direct MCP Connection

Endpoint: `https://webcamexplore--info-sjbg.run.tools`

## Tools (4)

- `search_webcams` — Search for live webcams by location, category or keyword.
- `get_webcams_by_location` — Get webcams for a specific city or country.
- `get_trending_webcams` — Get currently popular webcams.
- `get_webcam` — Get details for a single webcam by ID or slug.

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