Back to Apps

PandoraBox
by hamedsj
Programmable MITM proxy for intercepting and scripting HTTP/HTTPS traffic, driven by an AI agent via MCP.
0 stars
Works in:CodexGemini CLICursor
Exposes:Tools
What it does
PandoraBox is a powerful Man-in-the-Middle (MITM) proxy that allows AI agents to intercept, inspect, and replay network traffic in real time. It transforms the proxy experience by letting an AI drive the capture process and automate traffic manipulation using plain language.
Tools
- Traffic Inspector: Read and filter live HTTP/HTTPS requests and responses.
- Request Replayer: Edit raw packets and resend them to test API endpoints.
- Scope Manager: Define include/exclude rules for specific hosts and paths.
- Interception Control: Programmatically hold or drop requests before they reach the server.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"pandorabox": { "url": "http://localhost:9090/mcp" }
}
}
Supported hosts
- claude
- codex
- gemini-cli
- cursor
Quick install
./pandorabox serveInformation
- Pricing
- free
- Published
- 6/5/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add http://localhost:9090/mcp to the MCP configuration.Claude Desktop
{
"mcpServers": {
"pandorabox": { "url": "http://localhost:9090/mcp" }
}
}





