Skip to content

Connect ScrapeNest MCP to your agent

ScrapeNest gives MCP-capable agents live-web tools for scraping, extraction, comparison, screenshots, job history, and change monitoring. Every supported client uses the same hosted endpoint:

https://mcp.scrapenest.com/mcp

Add it in your agent's MCP, connector, or integrations settings. Your browser opens to ScrapeNest, you sign in, and the tools become available to that agent. You do not need an API key or a local package for the hosted connection.

Coding agents

Use the endpoint above in Codex, OpenCode, Cursor, Windsurf, or Cline. Look for an option to add a remote MCP server, then paste the endpoint and complete the ScrapeNest sign-in flow.

In Claude Code, you can add it from the terminal:

claude mcp add --transport http scrapenest https://mcp.scrapenest.com/mcp

Then run /mcp, choose scrapenest, and sign in.

Web agents

Use the same endpoint in Claude on the web, Mistral Le Chat, DeepSeek, or Z.ai. In the web app, open its MCP, connector, or integrations settings, add a custom server, paste the endpoint, and sign in.

For Claude Desktop and Claude on the web:

  1. Open Settings > Connectors.
  2. Click Add custom connector.
  3. Paste https://mcp.scrapenest.com/mcp.
  4. Click Connect and approve the ScrapeNest sign-in flow.

On Claude Team and Enterprise plans, an organization owner adds the custom connector first.

Start with a useful task

Once connected, give your agent a specific live-web task:

Compare our pricing page with https://example.com/pricing and summarize the differences.

Extract every plan name, price, and feature limit from https://example.com/pricing.

Watch https://example.com/pricing every hour and show me the diff when the page changes.

See the MCP server reference for all tools, engines, limits, and troubleshooting.