Loading MCP server directory, please wait...
Is this transaction safe to sign? Decodes what it really does and answers allow, warn or block.
npx @getmcp/cli add io.github.godwin105/arbiterRequires Node.js 18+. Community-contributed server. Review source before installing.
ARBITER_PRIVATE_KEYBase64-encoded 64-byte Algorand private key used to pay for calls. The account needs USDC and must be opted in to the USDC asset. Without it every request stops at the paywall.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.godwin105/arbiter": {
"command": "npx",
"args": [
"-y",
"@arbiterlabs/mcp"
],
"env": {
"ARBITER_URL": "https://arbiter-hs23.onrender.com",
"ARBITER_PRIVATE_KEY": "",
"ARBITER_MAX_SPEND_USD": "25",
"ARBITER_MAX_PRICE_PER_CALL": "1"
}
}
}
}