Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

io.github.new1direction/trust-oracle

io.github.new1direction/trust-oracle

Independent A-F trust grade for any MCP server, watched for drift. Free, never for sale.

Uptime
100.0%
2 direct probes · 30d
Response
382ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

grade_mcp_server

Independently grade an MCP server (A–F) BEFORE connecting an agent to it. Returns spec-conformance, security (OWASP MCP Top 10), reliability, tool-hygiene and transparency sub-scores plus a connect/ca…

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). Returns how long the tool surface has been stable, …

verify_before_execute

Verify an MCP server immediately BEFORE you execute any of its tools. Combines the continuously-watched trust grade and live drift status into a single connect/caution/avoid verdict (ok | caution | dr…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.new1direction/trust-oracle": {
      "url": "https://wmcp.sh/mcp/trust",
      "transport": "streamable-http"
    }
  }
}