@bountylens/mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@bountylens/mcpSave the XSS on /search to my current session"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@bountylens/mcp
MCP server for BountyLens — connect Claude Code to your Hunter Tracker.
Setup
Generate an API key at bountylens.com/dashboard/settings (Integrations section)
Add to your Claude Code MCP config (
~/.claude/mcp.json):
{
"mcpServers": {
"bountylens": {
"command": "npx",
"args": ["-y", "@bountylens/mcp"],
"env": {
"BOUNTYLENS_API_KEY": "bl_your_key_here"
}
}
}
}Restart Claude Code. You'll see BountyLens tools available.
Tools
Tool | Description |
| List hunt sessions (filter by status/program) |
| Start a new hunt session |
| Get session with all entries |
| Update session title/status/notes |
| Log a validated finding with severity |
| Log a lead for investigation |
| Mark endpoint as tested |
| Add freeform note |
| Update entry details |
| Remove an entry |
| Search programs by name |
Usage
During a hunt in Claude Code, the LLM automatically uses these tools:
"Save this XSS finding to my Shopify session"
→ calls bountylens_add_finding with severity, endpoint, description
"What leads do I have open?"
→ calls bountylens_list_entries filtered by type=lead
"Mark /api/auth as tested, no issues found"
→ calls bountylens_add_testedRequirements
Node.js 18+
BountyLens Pro subscription
API key from dashboard
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bountylens/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server