
Scrapeer
Trigger Scrapeer visual scraping flows from your agent when you need structured web data for research or content pipelines.
Overview
com.scrapeer/mcp-server is an Idea-phase MCP server that runs Scrapeer visual web-scraping flows from AI agents using SCRAPEER_API_KEY over stdio.
What is this MCP server?
- Runs Scrapeer visual web-scraping flows from MCP clients
- NPM package @scrapeer/mcp-server with stdio transport (v0.1.1)
- Requires SCRAPEER_API_KEY from app.scrapeer.com settings
- Official GitHub repo Scrapeer/scrapeer-mcp-server
- No-code-style flows orchestrated by the agent instead of hand-written selectors in chat
- Package version 0.1.1
- Single required secret: SCRAPEER_API_KEY
- Transport: stdio only in manifest
What problem does it solve?
You need structured data from the live web during research, but manual copy-paste and one-off scripts waste time before you even validate the product.
Who is it for?
Builders who already use Scrapeer’s visual scraper and want agent-triggered runs for ideation, SEO research, or content sourcing.
Skip if: Heavy self-hosted crawling at scale, or teams that refuse a Scrapeer subscription and API key.
What do I get? / Deliverables
Your agent can invoke Scrapeer flows on demand so competitive and market research stays repeatable inside your coding environment.
- Stdio MCP server connected to Scrapeer
- Agent-invokable runs of your Scrapeer scraping flows
- Faster research loops without bespoke scrape scripts per site
Recommended MCP Servers
Journey fit
Early journey research often depends on live web pages—competitors, pricing pages, and listings—before you commit to a build. Research is the right shelf for agent-driven scraping that feeds discovery and competitive intel, not for shipping production crawlers.
How it compares
Hosted visual-scraping MCP integration, not a local headless-browser skill you maintain yourself.
Common Questions / FAQ
Who is com.scrapeer/mcp-server for?
Solo builders and marketers who use Scrapeer and want Claude Code, Cursor, or similar agents to execute their visual scraping flows via MCP.
When should I use com.scrapeer/mcp-server?
During Idea and research work when you need agent-driven web extraction for competitors, listings, or content ideas before building a full backend crawler.
How do I add com.scrapeer/mcp-server to my agent?
Install @scrapeer/mcp-server from npm, set SCRAPEER_API_KEY from https://app.scrapeer.com/settings, and add the package as an stdio MCP server in your agent configuration.