From postman
Provides Postman concepts reference (collections, environments, mocks, specs) and MCP tool selection guide for workspace ops, CRUD, sync, and testing.
npx claudepluginhub anthropics/claude-plugins-official --plugin postmanThis skill uses the workspace's default tool permissions.
Reference for Postman concepts and MCP tool selection. Use this context when working with Postman MCP tools to make better decisions.
Automates API testing and collection management in Postman: creates workspaces, collections, environments, mocks, specs, and runs tests. Useful for OpenAPI generation, automated testing, and environment setup.
Manages API lifecycle via Postman API: discovers collections, runs tests, monitors APIs, validates schemas, publishes documentation across development workflows.
Routes Postman and API requests to commands for syncing collections/specs, generating client code/SDKs, searching APIs, running tests, creating mocks, docs, security audits, and setup.
Share bugs, ideas, or general feedback.
Reference for Postman concepts and MCP tool selection. Use this context when working with Postman MCP tools to make better decisions.
| Goal | Approach |
|---|---|
| Push code changes to Postman | Create/update spec in Spec Hub, then sync to collection |
| Consume a Postman API | Read collection + generate client code |
| Find an API | Search workspace collections in private network/user's workspaces/public network, then drill into details |
| Test an API | Run collection with runCollection |
| Create a fake API for frontend | Create mock server from collection with examples |
| Document an API | Analyze collection completeness, fill gaps, optionally publish |
| Audit API security | Run security checks against spec or collection |
Workspace operations: getWorkspaces, getWorkspace, createWorkspace
Collection CRUD: getCollections, getCollection, createCollection, putCollection, patchCollection, deleteCollection
Request/Response: getCollectionRequest, createCollectionRequest, updateCollectionRequest, getCollectionResponse, createCollectionResponse, updateCollectionResponse
Folder management: getCollectionFolder, createCollectionFolder, updateCollectionFolder
Spec Hub: getAllSpecs, getSpec, createSpec, getSpecDefinition, updateSpecFile, getSpecFiles
Sync: generateCollection, syncCollectionWithSpec, syncSpecWithCollection
Environments: getEnvironments, getEnvironment, createEnvironment, putEnvironment
Mocks: getMocks, getMock, createMock, publishMock, unpublishMock
Tests: runCollection
Docs: publishDocumentation, unpublishDocumentation
Search: searchPostmanElementsInPrivateNetwork (private/org APIs, default), searchPostmanElementsInPublicNetwork (public network), getTaggedEntities
User: getAuthenticatedUser
See mcp-limitations.md in this skill folder for known limitations and workarounds.