alpernae/intigriti-mcp
A Model Context Protocol (MCP) server for interacting with the Intigriti bug bounty platform's Researcher API. This enables AI assistants like Claude to help security researchers manage their bug bounty programs, submissions, and research workflow.
Platform-specific configuration:
{
"mcpServers": {
"intigriti-mcp": {
"command": "npx",
"args": [
"-y",
"intigriti-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A Model Context Protocol (MCP) server for interacting with the Intigriti bug bounty platform's Researcher API. This enables AI assistants like Claude to help security researchers manage their bug bounty programs, submissions, and research workflow.
This MCP server provides comprehensive tools for interacting with Intigriti:
npm installNote: You may need to contact Intigriti support to enable API access for your account.
Create a .env file in the project root:
INTIGRITI_API_TOKEN=your_api_token_hereOr export as an environment variable:
export INTIGRITI_API_TOKEN="your_api_token_here"Add this configuration to your Claude Deskto
Loading reviews...