re-mitm2swagger
Provides tools to convert HTTP traffic captures (HAR or mitmproxy flow files) into OpenAPI 3.0 (Swagger) specifications, enabling reverse engineering of REST APIs from live traffic.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@re-mitm2swaggerReverse engineer my app's API by capturing traffic and generating a Swagger spec"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
re-mitm2swagger
MCP server for REST API reverse engineering from HTTP traffic captures. Wraps mitmproxy for live capture and mitmproxy2swagger for spec derivation.
Tools
Tool | What it does |
| Confirm mitmdump is on PATH |
| Spawn mitmdump in the background |
| Stop a previously-started capture |
| Read a mitmproxy flow file |
| Convert HAR → OpenAPI 3.0 spec (with path templating) |
| mitmproxy2swagger on a flow file → OAS |
| Filter flows by method/host/path/status/content-type |
| Heuristically find tokens, JWTs, API keys |
Related MCP server: Swagger Testcase MCP
Install
pip install mitmproxy mitmproxy2swagger
pip install -e ./servers/re-mitm2swaggerWhy this matters
Most mobile apps and SPAs talk to a REST API. The fastest way to understand the API surface is to capture traffic, then derive the spec. mitmproxy handles the capture, mitmproxy2swagger handles the spec — this server glues them together with secrets detection and filtering.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceMCP server providing token-efficient access to OpenAPI/Swagger specs via MCP Resources for client-side exploration.Last updated12976MIT
- AlicenseAqualityFmaintenanceMCP server for API test case generation from Swagger/OpenAPI specs. Parses Swagger 2.0 and OpenAPI 3.x, generates test cases across 8 categories (positive, negative, boundary, auth, security, idempotency, pagination, business logic), and exports to Postman, TestRail, Allure, k6, pytest, Gherkin, and CSV. Supports internal corporate APIs with auth headers. Auto-saves export files to your working diLast updated10372MIT
- Alicense-qualityAmaintenanceTurn any OpenAPI / Swagger spec into an agent-ready MCP server.Last updated321MIT
- Alicense-qualityFmaintenanceMCP server for mitmproxy that lets any MCP client analyze, intercept, and replay HTTP/HTTPS traffic.Last updated7MIT
Related MCP Connectors
MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes.
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
A basic MCP server to operate on the Postman API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Heretek-RE/re-mitm2swagger'
If you have feedback or need assistance with the MCP directory API, please join our Discord server