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_URLOverride remote snapshot URL
BOUNTY_MCP_LOCAL_ONLYSkip 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-mcpRelated 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 →Up-to-date LLM pricing + availability catalog with cited sources for AI agent routing.
View repository →