
PreClick — An MCP Native URL Preflight Scanning Service For Autonomous Agents.
Preflight every URL your autonomous agent is about to fetch or click so threats and intent mismatches are caught before execution.
Overview
ai.preclick/preclick-mcp is a MCP server for the Ship phase that pre-scans URLs for threats and intent alignment before autonomous agents click or fetch them.
What is this MCP server?
- Hosted streamable-http remote at https://preclick.ai/mcp (v0.3.6)
- Scans links for threats and checks intent match before agents click
- Optional X-API-Key header; trial tier up to 100 requests/day without key
- MCP-native design aimed at autonomous browsing and tool-use loops
- Open-source repository at github.com/cybrlab-ai/preclick-mcp
- Remote MCP version 0.3.6 at https://preclick.ai/mcp
- Hosted trial: up to 100 requests/day without API key (per server metadata)
- X-API-Key header for higher limits
Community signal: 6 GitHub stars.
What problem does it solve?
Agents that follow arbitrary links can hit phishing, malware, or wrong-page redirects with no structured preflight in the MCP toolchain.
Who is it for?
Builders running web-browsing or link-following agents who want a hosted MCP security gate with a simple API key model.
Skip if: Static sites with no agent navigation, full enterprise DLP programs, or teams that only need human browser extensions without MCP.
What do I get? / Deliverables
Each proposed URL gets a PreClick verdict in the agent loop so unsafe or off-intent navigations are blocked before the browser or HTTP client runs.
- Pre-click threat and intent assessments for agent-proposed URLs
- Safer autonomous navigation without custom scraper middleware
Recommended MCP Servers
Journey fit
How it compares
URL preflight security MCP, not a general code-review or dependency-audit skill.
Common Questions / FAQ
Who is ai.preclick/preclick-mcp for?
Solo and indie builders shipping autonomous agents that open or fetch URLs and need MCP-integrated link scanning before clicks execute.
When should I use ai.preclick/preclick-mcp?
Use it whenever your agent workflow accepts external links—research bots, support triage, or scraping—and you want threat and intent checks in the Ship security lane.
How do I add ai.preclick/preclick-mcp to my agent?
Add remote MCP https://preclick.ai/mcp (streamable-http); set optional X-API-Key for limits above the ~100 requests/day trial tier.