← wmcp.sh

INDIVIDUAL MCP TOOL

grade_mcp_server

Independently grade an MCP server (A–F) BEFORE connecting an agent to it.

wmcp.shnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

wmcp.sh

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

  • 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).
  • verify_before_execute — Verify an MCP server immediately BEFORE you execute any of its tools.