Governed Web Research Agent (MCP)
Let an Agent fetch and summarize web pages through a Fetch MCP server routed behind the Arc Gate MCP governance proxy.
The full canvas, before you import it
Click any node to see its config.
Click a node to select it — same as the Heym editor; the panel shows its settings.
3 nodes · Free & source-available
Governed Web Research Agent (MCP)
This template shows an Agent that fetches and summarizes web pages, with every fetched page routed through a governance proxy before it reaches the model. The Agent's Fetch MCP server (uvx mcp-server-fetch) runs behind Arc Gate MCP (uvx arc-gate-mcp), a runtime proxy that screens tool results for prompt-injection and capability abuse.
What this workflow does
- ResearchQuestion provides a URL or research prompt
- WebResearchAgent calls the Fetch MCP tool; the page passes through Arc Gate's
browser_agentpolicy first - The Agent summarizes the governed content and notes anything Arc Gate flags or blocks
- ResearchSummary returns the final summary
Use cases
- Summarizing untrusted web pages where fetched content could hide instructions
- Research or monitoring agents that read arbitrary URLs
- A reusable pattern for putting a governance proxy in front of any MCP tool
Setup
- Get a free Arc Gate API key at bendexgeometry.com and add it to the Agent's MCP connection env.
- Connect an LLM credential in the Agent node and keep the policy on
browser_agent.
The Agent's MCP connection is preconfigured (uvx arc-gate-mcp wrapping uvx mcp-server-fetch); Heym launches it on run, so there is no manual install step. The PyPI package is at pypi.org/project/arc-gate-mcp.
Notes
Arc Gate MCP is a third-party governance proxy and was released recently, so review its policy and data handling before production use - it proxies all fetched content and uses an external API key. To run the Fetch MCP directly without governance, point the Agent's MCP connection at uvx mcp-server-fetch.
How to import this template
- 1Click Import → Copy JSON on this page.
- 2Open your Heym and navigate to a workflow canvas.
- 3PressCmd+V/Ctrl+V— nodes appear instantly.
- 4Add your API keys in the node config panels and click Run.
Discover more automations
- Legal & ComplianceContract Risk Review QueueSummarize pasted contract text, flag risky clauses, and send review-needed items to Slack for legal follow-up.
- Legal & ComplianceContract Renewal & Expiry TrackerScan a contract register on a schedule, flag agreements nearing renewal or auto-renew notice deadlines, and alert owners in Slack.
- Legal & ComplianceGDPR Data Subject Request (DSAR) RouterClassify an incoming data subject request, compute the statutory deadline, and escalate sensitive cases to the DPO in Slack.
- Legal & CompliancePII Redactor (Agent Skill)An agent runs a bundled Python skill that redacts emails, phone numbers, card numbers, and SSNs from text before it is shared.
- Legal & ComplianceNDA Generator from IntakeTurn a few details about two parties and a purpose into a clean, structured NDA draft for legal review.
- Legal & ComplianceContract Obligation & Deadline ExtractorPaste contract text and extract obligations, owners, key dates, and renewal terms into a clean structured list.
- Legal & ComplianceCompliance Checklist GeneratorGenerate a tailored compliance checklist for a framework like SOC 2, GDPR, or HIPAA, scoped to your business context.
- Legal & ComplianceCease and Desist Letter (Agent Skill, PDF)An agent drafts a cease and desist letter, then a bundled Python skill renders it into a formatted, downloadable PDF.
- Legal & ComplianceDemand Letter Generator (Agent Skill, PDF)An agent drafts a formal payment demand letter; a bundled Python skill totals the amounts owed and renders a downloadable PDF.
- Legal & CompliancePrivacy Policy Generator (Agent Skill, PDF)An agent drafts a GDPR and CCPA aware privacy policy; a bundled Python skill renders the numbered sections into a downloadable PDF.
- Customer SupportHITL Support Reply AgentDraft a customer-facing support response, pause for human approval, then continue with the reviewed reply.
- Marketing & SEOReddit Subreddit GET Tool CallLet an Agent call a no-key HTTP GET tool that fetches hot posts from a subreddit JSON feed.