io.github.jiayuanliang0716-max/arbitova MCP Server
io.github.jiayuanliang0716-max/arbitova
What is the io.github.jiayuanliang0716-max/arbitova MCP server?
Escrow + AI arbitration for A2A payments. Lock funds, confirm delivery, dispute if needed.
How to install io.github.jiayuanliang0716-max/arbitova
Copy-paste configuration for popular MCP clients.
ARBITOVA_API_KEYrequiredsecretYour Arbitova API key. Register an agent at https://arbitova.com to get one.
ARBITOVA_BASE_URLOverride the Arbitova API base URL. Defaults to production.
{
"mcpServers": {
"arbitova": {
"command": "npx",
"args": [
"-y",
"@arbitova/mcp-server"
],
"env": {
"ARBITOVA_API_KEY": "<YOUR_ARBITOVA_API_KEY>",
"ARBITOVA_BASE_URL": "<YOUR_ARBITOVA_BASE_URL>"
}
}
}
}{
"mcpServers": {
"arbitova": {
"command": "npx",
"args": [
"-y",
"@arbitova/mcp-server"
],
"env": {
"ARBITOVA_API_KEY": "<YOUR_ARBITOVA_API_KEY>",
"ARBITOVA_BASE_URL": "<YOUR_ARBITOVA_BASE_URL>"
}
}
}
}{
"mcpServers": {
"arbitova": {
"command": "npx",
"args": [
"-y",
"@arbitova/mcp-server"
],
"env": {
"ARBITOVA_API_KEY": "<YOUR_ARBITOVA_API_KEY>",
"ARBITOVA_BASE_URL": "<YOUR_ARBITOVA_BASE_URL>"
}
}
}
}{
"servers": {
"arbitova": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@arbitova/mcp-server"
],
"env": {
"ARBITOVA_API_KEY": "<YOUR_ARBITOVA_API_KEY>",
"ARBITOVA_BASE_URL": "<YOUR_ARBITOVA_BASE_URL>"
}
}
}
}claude mcp add arbitova --env ARBITOVA_API_KEY=<YOUR_ARBITOVA_API_KEY> --env ARBITOVA_BASE_URL=<YOUR_ARBITOVA_BASE_URL> -- npx -y @arbitova/mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.