agent-arbitration

Deterministic, machine-verifiable dispute resolution for A2A escrows.

Community: Submitted by a user or imported; check the owner before granting accessDegradedNo sign-inGlobalFreeRead-only

What it can do

    What data it sees

    Do you need an account

    No: the server works without sign-in

    Deterministic, machine-verifiable dispute resolution for A2A escrows.

    Server tool list (8)

    Raw names from tools/list. Only developers need these.

    file_caseFile a dispute over an escrow. Opens the evidence window. Parties must be distinct; amount is in minor currency units (cents).
    submit_evidenceSubmit evidence while the case is open. kind: delivery_proof (weight 3), log (2), or statement (1). Only the named parties may submit.
    set_trust_scoresAttach trust-oracle reputation scores (party -> [0,1]) as ruling inputs.
    ruleIssue 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 the existing ruling.
    verify_rulingRecompute the ruling from its cited evidence + trust inputs and check it matches the stored allocation (machine-checkable justice).
    get_caseFetch the full case record, including any ruling.
    list_casesList cases, optionally filtered by state (FILED|EVIDENCE_OPEN|RULED).
    describe_agentFleet-standard self-description.