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.
ENDPOINT 1
https://agentprecall.com
MCP server metadata
- Name
- WebMCP
Known tools 3
scan_endpointAssess 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-onlyget_trust_scoreGet the observed-check score and decision fields for an endpoint. Scores summarize completed checks and are not a safety guarantee.
Inferred read-onlylist_demo_scansGet a list of example endpoint scans to understand what results look like.
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.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.
agentprecall.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.