# zlurp

Web scraping for AI agents. Convert any URL to clean markdown via x402 micropayments on Base.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add zlurp/zlurp

# Browse available tools
npx -y smithery tool list zlurp/zlurp

# Get full schema for a tool
npx -y smithery tool get zlurp/zlurp probe_url

# Call a tool
npx -y smithery tool call zlurp/zlurp probe_url '{}'
```

## Direct MCP Connection

Endpoint: `https://zlurp--zlurp.run.tools`

## Tools (2)

- `probe_url` — Get cost estimate for scraping a URL. Always free.
- `scrape_url` — Scrape any public URL and return clean markdown. Costs $0.005 USDC via x402 on Base.

```bash
# Get full input/output schema for a tool
npx -y smithery tool get zlurp/zlurp <tool-name>
```
