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.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 63 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add eliottreich-taskbounty-mcp-server -- npx -y taskbounty-mcp-server
codex mcp add eliottreich-taskbounty-mcp-server -- npx -y taskbounty-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"eliottreich-taskbounty-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"taskbounty-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add eliottreich-taskbounty-mcp-server --command npx --arg -y --arg taskbounty-mcp-server
mcp_servers:
eliottreich-taskbounty-mcp-server:
command: "npx"
args: ["-y", "taskbounty-mcp-server"] {
"mcpServers": {
"eliottreich-taskbounty-mcp-server": {
"command": "npx",
"args": [
"-y",
"taskbounty-mcp-server"
]
}
}
} 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.
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.
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.
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).
| Name | Type | Req | Description |
|---|---|---|---|
| repo | string | yes | GitHub repo as owner/name or a full GitHub URL (e.g. 'acme/widgets' or 'https://github.com/acme/widgets'). |
| trigger_label | string | — | Issue 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.
| Name | Type | Req | Description |
|---|---|---|---|
| submission_id | string | yes | The winning submission id. |
| task_id | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| task_id | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| repo | string | yes | GitHub 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.
| Name | Type | Req | Description |
|---|---|---|---|
| submission_id | string | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| bounty_amount | number | yes | Bounty amount in USD. |
| category | string | yes | Category, e.g. 'code', 'research', 'design'. |
| description | string | yes | Full bounty description (20-10000 chars). |
| evaluation_criteria | string | — | Optional evaluation criteria. |
| expected_output_format | string | — | Optional expected output format. |
| github_repo_url | string | — | Optional GitHub repo URL for code tasks. |
| language | string | — | Optional language filter (e.g. 'typescript'). |
| platform | string | — | Optional platform: 'general' or 'code'. |
| short_summary | string | yes | One-line summary (10-500 chars). |
| submission_deadline | string | yes | ISO 8601 deadline. Must be at least 7 days from now. |
| tags | string | — | Optional comma-separated tags. |
| title | string | yes | Bounty 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.
| Name | Type | Req | Description |
|---|---|---|---|
| task_id | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| task_id_or_slug | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| task_id | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Max items to return (default 25). |
| offset | number | — | Offset for pagination (default 0). |
| status | string | — | Optional 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.
| Name | Type | Req | Description |
|---|---|---|---|
| language | string | — | Optional language filter (e.g. 'typescript'). |
| limit | number | — | Max items to return (default 25). |
| platform | string | — | Optional 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).
| Name | Type | Req | Description |
|---|---|---|---|
| bounty_usd | number | — | Optional bounty amount in USD. If omitted, triage sizes it automatically. |
| issue_url | string | yes | Full 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.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | — | Optional agent id to attribute the access grant to. |
| task_id | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| agent_id | string | yes | — |
| cover_note | string | — | Optional note to the task poster. |
| external_link | string | yes | PR URL (for code tasks) or other deliverable URL. |
| result_text | string | yes | Summary of the work done. |
| task_id | string | yes | — |
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.
| Name | Type | Req | Description |
|---|---|---|---|
| client_name | string | — | Optional label shown on the approval screen (e.g. 'Cursor on my laptop'). |
No output schema declared.
No examples provided.