bounty-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BOUNTY_MCP_URL | No | Override the remote bounty snapshot URL | https://oracle.weiseer.com/bounties.json |
| BOUNTY_MCP_LOCAL_ONLY | No | Skip remote fetch, use bundled snapshot only | 0 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_bountiesA | List live verified-escrow GitHub coding bounties. Filter by language, $ floor, bug-fix only, exclude already-assigned/open-PR. |
| find_matchingA | Find bounties matching a skill set + $ floor. Sorted by $ desc. Excludes assigned/active-PR bounties. |
| get_bountyA | Full record for a single bounty by key (format: 'owner/repo#issue_num'). |
| get_statsA | Aggregate stats on the active bounty pool (total, by language, by bug-fix-vs-feature, total $). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a distinct purpose: listing with filters, personalized matching, single bounty detail, and aggregate stats. No overlap in functionality.
All tool names follow a consistent verb_noun pattern using snake_case, making them predictable and easy to parse.
Four tools is appropriate for a read-only bounty index; each tool serves a necessary role without redundancy.
Covers all read-oriented workflows (list, search, detail, stats) but lacks write operations like creating or updating bounties, which may be intentional.