Postman MCP Server

run-collection

Execute Postman Collections with Newman to automate API testing, analyze results, and integrate workflows using environment and global variables for comprehensive performance insights.

Instructions

Run a Postman Collection using Newman

Input Schema

NameRequiredDescriptionDefault
collectionYesPath or URL to the Postman collection
environmentNoOptional path or URL to environment file
globalsNoOptional path or URL to globals file
iterationCountNoOptional number of iterations to run

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Path or URL to the Postman collection", "type": "string" }, "environment": { "description": "Optional path or URL to environment file", "type": "string" }, "globals": { "description": "Optional path or URL to globals file", "type": "string" }, "iterationCount": { "description": "Optional number of iterations to run", "type": "number" } }, "required": [ "collection" ], "type": "object" }

You must be authenticated.

Other Tools from Postman MCP Server

Related Tools

ID: qfx34b2s2v