mcpbeat Sign in

Arbitova MCP Server

by jiayuanliang0716-max Your server? Claim it
local only

Arbitova runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 28 Apr 2026.

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

Installs per day peak 15 · avg 7 · +19% w/w
a month agotoday
35
Installs / week
npm · @arbitova/mcp-server
2
Stars
0 open issues
28 Apr 2026
Last commit
0 releases in 90 days
MIT
License
HTML

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] index.js:1
этот файл ставится пользователю, но в репозитории его нет
Builds a file path from a variable mcp-server/index.js:443, [пакет] index.js:443
  return fs.readFileSync(path.join(PROMPTS_DIR, filename), 'utf8');
  list.innerHTML = anns.map(a => `

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add arbitova -- npx -y @arbitova/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "arbitova": {
      "args": [
        "-y",
        "@arbitova/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.arbitova]
command = "npx"
args = ["-y", "@arbitova/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "arbitova": {
      "args": [
        "-y",
        "@arbitova/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "arbitova": {
      "args": [
        "-y",
        "@arbitova/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ARBITOVA_API_KEY (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Arbitova

same job, measured the same way
Autron Core
by hungnguyenhtbvn-max

Open Identity Standard for AI Agents — DID, Agent Cards, delegation, reputation, payment & escrow

38 installs/wk local only
Agirails MCP Server
by unima3x

Payment rails for AI agents — escrow, settlement, discovery, and disputes from any context window.

46 installs/wk local only
A2AWire
by a2awire

Escrow, reputation, and payments for agent-to-agent commerce. Non-custodial USDC/Base L2.

10 tools answering
Azeth Protocol
by azeth-protocol

Smart accounts, x402 payments, on-chain reputation, and service discovery for AI agents

63 installs/wk local only
Wassel
by aymanelhakim

MENA commerce integration layer for AI agents: payments, BNPL, logistics, e-commerce, tax.

answering
I
Agora402
by michu5696

Escrow protection for agent payments on Base — USDC held in smart contract until job completion.

29 installs/wk 3 tools answering
I
Paycrow
by michu5696

Escrow protection for agent payments on Base — USDC held in smart contract until job completion.

24 installs/wk 10 tools answering
Swarmpay
by ginokino

Payment layer for AI agents. Send USDC, manage escrows on Base blockchain.

74 installs/wk local only

Arbitova — questions

Answers built from our own checks of this server.

Why is there no uptime for Arbitova?
Arbitova runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @arbitova/mcp-server was installed 35 times last week.
How do I connect Arbitova?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @arbitova/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Arbitova?
The npm package @arbitova/mcp-server was installed 35 times in the last week. Week over week that is +19%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Arbitova open source?
Yes — it is published under the MIT licence, written in HTML and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.