TaskBounty Check
Rank #13,622io.github.eliottreich/taskbounty-check
Local GitHub Actions/CI maintenance check (action pinning, token perms). Not a full security audit.
TaskBounty Check is a Model Context Protocol (MCP) server published by eliottreich. It ranks #13,622 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. TaskBounty Check is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 19, 2026 and most recently updated on Jun 21, 2026.
Ranks ahead of 101,838 of 115,460 servers on MCP Toplist.
Use TaskBounty Check
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add taskbounty-check -- npx -y taskbounty-check mcp[mcp_servers.taskbounty-check]
command = "npx"
args = ["-y", "taskbounty-check", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"taskbounty-check": {
"command": "npx",
"args": [
"-y",
"taskbounty-check",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"taskbounty-check": {
"command": "npx",
"args": [
"-y",
"taskbounty-check",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"taskbounty-check": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"taskbounty-check",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"taskbounty-check": {
"command": "npx",
"args": [
"-y",
"taskbounty-check",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"taskbounty-check": {
"command": "npx",
"args": [
"-y",
"taskbounty-check",
"mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.eliottreich%2Ftaskbounty-check)<a href="https://mcptoplist.com/server/io.github.eliottreich%2Ftaskbounty-check"><img src="https://mcptoplist.com/badge/io.github.eliottreich%2Ftaskbounty-check.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
eliottreich
Other servers by eliottreich
View all eliottreich servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.5 | Jun 21, 2026 |
Frequently asked questions
- Who maintains TaskBounty Check?
- TaskBounty Check is maintained by eliottreich, which publishes 3 MCP servers (4 total versions) tracked on MCP Toplist.
- Is TaskBounty Check listed on the Official MCP Registry?
- Yes — TaskBounty Check is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does TaskBounty Check have?
- MCP Toplist tracks 1 version of TaskBounty Check, most recently published on Jun 21, 2026.
- Where can I find the source code for TaskBounty Check?
- The source code for TaskBounty Check is hosted at github.com/eliottreich/taskbounty-check.