# seltz (verified)

Provides AI assistants with access to Seltz's powerful Web Search capabilities.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list seltz-ai/seltz-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get seltz-ai/seltz-mcp search

# Call a tool
npx -y @smithery/cli@latest tool call seltz-ai/seltz-mcp search '{}'
```

## Direct MCP Connection

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

**Required config:**
- `apiKey` (query) — Your Seltz API key

**Optional config:**
- `endpoint` (query) — Optional custom Seltz endpoint

## Tools (1)

- `search` — Search using Seltz API. Returns relevant results for the given query.

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

---

Source: https://github.com/seltz-ai/seltz-mcp-server
