Loading MCP server directory, please wait...
Post-transaction outcome verification. LLM-as-judge for agent service quality.
npx @getmcp/cli add io.github.meltingpixelsai/harvey-verifyRequires Node.js 18+. Community-contributed server. Review source before installing.
XAI_API_KEYxAI Grok API key for LLM-as-judge verification
SUPABASE_URLSupabase URL for quality database
SUPABASE_SERVICE_ROLE_KEYSupabase service role key
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.meltingpixelsai/harvey-verify": {
"command": "npx",
"args": [
"-y",
"@meltingpixels/harvey-verify"
],
"env": {
"XAI_API_KEY": "",
"SUPABASE_URL": "",
"SUPABASE_SERVICE_ROLE_KEY": "",
"PAYMENT_WALLET": ""
}
}
}
}