Run saved flows
Trigger a saved Scrapeer flow from an MCP client and wait for structured results.
Developer access
For teams using MCP clients, Scrapeer now has an open-source server for running saved flows, checking run status, and retrieving results from tools like Claude Code, Codex, Cursor, and VS Code Copilot.
$ mcp connect scrapeer
agent > scrapeer_run_flow_and_wait --flow marketplace-monitor
scrapeer > running saved flow...
{
"status": "completed",
"rows": 27,
"result": "json"
}
The MCP server is for developers and operators who already use tools like Claude Code, Codex, Cursor, or VS Code Copilot. It keeps Scrapeer flows reusable from agent clients without turning the main visual product into a developer-only workflow.
Trigger a saved Scrapeer flow from an MCP client and wait for structured results.
Check execution status, review completed output, and keep agent work grounded in real flow runs.
Build and repair flows in Scrapeer, then call the same saved automation from your agent tools.