MCP Intigriti Server
Enables security researchers to interact with Intigriti's bug bounty platform through Claude Desktop, providing access to programs, scope, activities, and rules of engagement via natural language.
README
MCP Intigriti Server
A Model Context Protocol (MCP) server for the Intigriti Researcher API, enabling security researchers to interact with Intigriti's bug bounty platform through Claude Desktop.
Features
- Complete API Coverage: All 5 endpoints from Intigriti's Researcher API v1.0
- Real-time Program Data: Access live bug bounty programs, scope, and activities
- Claude Desktop Integration: Seamless integration with Claude Desktop
- Researcher Focused: Built by bug bounty hunters, for bug bounty hunters
Prerequisites
- Python 3.10 or higher (required for MCP)
- Intigriti researcher account with API access
- Claude Desktop application
Quick Setup
1. Install Python Dependencies
pip install mcp httpx pydantic
2. Get Your Intigriti API Token
- Log into your Intigriti researcher account
- Navigate to your profile settings
- Generate a new Researcher API token
- Copy the token for configuration
3. Download the Server
# Clone this repository
git clone https://github.com/yourusername/mcp-intigriti-server.git
cd mcp-intigriti-server
# Note the full path to server.py
pwd
# Copy this path - you'll need it for Claude configuration
4. Configure Claude Desktop
Edit your Claude Desktop configuration file:
Config File Location:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Configuration:
{
"mcpServers": {
"intigriti": {
"command": "python3",
"args": ["/full/path/to/server.py"],
"env": {
"INTIGRITI_API_TOKEN": "your_intigriti_api_token_here"
}
}
}
}
Important Notes:
- Replace
/full/path/to/server.pywith the actual path to your downloaded server.py file - Replace
your_intigriti_api_token_herewith your actual Intigriti API token - Ensure you have Python 3.10+ with MCP dependencies installed
5. Restart Claude Desktop
- Quit Claude Desktop completely
- Wait a few seconds
- Open Claude Desktop again
6. Test the Integration
In Claude Desktop, try asking:
"What MCP tools do you have available?"
You should see Intigriti tools listed in the response.
Alternative: Test in Developer Tools
You can also verify the connection in Claude Desktop's developer tools:
- Open Claude Desktop
- Go to Settings > Developer
- Check the MCP section to see if your Intigriti server is connected
- View any connection logs or errors
Available Tools
| Tool | Description |
|---|---|
get_programs |
List all accessible programs with filtering options |
get_program_details |
Get detailed information about a specific program |
get_program_activities |
View recent program activities and updates |
get_program_domains |
Get program scope and testing domains |
get_program_rules_of_engagement |
Get program rules and testing requirements |
Usage Examples
Finding Programs
"Show me all active bug bounty programs with high rewards"
"Find mobile application testing programs"
"What are the newest programs added this week?"
Program Research
"Get complete details for program ID 'abc-123-def' including scope"
"Show me the testing domains for Program1's bug bounty program"
"What are the rules of engagement for this e-commerce platform?"
Activity Monitoring
"What activities have happened in programs I'm following?"
"Show me recent updates from all bug bounty programs"
"Has there been any activity since yesterday?"
API Endpoints
Based on Intigriti's OpenAPI specification:
| Endpoint | Method | Description |
|---|---|---|
/v1/programs |
GET | List all accessible programs |
/v1/programs/{id} |
GET | Get program details |
/v1/programs/activities |
GET | Get program activities |
/v1/programs/{id}/domains/{versionId} |
GET | Get program domains |
/v1/programs/{id}/rules-of-engagements/{versionId} |
GET | Get rules of engagement |
Troubleshooting
"No module named 'mcp'" Error
This means your Python environment doesn't have the MCP dependencies installed:
# Install the required dependencies
pip install mcp httpx pydantic
# Or if you have multiple Python versions, be specific
python3 -m pip install mcp httpx pydantic
# Otherwise
pip install "mcp[cli]"
"Authentication failed" Error
- Verify your API token is correct and hasn't expired
- Ensure you have researcher API access enabled in Intigriti
- Check that the token is properly set in the Claude config
Connection Timeout
- Verify the server.py file path is correct in your Claude config
- Ensure Python dependencies are installed:
pip install mcp httpx pydantic - Check that Python 3.10+ is being used
Server Not Showing in Claude
- Restart Claude Desktop completely after configuration changes
- Verify the configuration file syntax is valid JSON
- Check the Claude Desktop logs for error messages
Compatibility
This server is designed for Claude Desktop but the MCP protocol is universal. It can work with other MCP-compatible clients including:
- Cursor IDE
- Other MCP-enabled development tools
- Custom MCP client implementations
For other clients, use the same server.py file with your client's MCP configuration format.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。