# JigsawStack AI Web Scraper (verified)

Scrape any website instantly and get consistent structured data in seconds without writing any css selector code, check out API documentation here: https://jigsawstack.com/docs/api-reference/ai/scrap…

## Quick Start

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

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

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

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

## Tools (1)

- `ai-scraper` — Scrape a website

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

---

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