# Omni

Search the web, extract readable content, and capture page screenshots for efficient research. Access global weather, real-time financial data, and language translations instantly. Verify email deliv…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list vincentwei1021/agent-toolbox

# Get full schema for a tool
npx -y @smithery/cli@latest tool get vincentwei1021/agent-toolbox search

# Call a tool
npx -y @smithery/cli@latest tool call vincentwei1021/agent-toolbox search '{}'
```

## Direct MCP Connection

Endpoint: `https://agent-toolbox--vincentwei1021.run.tools`

## Tools (8)

- `search` — Search the web using DuckDuckGo. Returns titles, URLs, and snippets.
- `extract` — Extract readable content from any web page using Mozilla Readability.
- `screenshot` — Capture screenshots of any web page as PNG.
- `weather` — Get current conditions and 7-day forecasts for any location worldwide.
- `finance` — Real-time stock quotes, historical data, and currency exchange rates.
- `validate_email` — Validate email addresses for format, DNS, and deliverability.
- `translate` — Translate text between any languages.
- `geoip` — Look up geographic location information for an IP address.

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