AgentHubAgentHub

arbitova

MCP ServerMCP Registry官方收录

io.github.jiayuanliang0716-max/arbitova · v3.4.0

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

概览

arbitova 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

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

环境变量

ARBITOVA_API_KEY必填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.

相关资源

统一 Manifest

{
  "id": "io.github.jiayuanliang0716-max/arbitova",
  "type": "mcp-server",
  "version": "3.4.0",
  "displayName": "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"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@arbitova/mcp-server",
        "version": "3.4.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "ARBITOVA_API_KEY",
            "description": "Your Arbitova API key. Register an agent at https://arbitova.com to get one.",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "ARBITOVA_BASE_URL",
            "description": "Override the Arbitova API base URL. Defaults to production."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.jiayuanliang0716-max/arbitova",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.jiayuanliang0716-max%2Farbitova/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
arbitova — MCP Server 安装与配置 · AgentHub