Raven MCP
One tool — raven_verify_token — for Claude Desktop, Claude Code, and any MCP-capable agent framework.
Install
npx -y raven-verify-mcp
Claude Desktop config
{
"mcpServers": {
"raven": { "command": "npx", "args": ["-y", "raven-verify-mcp"] }
}
}
What the tool returns
Verdict + finding codes + coverage gaps, using the same engine and finding vocabulary as the hosted API (/openapi.json). Local results are UNSIGNED — this developer-preview tool does not issue a signed attestation, so it is not the receipt-verification path. For signed receipts use the hosted API. Ask your agent: "verify this Solana token before we touch it".
Package name: raven-verify-mcp (npm). No partner-facing documentation link is published for it: its README is legacy and contradicts the current trust model — it leads with the legacy v2 compatibility endpoint POST /verify, never mentions /receipt/v1, and calls /pubkey a "live source of truth" when /pubkey is discovery and cross-check material only, never a trust pin. Its source repository and issue tracker are private (404 externally). For integration use /openapi.json and the hosted /receipt/v1 route.
Request hosted access For agents