PreClick — An MCP-native URL preflight scanning service for autonomous agents (formerly URLCheck).✓
ai.urlcheck/urlcheck-mcp · v0.1.5
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "ai.urlcheck/urlcheck-mcp",
"description": "PreClick scans links for threats and confirms intent match with high accuracy before agents click.",
"title": "PreClick — An MCP-native URL preflight scanning service for autonomous agents (formerly URLCheck).",
"repository": {
"url": "https://github.com/cybrlab-ai/preclick-mcp",
"source": "github"
},
"version": "0.1.5",
"websiteUrl": "https://preclick.ai",
"remotes": [
{
"type": "streamable-http",
"url": "https://urlcheck.ai/mcp",
"headers": [
{
"description": "Optional for hosted trial access (up to 100 requests/day). Required for higher limits.",
"isSecret": true,
"placeholder": "<your-api-key>",
"name": "X-API-Key"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}