Labsco
MCP SERVER

Postman MCP Server

by shannonlal

Run the Postman collection that guards your API from the conversation, and read the pass or fail without opening Newman.

Automated Testing & QAVerified
Summary
The API suite runs where you are changing the API.

A collection someone else wrote and an environment file are the whole input, so the assertions that guard CI can be pointed at a local change mid-conversation. iterationCount repeating the run is how an intermittent failure separates itself from a broken endpoint.

What it is

One tool that executes a Postman collection through Newman, taking the collection, an optional environment and globals, and a number of iterations.

What you get
  • A Postman collection executed through Newman and its result returned in the session
  • An environment file and a globals file supplied alongside the collection
  • The whole run repeated for an iterationCount you set
Requirements

Npx on your PATH and a Postman collection to run. No account and no key.

Setup effort

One command — npx -y mcp-postman