Skip to main content
Glama

Postman MCP Server

by shannonlal

run-collection

Execute Postman Collections with Newman to conduct API tests, analyze results, and integrate testing workflows via a standardized interface.

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" }

Other Tools from Postman MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shannonlal/mcp-postman'

If you have feedback or need assistance with the MCP directory API, please join our Discord server