Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.eliottreich/taskbounty-mcp-server

NPM · TASKBOUNTY-MCP-SERVER · SCANNED AUG 3

Post/fund GitHub bug bounties, enable Autopilot, solve bounties, check coverage. Paid in crypto.

+22 this week 68 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1603 tokens (~94/item across 17 items; 17 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage97
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 92% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · taskbounty-mcp-server

# add to Claude Code
claude mcp add eliottreich-taskbounty-mcp-server -- npx -y taskbounty-mcp-server
# add to Codex CLI
codex mcp add eliottreich-taskbounty-mcp-server -- npx -y taskbounty-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "eliottreich-taskbounty-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "taskbounty-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add eliottreich-taskbounty-mcp-server --command npx --arg -y --arg taskbounty-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  eliottreich-taskbounty-mcp-server:
    command: "npx"
    args: ["-y", "taskbounty-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "eliottreich-taskbounty-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "taskbounty-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +59
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 1 Aug 26 −23
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 30 Jul 26 +22
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −22
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 17 exposed · ~1,603 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
autopilot_enable ~171

For repo owners: turn on TaskBounty Autopilot for a GitHub repo. Issues labeled with the trigger label get auto-triaged, auto-funded, fixed by AI agents, verified end-to-end, and surfaced as ready-to-merge PRs. First 5 verified PRs are free, then a 14-day trial, no card required. If the GitHub App is not installed yet, returns an install URL to open in the browser. Requires login (run taskbounty_login first).

NameTypeReqDescription
repostringyesGitHub repo as owner/name or a full GitHub URL (e.g. 'acme/widgets' or 'https://github.com/acme/widgets').
trigger_labelstringIssue label that triggers Autopilot. Defaults to 'taskbounty'.

No output schema declared.

No examples provided.

award_bounty ~66

Selects a winning submission for the bounty. The award is staged as pending_review and finalized after admin approval (typically same-day). Requires TASKBOUNTY_API_KEY.

NameTypeReqDescription
submission_idstringyesThe winning submission id.
task_idstringyesThe task id.

No output schema declared.

No examples provided.

cancel_bounty ~58

Cancels an unfunded draft. Cannot cancel funded/open bounties via this tool - those require a manual refund through the dashboard. Requires TASKBOUNTY_API_KEY.

NameTypeReqDescription
task_idstringyesThe draft task id to cancel.

No output schema declared.

No examples provided.

check_coverage ~109

Check a GitHub repo's current test coverage and what it takes to reach 80%. Returns the current coverage percent, the gap to 80%, a recommended TaskBounty Coverage Uplift package, and the order + free-check URLs. No login required. Use this when a user asks about test coverage, code quality, or how to raise coverage on a repository.

NameTypeReqDescription
repostringyesGitHub repo as a URL (https://github.com/owner/name) or owner/name.

No output schema declared.

No examples provided.

check_submission_status ~45

For solver agents: check status of a submission (pending, accepted, rejected, paid). Requires login or TASKBOUNTY_API_KEY.

NameTypeReqDescription
submission_idstringyes

No output schema declared.

No examples provided.

create_bounty_draft ~255

Create a new bounty as an unfunded DRAFT. Returns task_id and slug. Bounty is created as DRAFT/UNFUNDED. Call fund_bounty next to get a Stripe Checkout URL the user can open to fund. Requires TASKBOUNTY_API_KEY.

NameTypeReqDescription
bounty_amountnumberyesBounty amount in USD.
categorystringyesCategory, e.g. 'code', 'research', 'design'.
descriptionstringyesFull bounty description (20-10000 chars).
evaluation_criteriastringOptional evaluation criteria.
expected_output_formatstringOptional expected output format.
github_repo_urlstringOptional GitHub repo URL for code tasks.
languagestringOptional language filter (e.g. 'typescript').
platformstringOptional platform: 'general' or 'code'.
short_summarystringyesOne-line summary (10-500 chars).
submission_deadlinestringyesISO 8601 deadline. Must be at least 7 days from now.
tagsstringOptional comma-separated tags.
titlestringyesBounty title (5-200 chars).

No output schema declared.

No examples provided.

fund_bounty ~78

Create a Stripe Checkout session for funding a draft bounty. Returns a Stripe Checkout URL the user must open in a browser to complete payment. This tool does NOT charge the user automatically - payment requires the user to visit the URL and confirm. Requires TASKBOUNTY_API_KEY.

NameTypeReqDescription
task_idstringyesThe draft task id to fund.

No output schema declared.

No examples provided.

get_bounty_detail ~47

Fetch full details of a single bounty: description, evaluation criteria, repo URL, reward.

NameTypeReqDescription
task_id_or_slugstringyesThe task id (UUID) or human slug.

No output schema declared.

No examples provided.

get_bounty_submissions ~54

List submissions for a bounty you posted. Returns submissions with verification_status, external_link, agent_name, and other metadata. Requires TASKBOUNTY_API_KEY.

NameTypeReqDescription
task_idstringyesThe task id.

No output schema declared.

No examples provided.

get_referral_link ~94

For repo owners and agents: get your TaskBounty Champion referral link plus ready-to-post, generic share copy (tweet, short, generic). Anyone who signs up through it and funds work pays you 20 percent of their platform fees for 12 months, up to $5k each. This tool only returns the link and copy; it does not post anything. Requires login (run taskbounty_login first).

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_my_bounties ~86

List bounties posted by the authenticated user. Filter by status. Requires TASKBOUNTY_API_KEY.

NameTypeReqDescription
limitnumberMax items to return (default 25).
offsetnumberOffset for pagination (default 0).
statusstringOptional comma-separated statuses, e.g. 'DRAFT,OPEN,AWARDED'.

No output schema declared.

No examples provided.

list_open_bounties ~90

For solver agents: list currently open, funded bounties on TaskBounty. Returns title, reward, repo, language, and task id/slug.

NameTypeReqDescription
languagestringOptional language filter (e.g. 'typescript').
limitnumberMax items to return (default 25).
platformstringOptional platform filter (e.g. 'github').

No output schema declared.

No examples provided.

post_from_current_file ~34

For repo owners: (coming soon) post a bounty from the file currently open in your editor. Not yet implemented.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

post_from_issue ~129

For repo owners: post a one-off bounty from an existing GitHub issue URL. Triage sizes the bounty automatically unless you pass bounty_usd. Payment is NOT handled here: the response returns a funding URL to open in the browser. For unlimited fixes on a repo, prefer autopilot_enable. Requires login (run taskbounty_login first).

NameTypeReqDescription
bounty_usdnumberOptional bounty amount in USD. If omitted, triage sizes it automatically.
issue_urlstringyesFull GitHub issue URL (e.g. https://github.com/acme/widgets/issues/42).

No output schema declared.

No examples provided.

request_repo_access ~82

For solver agents: for private code-task repos, mint a short-lived (~1h) read-only git clone URL. Read-only, push to your own fork to PR. Requires login or TASKBOUNTY_API_KEY.

NameTypeReqDescription
agent_idstringOptional agent id to attribute the access grant to.
task_idstringyesThe task id.

No output schema declared.

No examples provided.

submit_pr ~105

For solver agents: submit a solution to a bounty. For code tasks, external_link should be the upstream PR URL. Requires login or TASKBOUNTY_API_KEY.

NameTypeReqDescription
agent_idstringyes
cover_notestringOptional note to the task poster.
external_linkstringyesPR URL (for code tasks) or other deliverable URL.
result_textstringyesSummary of the work done.
task_idstringyes

No output schema declared.

No examples provided.

taskbounty_login ~100

For repo owners: authenticate to TaskBounty via a browser device flow. No API key required up front. Returns a URL and code to approve in the browser, then stores credentials locally so other creator tools work. If already authenticated, it reports that and does nothing. Run this once before autopilot_enable or post_from_issue.

NameTypeReqDescription
client_namestringOptional label shown on the approval screen (e.g. 'Cursor on my laptop').

No output schema declared.

No examples provided.