# JigsawStack AI Web Search (verified)

Effortlessly search the Web and get access to high-quality results powered with AI. Learn more about this API here: https://jigsawstack.com/docs/api-reference/web/ai-search Get your jigsawstack API k…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list JigsawStack/ai-web-search

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

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

## Tools (1)

- `web-search` — Search the web

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

---

Source: https://github.com/JigsawStack/jigsawstack-mcp-server/tree/main/./ai-web-search
