mcp.deepwiki.com
Clean scan — no agent-hijack patterns found.
- HTTPS enforced
- Server instructions captured and reviewed
- MCP surface verified — 3 tool(s) inspected
Add one block, every session is guarded
Paste into claude_desktop_config.json (Settings → Developer → Edit Config), then restart Claude Desktop.
{
"mcpServers": {
"toolproof": {
"command": "npx",
"args": ["-y", "toolproof-mcp"]
}
}
}The guard calls the same verdicts you just saw. No account, no key — and it never sends your conversations anywhere.
[](https://toolproof-scan.vercel.app/t?target=https%3A%2F%2Fmcp.deepwiki.com%2Fmcp)
The badge re-renders on every scan, so it can never go stale silently — if the surface changes, the grade changes with it.
DeepWiki
The server completed an MCP handshake with no credentials. Fine for public data tools — dangerous for anything with write access.
fix Add auth if the tool touches anything private; if it is public by design, say so in the description.
{
"v": 1,
"kind": "mcp",
"target": "https://mcp.deepwiki.com/mcp",
"host": "mcp.deepwiki.com",
"state": "verified",
"scannedAt": "2026-09-17T20:18:51.758Z",
"score": 100,
"grade": "A+",
"summary": "Clean scan — no agent-hijack patterns found.",
"findingCounts": {
"critical": 0,
"high": 0,
"medium": 0,
"low": 0,
"info": 1
},
"ruleIds": [
"TP-202"
],
"positives": [
"HTTPS enforced",
"Server instructions captured and reviewed",
"MCP surface verified — 3 tool(s) inspected"
],
"toolTextHash": "2b510bacb16a1ea8a0a59f56bd295600",
"scanner": {
"name": "toolproof",
"version": "0.1.0"
}
}curl "{origin}/api/v1/verify?target=https%3A%2F%2Fmcp.deepwiki.com%2Fmcp\&kind=auto" | jqThe verify endpoint returns the passport above plus an ed25519 signature over its canonical form. Verify offline with the public key.
Verification code →<img src="{origin}/api/v1/badge?target=https%3A%2F%2Fmcp.deepwiki.com%2Fmcp\&kind=auto"><iframe src="https://toolproof-scan.vercel.app/embed?target=https%3A%2F%2Fmcp.deepwiki.com%2Fmcp&kind=auto" style="border:0;width:340px;height:260px;border-radius:12px" loading="lazy"></iframe>
The live verdict card, framable on any site. It scans on load and links back to this full card.