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 and image direction are complete, generate a unique bounty image in their ChatGPT account, show it for approval, summarize the complete bounty, and obtain explicit confirmation. Then call prepare_bounty_post with that approved ChatGPT image file; Agent Bounties stores the exact file and never generates a replacement. 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; MoonPay 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 compile_objective_with_cloud_agent to break a broad objective into smaller reviewable child bounties. Use create_share_bundle after every meaningful step.
Known tools 11
prepare_bounty_postUse this when ChatGPT has conversationally gathered complete bounty terms, generated a unique image in the poster's own ChatGPT account, shown that exact image to the poster, and received explicit approval of the image and terms.
Inferred read-onlycompile_objective_with_cloud_agentUse this when the person has a broad digital objective that should be broken into smaller independently reviewable bounty drafts.
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.
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.