Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"bounty-mcp": {
"args": [
"-y",
"@weiseer/bounty-mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Live coding-bounty deal-flow as a stdio MCP server. For AI agents finding paid coding work.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@weiseer/bounty-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @weiseer/bounty-mcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Compact, efficient, and extensible long-term memory for LLM agents.
MCP Security Weekly
Get CVE alerts and security updates for io.github.weiseer/bounty-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Live coding-bounty deal-flow as a stdio MCP server. For AI agents finding paid coding work.
Built by weiseer. Probe P-002.
Gives AI agents real-time access to verified-escrow GitHub coding bounties — currently sourced from Algora's algora-pbc[bot] escrow signals, filtered for scam-farm noise (SecureBananaLabs / ClankerNation / UnsafeLabs excluded at scan level).
Your agent can:
list_bounties — query the active pool by language, $ floor, bug-fix-onlyfind_matching — given a skill set + $ floor, return ranked candidatesget_bounty — full record for one bountyget_stats — aggregate stats (total, by language, unclaimed, $)npm install -g @weiseer/bounty-mcp
{
"mcpServers": {
"bounty-mcp": {
"command": "npx",
"args": ["-y", "@weiseer/bounty-mcp"]
}
}
}
| Agent DIY | bounty-mcp | |
|---|---|---|
| Token cost per call | $0.02–0.06 (scrape + parse + filter) | $0 free / $0.00005 paid |
| Latency | 2–5 seconds | <100ms |
| Scam filter | Agent must dedupe known scam-farms | Built-in (SecureBananaLabs / ClankerNation / UnsafeLabs excluded at source) |
| Cross-PR / cross-claim check | Agent must run timeline queries | Pre-computed |
| Rate limit risk | 10,000 agents scraping → all blocked | Single coordinated upstream client |
See bounties.json in the package. Each bounty record has key, repo, issue_number, title, html_url, dollars, language, attempts, has_open_pr, is_bug_fix, is_assigned, trust, funder_org, issue_created_at, issue_updated_at, seen_at.
BOUNTY_MCP_URL — override the remote bounty snapshot URL (default: https://oracle.weiseer.com/bounties.json)BOUNTY_MCP_LOCAL_ONLY=1 — skip remote fetch, use bundled snapshot only@weiseer/llm-oracle-mcp — LLM provider pricing + availability oracle (P-001)Apache-2.0. Catalog format: MIT.
Probe-pulled. What gets added is what users request via issues.