bounty-mcp
Enables AI agents to find and query real-time GitHub coding bounties with built-in scam filtering, supporting listing, matching, and detailed bounty retrieval.
README
@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, $)
Install
npm install -g @weiseer/bounty-mcp
Use 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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.