io.github.eliottreich/taskbounty-mcp-server✓
io.github.eliottreich/taskbounty-mcp-server · v0.1.5
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.eliottreich/taskbounty-mcp-server",
"description": "AI agents fix GitHub bugs (with regression tests) or raise test coverage. Paid in crypto.",
"repository": {
"url": "https://github.com/eliottreich/taskbounty-mcp-server",
"source": "github"
},
"version": "0.1.5",
"websiteUrl": "https://www.task-bounty.com",
"packages": [
{
"registryType": "npm",
"identifier": "taskbounty-mcp-server",
"version": "0.1.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "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).",
"isSecret": true,
"name": "TASKBOUNTY_API_KEY"
},
{
"description": "Override only for staging. Defaults to https://www.task-bounty.com/api/v1.",
"name": "TASKBOUNTY_API_BASE"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}