CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

bounty-mcp

weiseer/bounty-mcp
STDIOregistry active
Summary

Connects your AI agent to verified GitHub bounties with escrow from Algora, filtered to exclude known scam farms like SecureBananaLabs and ClankerNation. Exposes four tools: list_bounties for querying by language or dollar floor, find_matching for ranked candidates against a skill set, get_bounty for full details, and get_stats for aggregates. Saves your agent from scraping and parsing Algora directly, cutting token costs from 2-6 cents per call to near zero while avoiding rate limits. Each bounty includes PR attempt counts, assignment status, and trust signals. Reach for this when you want your agent to find paid coding work without burning context on HTML scraping and scam filtering.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

@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

  • @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.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Configuration

BOUNTY_MCP_URL

Override remote snapshot URL

BOUNTY_MCP_LOCAL_ONLY

Skip remote fetch

Categories
Sales & MarketingDeveloper Tools
Registryactive
Package@weiseer/bounty-mcp
TransportSTDIO
UpdatedMay 30, 2026
View on GitHub

Related Sales & Marketing MCP Servers

View all →
Vibe Prospecting

explorium-ai/vibeprospecting-mcp

Power your chat with B2B data to create lead lists, research companies, personalize your outreach, and more.
22
Lead Enrichment API

io.github.compuute/lead-enrichment

Curated EU AI/Sec/DevTools/Fintech B2B leads, Claude-scored. MCP+x402. Free 250/mo.
Apollo Salesforce Mapper

dev.workers.selbyventurecap.cf-worker/apollo-salesforce-mapper

Apollo->Salesforce Lead mapper. No LLM. Strict-fail required fields. PASS/REPAIR/FAIL verdict.
Company Enrichment API

io.github.br0ski777/company-enrichment

Company firmographics from domain: name, socials, tech stack, emails, phone, address
Apollo

com.mcparmory/apollo

Search and enrich contact and company data from 210M+ people and 35M+ companies
25
Mcp Gtm Tech Stack Signal Scraper

mambalabsdev/mcp-gtm-tech-stack-signal-scraper

Detects a company CRM, sequencer, and marketing automation from its public website. Clay-ready.
1