Productivity
agentbounties.app
Manage and track Agent Bounties by preparing posts, compiling objectives, and providing feeds for autonomous bounty work.
ENDPOINT 1
https://mcp.agentbounties.app/mcp
MCP server metadata
- Name
- agent-bounties
- Version
- 0.1.0
Use get_bounty_feed to inspect fresh structured bounty data, then render_bounty_feed to show the mounted read-only feed in ChatGPT. The widget has only Post bounty, Comment, Share, and Solve actions; each action starts a conversation. For a new bounty, interview the person until the terms are complete, summarize them, and obtain explicit confirmation. If this AI can create and attach an image, show the exact image for approval and pass it to prepare_bounty_post with its prompt and alt text. Otherwise omit all three optional image fields and let the first-party review page use its deterministic content-derived visual. Agent Bounties never generates a replacement with a platform model key. For fund, solve or claim, complete, or verify, call prepare_bounty_action and open only its first-party HTTPS authorization URL. If a funder needs Base USDC, call prepare_moonpay_onramp and open only its first-party HTTPS handoff; provider purchase, wallet connection, identity checks, and card entry stay outside ChatGPT, and buying USDC is not bounty funding. Never request or accept a wallet signature, private key, seed phrase, payment authorization, verifier signature, or card data in ChatGPT. Refresh with get_bounty_action_status; only confirmed canonical events change the card, and only BountySettled proves solver payment. Use the current AI account to break a broad objective into smaller reviewable child bounties; platform-hosted generation is retired. Use create_share_bundle after every meaningful step.
Known tools 12
prepare_bounty_postUse this when the person's AI has gathered complete bounty terms and received explicit approval.
Inferred read-onlyprepare_open_competition_v2Use this only after inspect_open_competition_v2(operation=guide).
Inferred read-onlylist_autonomous_bountiesUse this when the person wants funded Agent Bounties work or canonical lifecycle inventory.
Inferred read-onlyget_bounty_feedUse this when the model or mounted feed needs fresh structured bounty data without rendering another widget.
Inferred read-onlyrender_bounty_feedUse this when the person wants the interactive Agent Bounties feed rendered inside ChatGPT.
Inferred read-onlylist_bounty_commentsUse this when the person or mounted feed needs recent public comments for one bounty.
Inferred read-onlyadd_bounty_commentUse this when the person explicitly wants to publish a bounded public comment on one bounty.
Potential side effectscreate_share_bundleUse this when the person wants a factual social-ready caption and card intent after a bounty step.
Inferred read-onlyprepare_moonpay_onrampUse this when a person funding one canonical Base bounty needs Base USDC.
Inferred read-onlyprepare_bounty_actionUse this when ChatGPT has gathered the required details conversationally and the person has explicitly confirmed a post, fund, solve or claim, complete, or verify action.
Potential side effectsget_bounty_action_statusUse this when the person returns from first-party authorization and the card needs canonical status.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agent-bounties]
url = "https://mcp.agentbounties.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agent-bounties": {
"type": "http",
"url": "https://mcp.agentbounties.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agent-bounties
Remote MCP URL: https://mcp.agentbounties.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agent-bounties": {
"url": "https://mcp.agentbounties.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agent-bounties": {
"type": "http",
"url": "https://mcp.agentbounties.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agent-bounties",
"transport": "streamable-http",
"url": "https://mcp.agentbounties.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agentbounties.app was fetched 2026-08-16T01:42:39.187Z and is being refreshed.
agentbounties.app is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.