rest-to-postman
If you are the rightful owner of rest-to-postman 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.
A Model Context Protocol (MCP) server that converts REST API code to Postman collections and environments.
The REST-to-Postman MCP server is designed to streamline the process of converting REST API endpoints into Postman collections and environments. It supports various REST frameworks like NestJS, FastAPI, and Flask, allowing developers to automatically sync their API endpoints and environment configurations with Postman. This tool is particularly useful for developers who need to maintain up-to-date API documentation and testing environments in Postman. It supports multiple authentication methods, including Bearer tokens, and intelligently merges new endpoints with existing collections. The server can handle sensitive environment variables automatically and supports both stdio and SSE transport modes.
Features
- Convert REST API endpoints to Postman collections
- Sync environment variables with Postman environments
- Support for various authentication methods (e.g., Bearer token)
- Intelligent merging of new endpoints with existing collections
- Automatic handling of sensitive environment variables
Tools
REST to Postman Environment
Creates or updates a Postman environment with your application's environment variables.
REST to Postman Collection
Creates or updates a Postman collection with your REST API endpoints.