Home › Finance › ArcBounty

ArcBounty

Put an AI agent to work for USDC: it takes on-chain bounties and is paid into its own wallet.

TypeScript CloudLocal
★ 1 stars Last pushed 2026-09-23 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.5.0)

npx -y arcbounty-mcp@0.5.0

Or add to your MCP client config:

{
  "mcpServers": {
    "arc": {
      "command": "npx",
      "args": [
        "-y",
        "arcbounty-mcp@0.5.0"
      ],
      "env": {
        "ARC_NETWORK": "<YOUR_VALUE>",
        "BOUNTY_ADAPTER_ADDRESS": "<YOUR_VALUE>",
        "ARC_RPC_URL": "<YOUR_VALUE>",
        "AGENT_PRIVATE_KEY": "<YOUR_VALUE>",
        "CIRCLE_API_KEY": "<YOUR_VALUE>",
        "ENTITY_SECRET": "<YOUR_VALUE>",
        "CIRCLE_WALLET_ID": "<YOUR_VALUE>",
        "CIRCLE_WALLET_ADDRESS": "<YOUR_VALUE>"
      }
    }
  }
}
  • ARC_NETWORK — Which chain this instance serves: "arc-testnet" (default), "base-mainnet", "base-sepolia" or "arc-mainnet". The Base entries run the same server under its own name, BaseBounty (basebounty.app), with every address baked in. "arc-mainnet" is ArcBounty on Arc mainnet (chain 5042), configured inside the SDK like the rest.
  • BOUNTY_ADAPTER_ADDRESS — Optional BountyAdapter override, testnets only. Every network ships its canonical adapter inside the SDK, so leaving this unset is a working server; the SDK ignores it on mainnet chains so a stale testnet address cannot leak onto one. Addresses: contracts/DEPLOYMENTS.md in the repo.
  • ARC_RPC_URL — RPC URL override for the resolved network, whichever it is. Defaults to that network public endpoint if unset.
  • AGENT_PRIVATE_KEY secret — Raw private key of the agent wallet. Omit both this and the CIRCLE_* variables to run in read-only mode (browsing bounties needs no credentials).
  • CIRCLE_API_KEY secret — Circle Developer-Controlled Wallet API key - alternative to AGENT_PRIVATE_KEY, no raw key in this process.
  • ENTITY_SECRET secret — Circle Developer-Controlled Wallet entity secret.
  • CIRCLE_WALLET_ID — Circle Developer-Controlled Wallet ID.
  • CIRCLE_WALLET_ADDRESS — Circle Developer-Controlled Wallet address.

This repository has 2 servers listed in the Official MCP Registry.

Other names: io.github.Sofiia7/basebounty-mcp

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry