postman-mcp-server

create_mock

Create a new mock server. Creates in Personal workspace if workspace not specified.

Input Schema

NameRequiredDescriptionDefault
mockYes
workspaceNoWorkspace ID to create the mock in

Input Schema (JSON Schema)

{ "properties": { "mock": { "properties": { "collection": { "description": "Collection ID to mock", "type": "string" }, "description": { "description": "Mock server description", "type": "string" }, "environment": { "description": "Environment ID to use", "type": "string" }, "name": { "description": "Mock server name", "type": "string" }, "private": { "description": "Access control setting", "type": "boolean" }, "versionTag": { "description": "Collection version tag", "type": "string" } }, "required": [ "collection", "name" ], "type": "object" }, "workspace": { "description": "Workspace ID to create the mock in", "type": "string" } }, "required": [ "mock" ], "type": "object" }

You must be authenticated.

Other Tools