Postman MCP connector
Updated
Postman is an API platform for building, testing, and managing APIs across development teams. The Postman MCP connector allows AI agents to create, update, and manage APIs and their versions within workspaces and collections. It also supports organizing workspace resources and tracking API lifecycle changes across a Postman instance.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Postman MCP connector to perform the following actions:
- Create and manage API projects across teams in Postman
- Publish and track multiple API versions for consistent rollouts
- Link contract tests, monitors, and documentation to API projects automatically
- Build and organize collections to standardize testing across projects
- Generate collections directly from schemas to speed up development
- Fork and merge collections to collaborate safely across teams
- Sync schemas with linked test suites and environments in real time
- Retrieve workspace details to keep teams aligned on API ownership
Example prompts
Use the following example prompts to invoke Postman MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all the API projects we have in Postman.Create a new collection in Postman for our support team requests.What versions have we published for our payments API in Postman?List the documentation linked to our customer API project in Postman.Can you fork our shared collection in Postman so I can test changes?Merge my updates back into the main collection in Postman.Show me the schema for our billing API in Postman.Which monitors are tracking our API project in Postman.Delete the old API version we no longer use in Postman.Pull up the details for our team's workspace in Postman.
Postman MCP connector tools
The Postman MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| postman_postmanfetchworkspace_invoke | Retrieve a single workspace by ID. |
| getAllApIs | Get all APIs |
| createApi | Create API |
| deleteAnApi | Delete an API |
| singleApi | Single API |
| updateAnApi | Update an API |
| getAllApiVersions | Get All API Versions |
| createApiVersion | Create API Version |
| deleteAnApiVersion | Delete an API Version |
| getAnApiVersion | Get an API Version |
| updateAnApiVersion | Update an API Version |
| getContractTestRelations | Get contract test relations |
| getDocumentationRelations | Get documentation relations |
| getEnvironmentRelations | Get environment relations |
| getIntegrationTestRelations | Get integration test relations |
| getMonitorRelations | Get monitor relations |
| getLinkedRelations | Get linked relations |
| createRelations | Create relations |
| createSchema | Create Schema |
| getSchema | Get Schema |
| updateSchema | Update Schema |
| createCollectionFromSchema | Create collection from schema |
| getTestSuiteRelations | Get test suite relations |
| syncRelationsWithSchema | Sync relations with schema |
| allCollections | All Collections |
| createCollection | Create Collection |
| createAFork | Create a Fork |
| mergeAFork | Merge a Fork |
| deleteCollection | Delete Collection |
| singleCollection | Single Collection |
| updateCollection | Update Collection |
| allEnvironments | All Environments |
| createEnvironment | Create Environment |
| deleteEnvironment | Delete Environment |
| singleEnvironment | Single Environment |
| updateEnvironment | Update Environment |
| importExternalApiSpecification | Import external API specification |
| apiKeyOwner | API Key Owner |
| allMocks | All Mocks |
| createMock | Create Mock |
| deleteMock | Delete Mock |
| singleMock | Single Mock |
| updateMock | Update Mock |
| publishMock | Publish Mock |
| unpublishMock | Unpublish Mock |
| allMonitors | All Monitors |
| createMonitor | Create Monitor |
| deleteMonitor | Delete Monitor |
| singleMonitor | Single Monitor |
| updateMonitor | Update Monitor |
| runAMonitor | Run a Monitor |
| createWebhook | Create Webhook |
| allWorkspaces | All workspaces |
| createWorkspace | Create Workspace |
| deleteWorkspace | Delete Workspace |
| singleWorkspace | Single workspace |
| updateWorkspace | Update Workspace |