MCP Server
MCP
io.github.meltingpixelsai/harvey-verify
Post-transaction outcome verification. LLM-as-judge for agent service quality.
Install
npx -y @meltingpixels/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@meltingpixels/harvey-verify",
"version": "1.0.0",
"transport": {
"type": "streamable-http",
"url": "https://verify.rugslayer.com/mcp"
},
"environmentVariables": [
{
"description": "xAI Grok API key for LLM-as-judge verification",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "XAI_API_KEY"
},
{
"description": "Supabase URL for quality database",
"isRequired": true,
"format": "string",
"name": "SUPABASE_URL"
},
{
"description": "Supabase service role key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SUPABASE_SERVICE_ROLE_KEY"
},
{
"description": "Solana wallet address for receiving USDC payments",
"format": "string",
"name": "PAYMENT_WALLET"
}
]
}
]
}
mcp
model-context-protocol
npm
Comments
Sign in to leave a comment