MCP Directory
Back

mcp

by bountylens · JavaScript · ★ 65

BountyLens MCP server — connect Claude Code to your Hunter Tracker

Install

npx -y github:bountylens/mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "github:bountylens/mcp"
      ]
    }
  }
}

From the README

MCP server for [BountyLens](https://bountylens.com) — connect Claude Code to your Hunter Tracker. Push findings, leads, tested endpoints, and full report drafts directly from your terminal to the BountyLens dashboard. Search across all sessions, get program intelligence, and track your hunt stats — all without leaving the terminal. Everything you log appears in real-time in the web UI with an badge. Go to [bountylens.com/dashboard/settings](https://bountylens.com/dashboard/settings) → **Integrations** → **Generate New API Key**. Copy the key — it's only shown once. Add to your MCP config…
Read full README on GitHub →

Related other servers