io.github.meltingpixelsai/zero-core-verify
Official5 toolsby meltingpixelsai · TypeScript
Post-tx outcome verification via LLM-as-judge. Zero Core Verify.
Post-transaction outcome verification using LLM-as-judge assessment.
Captured live from the server via tools/list.
list_tools
List all available Harvey Verify tools with pricing and input requirements. Use this for discovery.
No parameters.
health
Check Harvey Verify server status, uptime, and payment network configuration.
No parameters.
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 overall pass/fail.
Parameters (5)
- request_descriptionstringrequired
What was requested from the service
- response_datastringrequired
The actual response/output received from the service
- expected_schemastring
Expected output format or JSON schema
- sla_requirementsstring
SLA requirements to check against (e.g. 'response under 5s, must include all fields')
- service_idstring
Service identifier for quality tracking (e.g. 'harvey-tools/scrape_url')
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.
Parameters (1)
- service_idstringrequired
Service identifier to query (e.g. 'harvey-tools/scrape_url')
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/failure.
Parameters (4)
- service_idstringrequired
Service identifier (e.g. 'harvey-tools/scrape_url')
- was_successfulbooleanrequired
Whether the service call succeeded
- response_time_msnumber
Response time in milliseconds
- notesstring
Optional notes about the outcome
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"zero-core-verify": {
"command": "npx",
"args": [
"-y",
"@meltingpixels/zero-core-verify@1.0.0"
]
}
}
}