# Postman MCP Node

> Access Postman MCP actions through Scalekit.

**URL:** https://caywork.com/learn/docs/node/postmanmcp-node

## Content

## Description
Access Postman MCP actions through the Scalekit MCP gateway.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `postmanmcp_createcollection`
* `postmanmcp_createcollectionrequest`
* `postmanmcp_createcollectionresponse`
* `postmanmcp_createenvironment`
* `postmanmcp_createmock`
* `postmanmcp_createspec`
* `postmanmcp_createspecfile`
* `postmanmcp_createworkspace`
* `postmanmcp_duplicatecollection`
* `postmanmcp_generatecollection`
* `postmanmcp_generatespecfromcollection`
* `postmanmcp_getallspecs`
* `postmanmcp_getauthenticateduser`
* `postmanmcp_getcollection`
* `postmanmcp_getcollections`
* `postmanmcp_getduplicatecollectiontaskstatus`
* `postmanmcp_getenabledtools`
* `postmanmcp_getenvironment`
* `postmanmcp_getenvironments`
* `postmanmcp_getgeneratedcollectionspecs`
* `postmanmcp_getmock`
* `postmanmcp_getmocks`
* `postmanmcp_getspec`
* `postmanmcp_getspeccollections`
* `postmanmcp_getspecdefinition`
* `postmanmcp_getspecfile`
* `postmanmcp_getspecfiles`
* `postmanmcp_gettaggedentities`
* `postmanmcp_getworkspace`
* `postmanmcp_getworkspaces`
* `postmanmcp_publishmock`
* `postmanmcp_putcollection`
* `postmanmcp_putenvironment`
* `postmanmcp_searchpostmanelements`
* `postmanmcp_synccollectionwithspec`
* `postmanmcp_syncspecwithcollection`
* `postmanmcp_updatecollectionrequest`
* `postmanmcp_updatemock`
* `postmanmcp_updatespecfile`
* `postmanmcp_updatespecproperties`
* `postmanmcp_updateworkspace`

## Use Cases
1. **Automate Postman MCP workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.