Security & Testing
preclick.ai
This MCP server provides tools to scan URLs for security threats, supporting both synchronous and asynchronous analysis.
ENDPOINT 1
https://preclick.ai/mcp
MCP server metadata
- Name
- ai.preclick/preclick-mcp
- Version
- 0.3.6
Use url_scanner_scan or url_scanner_scan_with_intent to analyze URLs for security threats. The scan runs asynchronously - use task parameter and poll tasks/get or tasks/result for results. Typical full scan duration: around 70-80 seconds. If your client does not support the MCP Tasks protocol, use the async compatibility tools instead: url_scanner_async_scan (or url_scanner_async_scan_with_intent) to submit, then url_scanner_async_task_status or url_scanner_async_task_result to poll.
Known tools 6
url_scanner_async_scan_with_intentSubmit a URL with optional user intent for asynchronous security analysis.
Inferred read-onlyurl_scanner_scanAnalyze a URL for security threats (synchronous, blocks until complete or timeout).
Inferred read-onlyurl_scanner_scan_with_intentAnalyze a URL for security threats with optional user intent context (synchronous, blocks until complete or timeout).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ai-preclick-preclick-mcp]
url = "https://preclick.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ai-preclick-preclick-mcp": {
"type": "http",
"url": "https://preclick.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ai-preclick-preclick-mcp
Remote MCP URL: https://preclick.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ai-preclick-preclick-mcp": {
"url": "https://preclick.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ai-preclick-preclick-mcp": {
"type": "http",
"url": "https://preclick.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ai-preclick-preclick-mcp",
"transport": "streamable-http",
"url": "https://preclick.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://urlcheck.ai/mcp
MCP server metadata
- Name
- ai.preclick/preclick-mcp
- Version
- 0.3.6
Use url_scanner_scan or url_scanner_scan_with_intent to analyze URLs for security threats. The scan runs asynchronously - use task parameter and poll tasks/get or tasks/result for results. Typical full scan duration: around 70-80 seconds. If your client does not support the MCP Tasks protocol, use the async compatibility tools instead: url_scanner_async_scan (or url_scanner_async_scan_with_intent) to submit, then url_scanner_async_task_status or url_scanner_async_task_result to poll.
Known tools 6
url_scanner_async_scan_with_intentSubmit a URL with optional user intent for asynchronous security analysis.
Inferred read-onlyurl_scanner_scanAnalyze a URL for security threats (synchronous, blocks until complete or timeout).
Inferred read-onlyurl_scanner_scan_with_intentAnalyze a URL for security threats with optional user intent context (synchronous, blocks until complete or timeout).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ai-preclick-preclick-mcp]
url = "https://urlcheck.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ai-preclick-preclick-mcp": {
"type": "http",
"url": "https://urlcheck.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ai-preclick-preclick-mcp
Remote MCP URL: https://urlcheck.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ai-preclick-preclick-mcp": {
"url": "https://urlcheck.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ai-preclick-preclick-mcp": {
"type": "http",
"url": "https://urlcheck.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ai-preclick-preclick-mcp",
"transport": "streamable-http",
"url": "https://urlcheck.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.