← Back to Plugins
MCP Server MCP

io.github.meltingpixelsai/harvey-verify

github By github 👁 1 views ▲ 0 votes

Post-transaction outcome verification. LLM-as-judge for agent service quality.

Homepage Verified source GitHub

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

Loading comments...