Back to Browse

Bounty MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Live coding-bounty deal-flow from verified-escrow GitHub bounties for AI agents.

About

Live coding-bounty deal-flow from verified-escrow GitHub bounties for AI agents.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

14 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Override remote snapshot URLOptional

Environment variable: BOUNTY_MCP_URL

Skip remote fetchOptional

Environment variable: BOUNTY_MCP_LOCAL_ONLY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-weiseer-bounty-mcp": {
      "env": {
        "BOUNTY_MCP_URL": "your-bounty-mcp-url-here",
        "BOUNTY_MCP_LOCAL_ONLY": "your-bounty-mcp-local-only-here"
      },
      "args": [
        "-y",
        "@weiseer/bounty-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub 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-only
  • find_matching — given a skill set + $ floor, return ranked candidates
  • get_bounty — full record for one bounty
  • get_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 DIYbounty-mcp
Token cost per call$0.02–0.06 (scrape + parse + filter)$0 free / $0.00005 paid
Latency2–5 seconds<100ms
Scam filterAgent must dedupe known scam-farmsBuilt-in (SecureBananaLabs / ClankerNation / UnsafeLabs excluded at source)
Cross-PR / cross-claim checkAgent must run timeline queriesPre-computed
Rate limit risk10,000 agents scraping → all blockedSingle 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

License

Apache-2.0. Catalog format: MIT.

Roadmap

Probe-pulled. What gets added is what users request via issues.

Reviews

No reviews yet

Be the first to review this server!