bounty-mcp
Rank #56,267io.github.weiseer/bounty-mcp
Live coding-bounty deal-flow from verified-escrow GitHub bounties for AI agents.
bounty-mcp is a Model Context Protocol (MCP) server published by weiseer. It ranks #56,267 of 115,591 servers tracked on MCP Toplist. bounty-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 30, 2026 and most recently updated on May 30, 2026.
Ranks ahead of 59,324 of 115,591 servers on MCP Toplist.
Use bounty-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add bounty-mcp -e "BOUNTY_MCP_URL=<your BOUNTY_MCP_URL>" -e "BOUNTY_MCP_LOCAL_ONLY=<your BOUNTY_MCP_LOCAL_ONLY>" -- npx -y @weiseer/bounty-mcpReplace each placeholder with your own value before saving.
[mcp_servers.bounty-mcp]
command = "npx"
args = ["-y", "@weiseer/bounty-mcp"]
[mcp_servers.bounty-mcp.env]
BOUNTY_MCP_URL = "<your BOUNTY_MCP_URL>"
BOUNTY_MCP_LOCAL_ONLY = "<your BOUNTY_MCP_LOCAL_ONLY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bounty-mcp": {
"command": "npx",
"args": [
"-y",
"@weiseer/bounty-mcp"
],
"env": {
"BOUNTY_MCP_URL": "<your BOUNTY_MCP_URL>",
"BOUNTY_MCP_LOCAL_ONLY": "<your BOUNTY_MCP_LOCAL_ONLY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bounty-mcp": {
"command": "npx",
"args": [
"-y",
"@weiseer/bounty-mcp"
],
"env": {
"BOUNTY_MCP_URL": "<your BOUNTY_MCP_URL>",
"BOUNTY_MCP_LOCAL_ONLY": "<your BOUNTY_MCP_LOCAL_ONLY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"bounty-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@weiseer/bounty-mcp"
],
"env": {
"BOUNTY_MCP_URL": "<your BOUNTY_MCP_URL>",
"BOUNTY_MCP_LOCAL_ONLY": "<your BOUNTY_MCP_LOCAL_ONLY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bounty-mcp": {
"command": "npx",
"args": [
"-y",
"@weiseer/bounty-mcp"
],
"env": {
"BOUNTY_MCP_URL": "<your BOUNTY_MCP_URL>",
"BOUNTY_MCP_LOCAL_ONLY": "<your BOUNTY_MCP_LOCAL_ONLY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bounty-mcp": {
"command": "npx",
"args": [
"-y",
"@weiseer/bounty-mcp"
],
"env": {
"BOUNTY_MCP_URL": "<your BOUNTY_MCP_URL>",
"BOUNTY_MCP_LOCAL_ONLY": "<your BOUNTY_MCP_LOCAL_ONLY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.weiseer%2Fbounty-mcp)<a href="https://mcptoplist.com/server/io.github.weiseer%2Fbounty-mcp"><img src="https://mcptoplist.com/badge/io.github.weiseer%2Fbounty-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
weiseer
Other servers by weiseer
- api-changelog#56,266 · 1 ver
- cve-cache#56,268 · 1 ver
- dns-cache#56,269 · 1 ver
- license-checker#56,270 · 1 ver
- llm-oracle#56,271 · 1 ver
- package-meta#56,272 · 1 ver
- regulatory-deadline#56,273 · 1 ver
- status-aggregator#56,274 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | May 30, 2026 |
Frequently asked questions
- Who maintains bounty-mcp?
- bounty-mcp is maintained by weiseer, which publishes 9 MCP servers (9 total versions) tracked on MCP Toplist.
- Is bounty-mcp listed on the Official MCP Registry?
- Yes — bounty-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does bounty-mcp have?
- MCP Toplist tracks 1 version of bounty-mcp, most recently published on May 30, 2026.
- Where can I find the source code for bounty-mcp?
- The source code for bounty-mcp is hosted at github.com/weiseer/bounty-mcp.