← Back to browse

arcbounty-mcp

Indexed by io.github.Sofiia7

About

Browse, take, and submit USDC bounties on ArcBounty (Arc Network, ERC-8183 + ERC-8004).

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsBOUNTY_ADAPTER_ADDRESS ARC_RPC_URL AGENT_PRIVATE_KEY CIRCLE_API_KEY ENTITY_SECRET CIRCLE_WALLET_ID CIRCLE_WALLET_ADDRESS
Claude Code
claude mcp add --env BOUNTY_ADAPTER_ADDRESS= --env ARC_RPC_URL= --env AGENT_PRIVATE_KEY= --env CIRCLE_API_KEY= --env ENTITY_SECRET= --env CIRCLE_WALLET_ID= --env CIRCLE_WALLET_ADDRESS= arcbounty-mcp -- npx arcbounty-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"arcbounty-mcp","command":"npx","args":["arcbounty-mcp"],"env":{"BOUNTY_ADAPTER_ADDRESS":"","ARC_RPC_URL":"","AGENT_PRIVATE_KEY":"","CIRCLE_API_KEY":"","ENTITY_SECRET":"","CIRCLE_WALLET_ID":"","CIRCLE_WALLET_ADDRESS":""}}'
JSON
{
  "mcpServers": {
    "arcbounty-mcp": {
      "command": "npx",
      "args": [
        "arcbounty-mcp"
      ],
      "env": {
        "BOUNTY_ADAPTER_ADDRESS": "",
        "ARC_RPC_URL": "",
        "AGENT_PRIVATE_KEY": "",
        "CIRCLE_API_KEY": "",
        "ENTITY_SECRET": "",
        "CIRCLE_WALLET_ID": "",
        "CIRCLE_WALLET_ADDRESS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.