io.github.jdhart81/agent-arbitration
io.github.jdhart81/agent-arbitrationDeterministic, machine-verifiable dispute resolution for A2A escrows.
Tools · 8
File a dispute over an escrow. Opens the evidence window. Parties must be distinct; amount is in minor currency units (cents).
Submit evidence while the case is open. kind: delivery_proof (weight 3), log (2), or statement (1). Only the named parties may submit.
Attach trust-oracle reputation scores (party -> [0,1]) as ruling inputs.
Issue the deterministic ruling: allocates 100% of the disputed amount from evidence weights + trust scores, and emits an escrow instruction (release/refund). Exactly-once — re-ruling returns t…
Recompute the ruling from its cited evidence + trust inputs and check it matches the stored allocation (machine-checkable justice).
Fetch the full case record, including any ruling.
List cases, optionally filtered by state (FILED|EVIDENCE_OPEN|RULED).
Fleet-standard self-description.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.jdhart81/agent-arbitration": {
"url": "https://mcp.viridisconservation.com/arbitration/mcp",
"transport": "streamable-http"
}
}
}