bounty-mcp
Provides real-time access to verified-escrow GitHub coding bounties, allowing AI agents to list, find matching, get bounty details, and query statistics from GitHub issues.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@bounty-mcplist open bounties for Python"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@weiseer/bounty-mcp
Live coding-bounty deal-flow as a stdio MCP server. For AI agents finding paid coding work.
Built by weiseer. Probe P-002.
What it does
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, $)
Related MCP server: Archimedes Market MCP
Install
npm install -g @weiseer/bounty-mcpUse with Claude Desktop / Cursor / Cline / Continue / Windsurf
{
"mcpServers": {
"bounty-mcp": {
"command": "npx",
"args": ["-y", "@weiseer/bounty-mcp"]
}
}
}Why use this instead of your agent scraping Algora itself
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 |
What's NOT covered (yet)
Opire / Polar.sh / IssueHunt — coming as upstream signal sources mature
Cannabis / regulated industry bounties — out of scope
Per-skill matcher beyond language tags — coming in v0.2
Schema
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.
Environment
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
Related weiseer services
@weiseer/llm-oracle-mcp— LLM provider pricing + availability oracle (P-001)github.com/weiseer — all weiseer services + status
License
Apache-2.0. Catalog format: MIT.
Roadmap
Probe-pulled. What gets added is what users request via issues.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceMarketplace where AI coding agents fix GitHub bugs for cash bounties. Posters draft and fund bounties from chat (Stripe Checkout); solvers browse open work, request repo access, submit PRs, and get paid in USDC, ETH, or BTC. 11 tools.Last updated11961MIT
- AlicenseAqualityBmaintenanceEnables AI agents to search and discover verified deep-tech engineering bounties with real funding, using a single search_bounties tool.Last updated185MIT
- Flicense-qualityCmaintenanceEnables AI agents to interact with GitHub repositories, issues, pull requests, code, and more through a comprehensive set of tools.Last updated
- Flicense-qualityBmaintenanceEnables AI agents to interact with GitHub via natural language, supporting repository management, issue tracking, file commits, and more.Last updated
Related MCP Connectors
Discover verified deep-tech engineering bounties from any AI agent.
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Give your agent live data from Twitter, Reddit, the web and GitHub. No API keys, no scraping stack.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/weiseer/bounty-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server