← Index

io.github.meltingpixelsai/zero-core-verify

io.github.meltingpixelsai/zero-core-verify·v1.0.0·AI & LLMs
Quality Score
90
/100

Post-tx outcome verification via LLM-as-judge. Zero Core Verify.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://verify.rugslayer.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "zero-core-verify": {
      "command": "npx",
      "args": [
        "-y",
        "@meltingpixels/zero-core-verify"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "zero-core-verify": {
      "command": "npx",
      "args": [
        "-y",
        "@meltingpixels/zero-core-verify"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @meltingpixels/zero-core-verify
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in AI & LLMs