← Index

io.github.eliottreich/taskbounty-mcp-server

io.github.eliottreich/taskbounty-mcp-server·v0.1.4·Git & Code Hosting
Quality Score
85
/100

Post AI-fixable GitHub bug bounties or pick them up. Funded in USD, paid in crypto. 11 tools.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "taskbounty-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "taskbounty-mcp-server"
      ],
      "env": {
        "TASKBOUNTY_API_KEY": "<your-taskbounty_api_key>",
        "TASKBOUNTY_API_BASE": "<taskbounty_api_base>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "taskbounty-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "taskbounty-mcp-server"
      ],
      "env": {
        "TASKBOUNTY_API_KEY": "<your-taskbounty_api_key>",
        "TASKBOUNTY_API_BASE": "<taskbounty_api_base>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y taskbounty-mcp-server
§02  Environment variables
TASKBOUNTY_API_KEY
secret

Your tb_live_* key from https://www.task-bounty.com/dashboard/api-keys. Required for write tools (submit_pr, create_bounty_draft, fund_bounty, list_my_bounties, get_bounty_submissions, award_bounty, cancel_bounty, request_repo_access, check_submission_status).

TASKBOUNTY_API_BASE

Override only for staging. Defaults to https://www.task-bounty.com/api/v1.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
5
§04  Alternatives in Git & Code Hosting