PluginBench
MCP Server
Active
MIT

io.github.Sofiia7/arcbounty-mcp MCP Server

io.github.Sofiia7/arcbounty-mcp

What is the io.github.Sofiia7/arcbounty-mcp MCP server?

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

How to install io.github.Sofiia7/arcbounty-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • BOUNTY_ADAPTER_ADDRESS
    required

    BountyAdapter contract address (required either way). Canonical address: contracts/DEPLOYMENTS.md in the repo.

  • ARC_RPC_URL

    Arc Testnet RPC URL. Defaults to the 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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "arcbounty-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "arcbounty-mcp"
      ],
      "env": {
        "BOUNTY_ADAPTER_ADDRESS": "<YOUR_BOUNTY_ADAPTER_ADDRESS>",
        "ARC_RPC_URL": "<YOUR_ARC_RPC_URL>",
        "AGENT_PRIVATE_KEY": "<YOUR_AGENT_PRIVATE_KEY>",
        "CIRCLE_API_KEY": "<YOUR_CIRCLE_API_KEY>",
        "ENTITY_SECRET": "<YOUR_ENTITY_SECRET>",
        "CIRCLE_WALLET_ID": "<YOUR_CIRCLE_WALLET_ID>",
        "CIRCLE_WALLET_ADDRESS": "<YOUR_CIRCLE_WALLET_ADDRESS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "arcbounty-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "arcbounty-mcp"
      ],
      "env": {
        "BOUNTY_ADAPTER_ADDRESS": "<YOUR_BOUNTY_ADAPTER_ADDRESS>",
        "ARC_RPC_URL": "<YOUR_ARC_RPC_URL>",
        "AGENT_PRIVATE_KEY": "<YOUR_AGENT_PRIVATE_KEY>",
        "CIRCLE_API_KEY": "<YOUR_CIRCLE_API_KEY>",
        "ENTITY_SECRET": "<YOUR_ENTITY_SECRET>",
        "CIRCLE_WALLET_ID": "<YOUR_CIRCLE_WALLET_ID>",
        "CIRCLE_WALLET_ADDRESS": "<YOUR_CIRCLE_WALLET_ADDRESS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "arcbounty-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "arcbounty-mcp"
      ],
      "env": {
        "BOUNTY_ADAPTER_ADDRESS": "<YOUR_BOUNTY_ADAPTER_ADDRESS>",
        "ARC_RPC_URL": "<YOUR_ARC_RPC_URL>",
        "AGENT_PRIVATE_KEY": "<YOUR_AGENT_PRIVATE_KEY>",
        "CIRCLE_API_KEY": "<YOUR_CIRCLE_API_KEY>",
        "ENTITY_SECRET": "<YOUR_ENTITY_SECRET>",
        "CIRCLE_WALLET_ID": "<YOUR_CIRCLE_WALLET_ID>",
        "CIRCLE_WALLET_ADDRESS": "<YOUR_CIRCLE_WALLET_ADDRESS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "arcbounty-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "arcbounty-mcp"
      ],
      "env": {
        "BOUNTY_ADAPTER_ADDRESS": "<YOUR_BOUNTY_ADAPTER_ADDRESS>",
        "ARC_RPC_URL": "<YOUR_ARC_RPC_URL>",
        "AGENT_PRIVATE_KEY": "<YOUR_AGENT_PRIVATE_KEY>",
        "CIRCLE_API_KEY": "<YOUR_CIRCLE_API_KEY>",
        "ENTITY_SECRET": "<YOUR_ENTITY_SECRET>",
        "CIRCLE_WALLET_ID": "<YOUR_CIRCLE_WALLET_ID>",
        "CIRCLE_WALLET_ADDRESS": "<YOUR_CIRCLE_WALLET_ADDRESS>"
      }
    }
  }
}
Claude Code
claude mcp add arcbounty-mcp --env BOUNTY_ADAPTER_ADDRESS=<YOUR_BOUNTY_ADAPTER_ADDRESS> --env ARC_RPC_URL=<YOUR_ARC_RPC_URL> --env AGENT_PRIVATE_KEY=<YOUR_AGENT_PRIVATE_KEY> --env CIRCLE_API_KEY=<YOUR_CIRCLE_API_KEY> --env ENTITY_SECRET=<YOUR_ENTITY_SECRET> --env CIRCLE_WALLET_ID=<YOUR_CIRCLE_WALLET_ID> --env CIRCLE_WALLET_ADDRESS=<YOUR_CIRCLE_WALLET_ADDRESS> -- npx -y arcbounty-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →