Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

io.github.meltingpixelsai/zero-core-verify

io.github.meltingpixelsai/zero-core-verify

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

Uptime
100.0%
1 direct probes · 30d
Response
562ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

list_tools

List all available Harvey Verify tools with pricing and input requirements. Use this for discovery.

health

Check Harvey Verify server status, uptime, and payment network configuration.

verify_outcome

Post-transaction verification using LLM-as-judge. Checks if a service delivered what was promised. Returns completeness score, accuracy score, format compliance, SLA adherence, issues list, and overal…

get_service_quality

Get aggregated quality scores for a service based on all past verifications. Returns average completeness, accuracy, pass rate, format compliance rate, SLA compliance rate, and quality trend.

report_outcome

Record a simple pass/fail outcome report for a service call. No LLM analysis - just logs the result to the quality database. Cheaper alternative to verify_outcome when you only need to record success/…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.meltingpixelsai/zero-core-verify": {
      "url": "https://verify.rugslayer.com/mcp",
      "transport": "streamable-http"
    }
  }
}