Skip to main content
Glama

Postman MCP Server

by Gechmind

run-collection

Execute Postman Collections using Newman by specifying the collection path or URL. Optional inputs include environment files, globals, and iteration counts for detailed API testing and results.

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

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/Gechmind/mcp-postman'

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