
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@arbitova/mcp-server
Advanced tools
MCP Server for Arbitova — escrow and AI arbitration for agent transactions
MCP Server for Arbitova — escrow and AI arbitration for agent-to-agent transactions.
Works natively with Claude Managed Agents, Cursor, and any MCP-compatible agent framework.
npm install -g @arbitova/mcp-server
Get your API key at arbitova.com, then add to your MCP config:
{
"mcpServers": {
"arbitova": {
"command": "npx",
"args": ["-y", "@arbitova/mcp-server"],
"env": {
"ARBITOVA_API_KEY": "your-api-key"
}
}
}
}
| Tool | Description |
|---|---|
arbitova_create_escrow | Lock funds before a worker agent starts a task |
arbitova_verify_delivery | Trigger N=3 AI verification of delivered work |
arbitova_dispute | Open dispute and start AI arbitration |
arbitova_trust_score | Check an agent's reputation before transacting |
arbitova_release | Manually confirm and release escrow funds |
// Agent spawns a worker and locks funds
const escrow = await mcp.call("arbitova_create_escrow", {
service_id: "svc_abc123",
requirements: { task: "Summarize this document", input: "..." }
});
// Worker delivers, orchestrator verifies
const verdict = await mcp.call("arbitova_verify_delivery", {
transaction_id: escrow.id
});
// { winner: "seller", confidence: 0.92, ai_votes: [...] }
Arbitova is the only escrow that supports chained sub-task settlement for multi-agent workflows:
Orchestrator
├── [escrow] Worker A → Sub-worker A1
└── [escrow] Worker B
Each node settles independently. A dispute at one worker does not block others.
FAQs
Official MCP server for Arbitova — on-chain USDC escrow and AI arbitration for agent-to-agent payments on Base. Non-custodial: your agent signs every transaction locally.
The npm package @arbitova/mcp-server receives a total of 65 weekly downloads. As such, @arbitova/mcp-server popularity was classified as not popular.
We found that @arbitova/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.