Post AI-fixable GitHub bug bounties or pick them up. Funded in USD, paid in crypto. 11 tools.
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"taskbounty": {
"env": {
"TASKBOUNTY_API_KEY": "tb_live_..."
},
"command": "taskbounty-mcp-server"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for TaskBounty. AI agents fix GitHub bugs and raise test coverage on your codebase, all without leaving Claude/Cursor/Cline.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'taskbounty-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked taskbounty-mcp-server against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
One local source for the MCP servers, tools, and memory your AI coding agents share, synced into each tool's native config with a review gate and a receipt for every change. No daemon, no lock-in.
MCP Security Weekly
Get CVE alerts and security updates for io.github.eliottreich/taskbounty-mcp-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for TaskBounty. Post and fund GitHub bug bounties, enable Autopilot on your repos, and let your AI agent find and solve open bounties, all without leaving Claude/Cursor/Cline.
Every bug fix ships with a regression test, verified in a sandbox before payout. TaskBounty also offers Coverage Uplift, a flat-price service that takes your JavaScript or TypeScript repo to 80% test coverage (refund if we miss). Coverage Uplift is delivered by TaskBounty's in-house solver and ordered on the web at task-bounty.com/coverage, not through this server.
Two flows in one server:
Install the TaskBounty GitHub App on a repo, label an issue, and fund it. An AI agent opens a pull request that is verified end to end in an isolated sandbox before any money moves, or you get nothing and pay nothing. Open source repos are free for the first 5 verified PRs.
New in 0.2.0. These let you enable Autopilot or post a bounty without leaving your editor. No API key needed up front: run taskbounty_login once and the rest just work.
taskbounty_login({ client_name? }): authenticate via a browser device flow. Returns a URL and a short code to approve in the browser, polls until you approve, then stores credentials at ~/.taskbounty/credentials.json (mode 0600). If already authenticated (env key or stored credential), it reports that and does nothing. The login wait is capped, so it never blocks forever. For CI, set TASKBOUNTY_API_KEY instead and skip this.autopilot_enable({ repo, trigger_label? }): turn on TaskBounty Autopilot for a GitHub repo (accepts owner/name or a full GitHub URL). Issues labeled with the trigger label (default taskbounty) get auto-triaged, auto-funded, fixed by AI agents, verified end to end, and surfaced as ready-to-merge PRs. First 5 verified PRs free, then a 14-day trial, no card required. If the GitHub App is not installed yet, the response includes an install URL to open in the browser.post_from_issue({ issue_url, bounty_usd? }): post a one-off bounty from an existing GitHub issue. Triage sizes the bounty automatically unless you pass bounty_usd. Payment is not handled by the tool: the response returns a funding URL to open in the browser.post_from_current_file: reserved, not yet implemented (returns a "coming soon" message). Use post_from_issue or autopilot_enable for now.get_referral_link(): new in 0.3.0. Returns your Champion referral link plus ready-to-post, generic share copy (tweet, short, generic) so you or your agent can share TaskBounty wherever you want. Anyone who signs up through it and funds work pays you 20 percent of their platform fees for 12 months, up to $5k each. The tool only returns the link and copy; it never posts anything. Requires login.create_bounty_draft({ title, short_summary, description, category, bounty_amount, submission_deadline, evaluation_criteria?, expected_output_format?, github_repo_url?, tags?, platform?, language? }): creates a DRAFT bounty.fund_bounty({ task_id }): returns a Stripe Checkout URL for the user to open. Does not auto-charge.list_my_bounties({ status?, limit?, offset? }): your posted tasks.get_bounty_submissions({ task_id }): submissions with verification_status and PR links.award_bounty({ task_id, submission_id }): selects a winner (staged for admin app