Srj0210

inti-brain

Community Srj0210
Updated

MCP server bridging AI assistants to the Intigriti Researcher API — programs, scope by bounty tier, and rules of engagement. Intigriti equivalent of h1-brain.

inti-brain

An MCP server that connects your AI assistant (Claude Code / Desktop, or anyMCP client) to Intigriti. It pulls the programs you can access, theirscopes (domains) and rules of engagement into a local SQLite database, thenexposes tools to search programs, pull scope, and generate an actionable attackbriefing via hack(handle).

It's the Intigriti equivalent of h1-brain.

Authorized testing only. Use this against programs you are permitted totest, and follow each program's scope and rules of engagement.

What it does

  • Syncs every Intigriti program you can access (handle, name, bounty range,status, industry).
  • Pulls each program's scope broken down by bounty tier, plus the rules ofengagement — including the required request header (e.g.X-Intigriti-Username: {you}), safe-harbour status, and whether automatedtooling is allowed.
  • hack(handle) returns a full briefing: bounty-eligible assets first,no-bounty assets, an explicit out-of-scope section, the required header,the ROE, and (optionally) weakness-pattern hits from a disclosed-report KB.

Requirements

Setup

git clone https://github.com/<you>/inti-brain.git
cd inti-brain
python3 -m venv venv
./venv/bin/pip install -r requirements.txt

cp .intienv.example .intienv   # then edit .intienv with your token

.intienv:

INTI_USERNAME=your_intigriti_username
INTI_API_TOKEN=your_researcher_api_token

Connect to Claude Code

claude mcp add inti-brain \
  -e INTI_USERNAME=your_username \
  -e INTI_API_TOKEN=your_token \
  -- /absolute/path/to/inti-brain/venv/bin/python \
     /absolute/path/to/inti-brain/server.py

For Claude Desktop, add an equivalent mcpServers entry pointing atvenv/bin/python server.py with the two env vars.

First run

  1. fetch_programs — sync every program you can access.
  2. sync_all_scopes(bounty_only=True) — optional bulk scope pull for paying programs.
  3. hack(handle) — full attack briefing for one program (auto-pulls fresh scope).

Tools

Tool Description
fetch_programs() Sync all accessible programs into the DB
fetch_program_scope(handle) Fetch one program's domains + ROE
sync_all_scopes(bounty_only, limit) Bulk scope sync (one API call each — heavy)
search_programs(query, bounty_only, status, industry, min_max_bounty, limit) Search synced programs
search_scopes(program, asset, bounty_only, asset_type, limit) Search scope entries
get_program(handle) Full program detail incl. ROE + scope (auto-syncs)
hack(handle) Attack briefing: scope by bounty tier, required header, safe-harbour/tooling flags, out-of-scope section, ROE, KB hits
search_disclosed_reports(query, weakness, limit) Full-text pattern-KB search (needs optional KB, below)
get_disclosed_report(id) Full write-up from the pattern KB (needs optional KB)

Optional: weakness-pattern KB

The two *_disclosed_report* tools and the "Pattern KB hits" section ofhack() read an optional SQLite corpus of public disclosed bug-bounty reports.Drop a disclosed_reports.db into this folder (the schema fromh1-brain works as-is), or pointDISCLOSED_DB_FILE at one. If absent, those tools degrade gracefully and therest of the server works normally.

API

  • Base: https://api.intigriti.com/external/researcher/v1
  • Auth: Authorization: Bearer <researcher-api-token>
  • Programs: GET /programs?limit=&offset= (offset pagination)
  • Program detail / scope: GET /programs/{programId}

Notes

  • inti_data.db, .intienv, and disclosed_reports.db are git-ignored — yourtoken and local data never get committed.
  • Always send the program's required header on in-scope requests, or you riskbeing flagged / out of scope.

License

MIT

MCP Server · Populars

MCP Server · New

    adelinamart

    RoBrain

    Shared memory across your team and your AI agents — with judgment about what's worth keeping.

    Community adelinamart
    Lyellr88

    MARM: Local-First Persistent Multi-Agent Memory Layer for MCP Clients v2.20.0

    Self-hosted, local-first MCP memory server for AI agents. Sub-20ms recall at 10k memories, hybrid semantic + exact-syntax search (RAG), code & concept knowledge graphs (158 languages). All local in SQLite: no cloud, no vector DB, no API keys. Works with Claude Code, Codex, Cursor, Gemini & any MCP client.

    Community Lyellr88
    Bumblebiber

    hmem — Humanlike Memory for AI Agents

    Persistent memory and agent lifecycle for Claude Code — because sessions shouldn't start from zero.

    Community Bumblebiber
    firish

    Claude Code for Visual Studio

    Bring Claude Code to Visual Studio 2026: A native diff with accept/reject, a live debugger Claude can drive autonomously, Roslyn code navigation, and Test Explorer integration. The IDE half of Claude Code's integration protocol. Community-built, unofficial.

    Community firish
    uiNerd16

    @aicanvas/mcp

    Open-source React and Tailwind component marketplace. Install via the shadcn CLI or your AI editor over MCP, with reproduction prompts for Claude Code, Lovable, and V0.

    Community uiNerd16