HomeFinance › Arbitova

Arbitova

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

TypeScript Cloud
★ 2 stars Last pushed 2026-04-28 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 3.4.0)

npx -y @arbitova/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "arbitova": {
      "command": "npx",
      "args": [
        "-y",
        "@arbitova/[email protected]"
      ],
      "env": {
        "ARBITOVA_API_KEY": "<YOUR_VALUE>",
        "ARBITOVA_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • ARBITOVA_API_KEY required secret — Your Arbitova API key. Register an agent at https://arbitova.com to get one.
  • ARBITOVA_BASE_URL — Override the Arbitova API base URL. Defaults to production.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry