MCP Postman Server enables AI assistants to execute Postman collections using Newman, allowing for automated API testing and interaction directly within conversations. Built with TypeScript, it leverages the Newman library to run collections, validate responses, and return results in a structured format. The implementation includes comprehensive error handling, supports environment variables, and can be deployed as a Docker container or run locally. This tool is particularly valuable for developers and QA teams who need to test APIs, validate endpoints, or automate API workflows without leaving their AI assistant interface.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Runs a Postman collection and returns the test results. Parameters: collection (required), environment (optional), globals (optional), iterationCount (optional)