Skip to content
Cursor

arbitova for Cursor

io.github.jiayuanliang0716-max/arbitova

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

client:Cursor transport:stdio runtime:npm

Install arbitova in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "arbitova": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@arbitova/mcp-server"
      ],
      "env": {
        "ARBITOVA_API_KEY": "<ARBITOVA_API_KEY>",
        "ARBITOVA_BASE_URL": "<ARBITOVA_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

arbitova in other clients