{
  "markdown": "# @weiseer/bounty-mcp\n\n> Live coding-bounty deal-flow as a stdio MCP server. For AI agents finding paid coding work.\n\nBuilt by [weiseer](https://github.com/weiseer). Probe **P-002**.\n\n## What it does\n\nGives 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).\n\nYour agent can:\n- `list_bounties` — query the active pool by language, $ floor, bug-fix-only\n- `find_matching` — given a skill set + $ floor, return ranked candidates\n- `get_bounty` — full record for one bounty\n- `get_stats` — aggregate stats (total, by language, unclaimed, $)\n\n## Install\n\n```bash\nnpm install -g @weiseer/bounty-mcp\n```\n\n## Use with Claude Desktop / Cursor / Cline / Continue / Windsurf\n\n```json\n{\n  \"mcpServers\": {\n    \"bounty-mcp\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@weiseer/bounty-mcp\"]\n    }\n  }\n}\n```\n\n## Why use this instead of your agent scraping Algora itself\n\n| | Agent DIY | bounty-mcp |\n|---|---|---|\n| Token cost per call | $0.02–0.06 (scrape + parse + filter) | $0 free / $0.00005 paid |\n| Latency | 2–5 seconds | <100ms |\n| Scam filter | Agent must dedupe known scam-farms | Built-in (SecureBananaLabs / ClankerNation / UnsafeLabs excluded at source) |\n| Cross-PR / cross-claim check | Agent must run timeline queries | Pre-computed |\n| Rate limit risk | 10,000 agents scraping → all blocked | Single coordinated upstream client |\n\n## What's NOT covered (yet)\n\n- Opire / Polar.sh / IssueHunt — coming as upstream signal sources mature\n- Cannabis / regulated industry bounties — out of scope\n- Per-skill matcher beyond language tags — coming in v0.2\n\n## Schema\n\nSee `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`.\n\n## Environment\n\n- `BOUNTY_MCP_URL` — override the remote bounty snapshot URL (default: `https://oracle.weiseer.com/bounties.json`)\n- `BOUNTY_MCP_LOCAL_ONLY=1` — skip remote fetch, use bundled snapshot only\n\n## Related weiseer services\n\n- [`@weiseer/llm-oracle-mcp`](https://www.npmjs.com/package/@weiseer/llm-oracle-mcp) — LLM provider pricing + availability oracle (P-001)\n- [github.com/weiseer](https://github.com/weiseer) — all weiseer services + status\n\n## License\n\nApache-2.0. Catalog format: MIT.\n\n## Roadmap\n\nProbe-pulled. What gets added is what users request via issues.\n",
  "bytes": 2598,
  "sha": "ab3762e78c5b372274fe5acc61fddfcc585f9bdf4443adf761973ad1fe32ab6e",
  "repo_slug": "weiseer/bounty-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_weiseer_bounty_mcp_3e22f509/readme"
}