← wmcp.sh
INDIVIDUAL MCP TOOL
verify_before_execute
Verify an MCP server immediately BEFORE you execute any of its tools.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests code or command execution.
Parent endpoint
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.wmcp-sh-mcp-trust-oracle]
url = "https://wmcp.sh/mcp/trust"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"wmcp-sh-mcp-trust-oracle": {
"type": "http",
"url": "https://wmcp.sh/mcp/trust"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: wmcp-sh-mcp-trust-oracle
Remote MCP URL: https://wmcp.sh/mcp/trust
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": {
"wmcp-sh-mcp-trust-oracle": {
"url": "https://wmcp.sh/mcp/trust"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"wmcp-sh-mcp-trust-oracle": {
"type": "http",
"url": "https://wmcp.sh/mcp/trust"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "wmcp-sh-mcp-trust-oracle",
"transport": "streamable-http",
"url": "https://wmcp.sh/mcp/trust"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
grade_mcp_server— Independently grade an MCP server (A–F) BEFORE connecting an agent to it.check_mcp_drift— Check whether an MCP server's tool definitions have changed since it was last trusted (rug-pull / schema-drift detection, the CVE-2025-54136 class).