Postman MCP Server

run-collection

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