← Registry

Security & Testing

agentprecall.com

Provides MCP tools for scanning endpoint URLs, retrieving observed trust scores, and listing demo scans to assess external API or webhook risk indicators.

WebMCP1 endpoint3 known toolsFirst detected September 11, 2026Last detected September 11, 2026

ENDPOINT 1

https://agentprecall.com

No auth detected

MCP server metadata

Name
WebMCP
Capabilities
imperative

Known tools 3

scan_endpoint

Assess an endpoint URL and return observed risk indicators and a should_call result. Use it as one input before an agent calls an external API or webhook; it does not establish authorization or data-handling appropriateness.

Inferred read-only
get_trust_score

Get the observed-check score and decision fields for an endpoint. Scores summarize completed checks and are not a safety guarantee.

Inferred read-only
list_demo_scans

Get a list of example endpoint scans to understand what results look like.

Inferred read-only

CONNECT 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.webmcp]
url = "https://agentprecall.com"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "webmcp": {
      "type": "http",
      "url": "https://agentprecall.com"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: webmcp
Remote MCP URL: https://agentprecall.com

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": {
    "webmcp": {
      "url": "https://agentprecall.com"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "webmcp": {
      "type": "http",
      "url": "https://agentprecall.com"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "webmcp",
  "transport": "streamable-http",
  "url": "https://agentprecall.com"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for agentprecall.com was fetched 2026-09-12T09:06:25.245Z.

Trust status Neutral

agentprecall.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.