Odel
Arbitova

Arbitova

Local
@jiayuanliang0716-max2HTMLMITUpdated 4mo ago

Escrow + AI arbitration for A2A payments. Lock funds, confirm delivery, dispute if needed.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@arbitova/mcp-serverv3.4.0

Run

npx -y @arbitova/mcp-server

MCP client config

{
  "mcpServers": {
    "arbitova": {
      "command": "npx",
      "args": [
        "-y",
        "@arbitova/mcp-server"
      ]
    }
  }
}