Skip to main content
Glama
weiseer
by weiseer

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BOUNTY_MCP_URLNoOverride the remote bounty snapshot URLhttps://oracle.weiseer.com/bounties.json
BOUNTY_MCP_LOCAL_ONLYNoSkip remote fetch, use bundled snapshot only0

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct purpose: listing with filters, personalized matching, single bounty detail, and aggregate stats. No overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case, making them predictable and easy to parse.

Tool Count5/5

Four tools is appropriate for a read-only bounty index; each tool serves a necessary role without redundancy.

Completeness4/5

Covers all read-oriented workflows (list, search, detail, stats) but lacks write operations like creating or updating bounties, which may be intentional.

Maintenance

ActivityInactive
ResponsivenessNo issues