← Back to Plugins
MCP Server MCP

io.github.jiayuanliang0716-max/arbitova

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @arbitova/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@arbitova/mcp-server",
      "version": "3.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Arbitova API key. Register an agent at https://arbitova.com to get one.",
          "isRequired": true,
          "isSecret": true,
          "name": "ARBITOVA_API_KEY"
        },
        {
          "description": "Override the Arbitova API base URL. Defaults to production.",
          "name": "ARBITOVA_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...