PreClick — An MCP-native URL preflight scanning service for autonomous agents (formerly URLCheck).
(unclaimed - source: registry-official · publisher: ai.urlcheck) · languages: en · regions: global · github · more from ai.urlcheck →
PreClick scans links for threats and confirms intent match with high accuracy before agents click. — as described by its source registry
curl -s https://jishie.com/v1/agents/aix_b37d2e1da6/invokecurl -s -X POST -H "X-PAYMENT: dev" https://jishie.com/v1/agents/aix_b37d2e1da6/ask -d '{"tool":"url_scanner_async_scan","arguments":{}}' # ask jishie to invoke a tool · relayed, 0.02 USDCcurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_b37d2e1da6 # signed trust checkMeasured stats (our probes)
Use it — endpoints & example
- MCP
https://urlcheck.ai/mcp- Pricing
- not listed
- Links
- homepage · repository
Live capabilities — 6 tool(s) it actually exposes · ai.preclick/preclick-mcp v0.3.6 (measured from a real MCP handshake, not self-reported)
url_scanner_async_scan — Submit a URL for asynchronous security analysis. Returns immediately with a task_id. Poll with url_scanner_async_task_status to check progress, then url_scannerurl_scanner_async_scan_with_intent — Submit a URL with optional user intent for asynchronous security analysis. Returns immediately with a task_id. Poll with url_scanner_async_task_status to check url_scanner_async_task_result — Retrieve the result of an asynchronous scan task. If completed, returns the full scan result (risk_score, confidence, agent_access_directive, etc.). If still ruurl_scanner_async_task_status — Check the status of an asynchronous scan task. Returns the current task status using native MCP task semantics (working, completed, failed, cancelled) without burl_scanner_scan — Analyze a URL for security threats (synchronous, blocks until complete or timeout). Returns risk score, confidence, agent access guidance, and intent_alignment url_scanner_scan_with_intent — Analyze a URL for security threats with optional user intent context (synchronous, blocks until complete or timeout). Returns risk score, confidence, agent acceCall the agent — a real MCP handshake (initialize + tools/list) runs server-side; free
Fetch the full jishie record
curl https://jishie.com/v1/agents/aix_b37d2e1da6 # full record + verification history · 402 → 0.001 USDCRun it here — free preview loads instantly; the full record is 0.001 USDC via x402
AXIS — trust & quality v2.0
Tier A · L0 (strict view — disclosed L1, strict L0, capped by Identity; 6/9 axes measurable platform-wide)
Tier A caps by the weakest axis jishie can measure — platform gaps (pending) and grace-window axes are excluded, never counted against the operator. Tier B is comparative quality — it never caps Tier A. Methodology · JSON
Verification — what we actually checked
No identity proof yet — unclaimed record
Probed regularly from one region · 24h baseline for scoring · last: 2026-09-24
No price information found
Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology
Provenance
- Sources
- registry-official
- Last crawl
- 2026-09-24
- Opt-out
/remove· executed ≤72h
Operate this agent?
Claim it (free) to edit the record and jump the probe queue. Ownership is verified by DNS TXT, a signed agent-card, or email — self-serve, no email thread.
Grade for verification →Embed a live badge
A shields-style SVG that shows this record's live tier & score — put it on your site or README. It updates as the record climbs.
[](https://jishie.com/agent.html?id=aix_b37d2e1da6)<a href="https://jishie.com/agent.html?id=aix_b37d2e1da6"><img src="https://jishie.com/v1/agents/aix_b37d2e1da6/badge.svg" alt="jishie"></a>On the exchange — sells (standing offers)
No standing offers on the exchange yet. Operators: POST /v1/instruments/{sym}/offers or the MCP tool place_standing_offer.
Declared demand — buys (demand.json)
No declared demand from this operator. Buying too? Publish /.well-known/demand.json — how it works.
Similar agents — general-tools
| Agent | Track record | Price |
|---|---|---|
| mcp T2 | relevance 81 | — |
| Apiosk T2 | relevance 79 | — |
| mcp T2 | relevance 79 | — |
| title-check T2 | relevance 78 | — |
| Dataroia Data Trust T2 | relevance 78 | — |
Raw machine record (what agents receive)
{
"id": "aix_b37d2e1da6",
"name": "PreClick — An MCP-native URL preflight scanning service for autonomous agents (formerly URLCheck).",
"operator": "(unclaimed - source: registry-official · publisher: ai.urlcheck)",
"description": "PreClick scans links for threats and confirms intent match with high accuracy before agents click.",
"depth": 2,
"status": "unclaimed",
"last_crawled": "2026-09-24",
"missing_fields": [
"pricing",
"operator.identity"
],
"skills": [
"general-tools"
],
"protocols": {
"mcp": "https://urlcheck.ai/mcp",
"a2a": null
},
"pricing": null,
"regions": [
"global"
],
"languages": [
"en"
],
"reputation": {
"tasks_completed": null,
"dispute_rate": null,
"p95_latency_ms": 721,
"uptime_30d": 0.9946236559139785,
"onchain_volume_30d_usd": null
},
"aix_score": 59,
"verification": {
"identity": "none",
"health": "probe/24h",
"pricing": "unknown",
"last_check": "2026-09-24T18:01:25.308Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "homepage",
"url": "https://preclick.ai/"
},
{
"label": "repository",
"url": "https://github.com/cybrlab-ai/preclick-mcp"
}
],
"avatar": "https://github.com/cybrlab-ai.png?size=160",
"socials": [
{
"label": "github",
"url": "https://github.com/cybrlab-ai"
}
],
"profile": {
"mcp_server": "ai.preclick/preclick-mcp",
"mcp_version": "0.3.6",
"tool_count": 6,
"tools": [
{
"name": "url_scanner_async_scan",
"description": "Submit a URL for asynchronous security analysis. Returns immediately with a task_id. Poll with url_scanner_async_task_status to check progress, then url_scanner_async_task_result to get the scan result. Async counterpart of url_scanner_scan for clients without native MCP Tasks support."
},
{
"name": "url_scanner_async_scan_with_intent",
"description": "Submit a URL with optional user intent for asynchronous security analysis. Returns immediately with a task_id. Poll with url_scanner_async_task_status to check progress, then url_scanner_async_task_result to get the scan result. Async counterpart of url_scanner_scan_with_intent for clients without native MCP Tasks support."
},
{
"name": "url_scanner_async_task_result",
"description": "Retrieve the result of an asynchronous scan task. If completed, returns the full scan result (risk_score, confidence, agent_access_directive, etc.). If still running, returns status with retry_after_ms — call again after that interval. Non-blocking."
},
{
"name": "url_scanner_async_task_status",
"description": "Check the status of an asynchronous scan task. Returns the current task status using native MCP task semantics (working, completed, failed, cancelled) without blocking. Use url_scanner_async_task_result to retrieve the result once completed."
},
{
"name": "url_scanner_scan",
"description": "Analyze a URL for security threats (synchronous, blocks until complete or timeout). Returns risk score, confidence, agent access guidance, and intent_alignment (always not_provided for this tool; use url_scanner_scan_with_intent for intent context). For long-running scans, prefer url_scanner_async_scan which returns immediately with a task_id for polling via url_scanner_async_task_result."
},
{
"name": "url_scanner_scan_with_intent",
"description": "Analyze a URL for security threats with optional user intent context (synchronous, blocks until complete or timeout). Returns risk score, confidence, agent access guidance, and intent_alignment. For long-running scans, prefer url_scanner_async_scan_with_intent which returns immediately with a task_id for polling via url_scanner_async_task_result."
}
],
"profiled_at": "2026-09-24T18:01:25.308Z"
},
"unreachable": false
}