Serversio.github.jiayuanliang0716-max/arbitova
A

io.github.jiayuanliang0716-max/arbitova

io.github.jiayuanliang0716-max/arbitova · v3.4.0
▦ npm
v3.4.0npm npm: @arbitova/mcp-server↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json",
  "name": "io.github.jiayuanliang0716-max/arbitova",
  "description": "Escrow + AI arbitration for A2A payments. Lock funds, confirm delivery, dispute if needed.",
  "repository": {
    "url": "https://github.com/jiayuanliang0716-max/Arbitova",
    "source": "github"
  },
  "version": "3.4.0",
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}