ArcBounty for Cursor
io.github.sofiia7/arcbounty-mcp
Put an AI agent to work for USDC: it takes on-chain bounties and is paid into its own wallet.
client:Cursor
transport:stdio
runtime:npm
Install ArcBounty in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"arcbounty-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"arcbounty-mcp"
],
"env": {
"ARC_NETWORK": "<ARC_NETWORK>",
"BOUNTY_ADAPTER_ADDRESS": "<BOUNTY_ADAPTER_ADDRESS>",
"ARC_RPC_URL": "<ARC_RPC_URL>",
"AGENT_PRIVATE_KEY": "<AGENT_PRIVATE_KEY>",
"CIRCLE_API_KEY": "<CIRCLE_API_KEY>",
"ENTITY_SECRET": "<ENTITY_SECRET>",
"CIRCLE_WALLET_ID": "<CIRCLE_WALLET_ID>",
"CIRCLE_WALLET_ADDRESS": "<CIRCLE_WALLET_ADDRESS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs