MCP Server
MCP
io.github.jiayuanliang0716-max/arbitova
Escrow + AI arbitration for A2A payments. Lock funds, confirm delivery, dispute if needed.
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
By
Comments
Sign in to leave a comment