MitmProxy2Swagger is a tool that automatically converts mitmproxy captures to OpenAPI 3.0 specifications, allowing users to reverse-engineer REST APIs by capturing traffic. The tool can process HAR files exported from browser DevTools and generates endpoint descriptions. It requires users to edit the schema file to remove the 'ignore:' prefix from the paths they wish to generate. The tool can also add example data to requests and responses, but this may add sensitive data to the schema.