code2postman-mcp
If you are the rightful owner of code2postman-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Code2Postman MCP is an open-source tool that leverages the Model Context Protocol to help developers quickly generate Postman collections from their codebase.
Code2Postman MCP is a Model Context Protocol server implementation designed to streamline the process of converting code directories into Postman collections. By analyzing code files, it identifies API endpoints and automatically generates structured Postman collections. This tool is invaluable for developers who need to test, document, and share their APIs efficiently. With features like code analysis, collection generation, and folder organization, Code2Postman MCP simplifies the management of API endpoints. It also supports variables and authentication configuration, ensuring that collections are both flexible and secure. Additionally, the tool can generate event scripts, such as pre-request and test scripts, enhancing the functionality of the collections.
Features
- Code Analysis: Automatically scan your codebase to identify API endpoints and their parameters
- Collection Generation: Create complete Postman collections with proper structure
- Folder Organization: Organize endpoints logically in folders based on code structure
- Variables Support: Add and manage collection variables for greater flexibility
- Authentication Configuration: Set up authentication methods automatically based on code patterns