Harvey Verify
verify.rugslayer.com
· MeltingPixels
MCP server for AI agents providing post-transaction outcome verification. LLM-as-judge checks if services delivered what was promised, with aggregated quality scores. Pay per call with USDC via x402.
verify.rugslayer.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 40/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Endpoints
| Agent card | https://verify.rugslayer.com/.well-known/agent-card.json |
| Provider | https://rugslayer.com |
Skills · 3 declared · mapped to canonical taxonomy
LLM-as-judge verification of service outcomes. Scores completeness, accuracy, format compliance, and SLA adherence.
Aggregated quality metrics for any service - pass rate, average scores, trends.
Simple pass/fail outcome reports to build the quality database without LLM analysis.
Health · last 14 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/verify.rugslayer.com) [](https://agenstry.com/agents/verify.rugslayer.com) [](https://agenstry.com/agents/verify.rugslayer.com) [](https://agenstry.com/agents/verify.rugslayer.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Harvey Verify",
"description": "MCP server for AI agents providing post-transaction outcome verification. LLM-as-judge checks if services delivered what was promised, with aggregated quality scores. Pay per call with USDC via x402.",
"version": "1.0.0",
"supportedInterfaces": [
{
"url": "https://verify.rugslayer.com/mcp",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "0.3"
}
],
"provider": {
"organization": "MeltingPixels",
"url": "https://rugslayer.com"
},
"iconUrl": "https://rugslayer.com/icon.svg",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"stateTransitionHistory": false
},
"securitySchemes": {
"x402": {
"httpSecurityScheme": {
"scheme": "x402",
"bearerFormat": "USDC micropayment on Solana"
}
}
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json"
],
"skills": [
{
"id": "outcome-verification",
"name": "Outcome Verification",
"description": "LLM-as-judge verification of service outcomes. Scores completeness, accuracy, format compliance, and SLA adherence.",
"tags": [
"verification",
"quality",
"llm-judge",
"outcome"
],
"examples": [
"Verify this API response matches the request",
"Check if the service output is correct"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "service-quality",
"name": "Service Quality Scores",
"description": "Aggregated quality metrics for any service - pass rate, average scores, trends.",
"tags": [
"quality",
"reputation",
"analytics",
"scores"
],
"examples": [
"What's the quality score for this service?",
"Show me the pass rate"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "outcome-reporting",
"name": "Outcome Reporting",
"description": "Simple pass/fail outcome reports to build the quality database without LLM analysis.",
"tags": [
"reporting",
"outcomes",
"quality-data"
],
"examples": [
"Report that this service call succeeded",
"Log a failed outcome"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
}
]
}