Toll402 · Business directory · Tools · llms.txt · MCP
judge_output $0.07 per callIndependent LLM-as-judge: scores a candidate output against a task and criteria (0-100), with pass/fail, issues and suggestions. Use it for self-verification, best-of-N, or QA gates.
POST https://toll402.dev/v1/judge
{
"task": "Write a haiku about the sea",
"candidate": "Waves fold into foam / salt wind combs the sleeping dunes / gulls stitch the grey sky",
"criteria": [
"is a haiku (5-7-5)",
"imagery"
]
}npx -y toll402-mcp · remote https://toll402.dev/mcp.{
"type": "object",
"properties": {
"task": {
"type": "string",
"description": "The task/instructions the candidate was supposed to fulfil",
"maxLength": 20000
},
"candidate": {
"type": "string",
"description": "The output to evaluate",
"maxLength": 100000
},
"reference": {
"type": "string",
"maxLength": 100000,
"description": "Optional gold/reference answer"
},
"criteria": {
"type": "array",
"items": {
"type": "string",
"maxLength": 300
},
"minItems": 1,
"maxItems": 10,
"default": [
"correctness",
"completeness",
"clarity"
]
}
},
"required": [
"task",
"candidate"
],
"additionalProperties": false
}
{
"overall": 88,
"pass": true,
"scores": [
{
"criterion": "is a haiku (5-7-5)",
"score": 90,
"rationale": "..."
}
],
"issues": [],
"suggestions": []
}
{"mcpServers":{"toll402":{"command":"npx","args":["-y","toll402-mcp"],"env":{"TOLL402_WALLET_KEY":"0x..."}}}}
Toll402 is a pay-per-call tool gateway for AI agents (x402, USDC on Base, no API keys). Data aggregates dated public evidence; "unverified" means unknown, not fake. Referral bounty · Get listed