PluginBench
MCP Server

bounty-mcp MCP Server

io.github.weiseer/bounty-mcp

What is the bounty-mcp MCP server?

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

How to install bounty-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • BOUNTY_MCP_URL

    Override remote snapshot URL

  • BOUNTY_MCP_LOCAL_ONLY

    Skip remote fetch

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bounty-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@weiseer/bounty-mcp"
      ],
      "env": {
        "BOUNTY_MCP_URL": "<YOUR_BOUNTY_MCP_URL>",
        "BOUNTY_MCP_LOCAL_ONLY": "<YOUR_BOUNTY_MCP_LOCAL_ONLY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "bounty-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@weiseer/bounty-mcp"
      ],
      "env": {
        "BOUNTY_MCP_URL": "<YOUR_BOUNTY_MCP_URL>",
        "BOUNTY_MCP_LOCAL_ONLY": "<YOUR_BOUNTY_MCP_LOCAL_ONLY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "bounty-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@weiseer/bounty-mcp"
      ],
      "env": {
        "BOUNTY_MCP_URL": "<YOUR_BOUNTY_MCP_URL>",
        "BOUNTY_MCP_LOCAL_ONLY": "<YOUR_BOUNTY_MCP_LOCAL_ONLY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "bounty-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@weiseer/bounty-mcp"
      ],
      "env": {
        "BOUNTY_MCP_URL": "<YOUR_BOUNTY_MCP_URL>",
        "BOUNTY_MCP_LOCAL_ONLY": "<YOUR_BOUNTY_MCP_LOCAL_ONLY>"
      }
    }
  }
}
Claude Code
claude mcp add bounty-mcp --env BOUNTY_MCP_URL=<YOUR_BOUNTY_MCP_URL> --env BOUNTY_MCP_LOCAL_ONLY=<YOUR_BOUNTY_MCP_LOCAL_ONLY> -- npx -y @weiseer/bounty-mcp

Related MCP servers

SDK breaking-change tracker for AI agents — Anthropic/OpenAI/LangChain/MCP/Mistral.

View repository →

Recent CVE + GHSA cache for AI agents auditing dependencies (npm/PyPI/Cargo/Maven/Go).

View repository →

DNS/WHOIS/SSL/geo-IP cache MCP server for AI agents.

View repository →

OSS license metadata + compatibility checker MCP server.

View repository →

Up-to-date LLM pricing + availability catalog with cited sources for AI agent routing.

View repository →

npm/PyPI/Cargo package metadata + downloads + maintainer health.

View repository →