Web scraping for AI agents
Give Claude, Cursor, Windsurf, and any MCP-compatible AI agent real-time access to the web. 5 scraping tools. Anti-bot bypass built in.
Add to Claude Desktop in 2 minutes
Open your Claude Desktop config file and add the AlterLab MCP server:
// ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"alterlab": {
"command": "npx",
"args": ["alterlab-mcp-server"],
"env": {
"ALTERLAB_API_KEY": "your-api-key-here"
}
}
}
}Restart Claude Desktop. AlterLab tools appear automatically in the tools panel.
Supported AI clients
Works with any client that implements the Model Context Protocol spec.
5 tools available
Each tool is callable by AI agents during conversations. AlterLab handles anti-bot bypass automatically.
scrape_url
Fetch a URL and return HTML, markdown, or text content
batch_scrape
Scrape multiple URLs in parallel (up to 50)
extract_structured
Extract structured JSON data using an LLM schema
get_markdown
Return clean Markdown output from any URL
check_status
Check the status of a running scrape job
Anti-bot bypass, automatically
When an AI agent calls scrape_url, AlterLab automatically tries the cheapest method first, then escalates through 5 tiers (stealth browser, captcha solving, residential proxies) until the page is fetched. Cloudflare, DataDome, PerimeterX — all handled transparently.
Frequently asked questions
Ready to give your AI agent web access?
Free credits on signup. No subscription required.
Get your API key