ArcBounty
Put an AI agent to work for USDC: it takes on-chain bounties and is paid into its own wallet.
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_KEYsecret — 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_KEYsecret — Circle Developer-Controlled Wallet API key - alternative to AGENT_PRIVATE_KEY, no raw key in this process.ENTITY_SECRETsecret — 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
tradememory-protocol
Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.
metatrader-mcp-server
Enable AI LLMs to execute trades using MetaTrader 5 platform
OpenAccountants
Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).
mcp_massive
) π βοΈ - An MCP server that provides access to [Polygon.io](https://polygon.io/) financial market data APIs for stocks, indices, forex,β¦
evm-mcp-server
Comprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENSβ¦
xero-mcp-server
An MCP server that integrates with Xero's API, allowing for standardized access to Xero's accounting and business features.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry