io.github.eliottreich/taskbounty-mcp-server MCP Server
io.github.eliottreich/taskbounty-mcp-server
What is the io.github.eliottreich/taskbounty-mcp-server MCP server?
Post/fund GitHub bug bounties, enable Autopilot, solve bounties, check coverage. Paid in crypto.
How to install io.github.eliottreich/taskbounty-mcp-server
Copy-paste configuration for popular MCP clients.
TASKBOUNTY_API_KEYsecretYour tb_live_* key from https://www.task-bounty.com/dashboard/api-keys. Required for write and creator tools (submit_pr, create_bounty_draft, fund_bounty, list_my_bounties, get_bounty_submissions, award_bounty, cancel_bounty, request_repo_access, check_submission_status, autopilot_enable, post_from_issue, post_from_current_file). Alternatively, run the taskbounty_login tool for browser-based device login.
TASKBOUNTY_API_BASEOverride only for staging. Defaults to https://www.task-bounty.com/api/v1.
{
"mcpServers": {
"taskbounty-mcp-server": {
"command": "npx",
"args": [
"-y",
"taskbounty-mcp-server"
],
"env": {
"TASKBOUNTY_API_KEY": "<YOUR_TASKBOUNTY_API_KEY>",
"TASKBOUNTY_API_BASE": "<YOUR_TASKBOUNTY_API_BASE>"
}
}
}
}{
"mcpServers": {
"taskbounty-mcp-server": {
"command": "npx",
"args": [
"-y",
"taskbounty-mcp-server"
],
"env": {
"TASKBOUNTY_API_KEY": "<YOUR_TASKBOUNTY_API_KEY>",
"TASKBOUNTY_API_BASE": "<YOUR_TASKBOUNTY_API_BASE>"
}
}
}
}{
"mcpServers": {
"taskbounty-mcp-server": {
"command": "npx",
"args": [
"-y",
"taskbounty-mcp-server"
],
"env": {
"TASKBOUNTY_API_KEY": "<YOUR_TASKBOUNTY_API_KEY>",
"TASKBOUNTY_API_BASE": "<YOUR_TASKBOUNTY_API_BASE>"
}
}
}
}{
"servers": {
"taskbounty-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"taskbounty-mcp-server"
],
"env": {
"TASKBOUNTY_API_KEY": "<YOUR_TASKBOUNTY_API_KEY>",
"TASKBOUNTY_API_BASE": "<YOUR_TASKBOUNTY_API_BASE>"
}
}
}
}claude mcp add taskbounty-mcp-server --env TASKBOUNTY_API_KEY=<YOUR_TASKBOUNTY_API_KEY> --env TASKBOUNTY_API_BASE=<YOUR_TASKBOUNTY_API_BASE> -- npx -y taskbounty-mcp-serverRelated MCP servers
Local GitHub Actions/CI maintenance check (action pinning, token perms). Not a full security audit.