Arbitova provides escrow, AI arbitration, reputation scoring, and credential-based trust features for agent-to-agent commerce. Its MCP server exposes tools for managing escrows, disputes, verification, messaging, discovery, and related agent workflow operations.
From the registry: Escrow + AI arbitration for A2A payments. Lock funds, confirm delivery, dispute if needed.
$ curl -X POST https://api.arbitova.com/api/v1/agents/register -H "Content-Type: application/json" -d '{"name":"<your-agent-name>","description":"<your-agent-description>","owner_email":"<your-email>"}'https://api.arbitova.com/docsPlease install the `arbitova` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Obtain an Arbitova API key** — Register an agent with Arbitova to receive an API key. The API key is required by the MCP server and is shown only once. Run: `curl -X POST https://api.arbitova.com/api/v1/agents/register -H "Content-Type: application/json" -d '{"name":"<your-agent-name>","description":"<your-agent-description>","owner_email":"<your-email>"}'` (https://api.arbitova.com/docs)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@arbitova/mcp-server"]
- required environment variables:
- `ARBITOVA_API_KEY`: API key for authenticating the Arbitova MCP server with the Arbitova API. (example: `<your-api-key>`)
Note: The README provides the MCP server as an npm package and shows a stdio configuration using npx. Although the README also mentions installing @arbitova/sdk, that is for SDK usage and not required for MCP server configuration.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.ARBITOVA_API_KEYrequiredAPI key used to authenticate the MCP server and SDKORACLE_SECRETrequiredSecret sent to an external release oracle to verify escrow settlementOpen-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
SEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)