Server data from the Official MCP Registry
Post-transaction outcome verification. LLM-as-judge for agent service quality.
Post-transaction outcome verification. LLM-as-judge for agent service quality.
Set these up before or after installing:
Environment variable: XAI_API_KEY
Environment variable: SUPABASE_URL
Environment variable: SUPABASE_SERVICE_ROLE_KEY
Environment variable: PAYMENT_WALLET
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-meltingpixelsai-harvey-verify": {
"env": {
"XAI_API_KEY": "your-xai-api-key-here",
"SUPABASE_URL": "your-supabase-url-here",
"PAYMENT_WALLET": "your-payment-wallet-here",
"SUPABASE_SERVICE_ROLE_KEY": "your-supabase-service-role-key-here"
},
"args": [
"-y",
"@meltingpixels/harvey-verify"
],
"command": "npx"
}
}
}A well-structured MCP server for outcome verification with proper authentication and payment integration. Minor concerns include missing input validation and broad exception handling, but permissions appropriately match the server's developer tool purpose. Supply chain analysis found 8 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 6 files · 13 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!