Postman MCP connector
Postman is an API platform for building, testing, and managing APIs throughout the development lifecycle. The Postman MCP connector allows AI agents to access and manage workspaces, create and modify APIs and their versions, and organize API collections. It also supports retrieving API metadata, deleting outdated API versions, and coordinating API development across team workspaces.
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:
- Build and test APIs without writing code in Postman workspaces
- Organize API collections to standardize requests across teams
- Version API schemas and track changes over time
- Generate collections automatically from API schemas
- Link monitors, tests, and documentation to APIs for complete governance
- Merge API branches and sync schema changes across environments
- Create forks of collections for team collaboration and testing
Example prompts
Use the following example prompts to invoke Postman MCP connector tools from your AI assistant or Boomi Connect workflow:
Show me all APIs in my Postman workspace.Create a new API called customer service in Postman.List all collections I have in Postman.Generate a collection from my API schema in Postman.Get all versions of my payment API in Postman.Delete the outdated user authentication API from Postman.Show me which tests are linked to my order API in Postman.Create a fork of the checkout collection for the payments team.Sync my schema with all related environments in Postman.Merge the payment processing API fork back to the main version.
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 | Retrieves details and contents of a specific workspace. |
| getAllApIs | Lists all available services within your account. |
| createApi | Creates a new service with the specified information. |
| deleteAnApi | Removes a service from your account permanently. |
| singleApi | Retrieves details for a specific service. |
| updateAnApi | Modifies the settings or information of an existing service. |
| getAllApiVersions | Lists all versions of a specific service. |
| createApiVersion | Creates a new version of an existing service. |
| deleteAnApiVersion | Removes a version from a service. |
| getAnApiVersion | Retrieves details for a specific service version. |
| updateAnApiVersion | Modifies the settings of a service version. |
| getContractTestRelations | Retrieves linked contract testing configurations. |
| getDocumentationRelations | Retrieves linked documentation files. |
| getEnvironmentRelations | Retrieves linked environment configurations. |
| getIntegrationTestRelations | Retrieves linked integration testing configurations. |
| getMonitorRelations | Retrieves linked monitoring configurations. |
| getLinkedRelations | Retrieves all linked resources. |
| createRelations | Links resources together within your account. |
| createSchema | Creates a new data structure definition. |
| getSchema | Retrieves details of a data structure definition. |
| updateSchema | Modifies an existing data structure definition. |
| createCollectionFromSchema | Generates a collection based on a data structure. |
| getTestSuiteRelations | Retrieves linked test suite configurations. |
| syncRelationsWithSchema | Updates linked resources to match data structure changes. |
| allCollections | Lists all request groups in your account. |
| createCollection | Creates a new request group with specified settings. |
| createAFork | Creates a branched copy of an existing request group. |
| mergeAFork | Combines changes from a branched copy into the original. |
| deleteCollection | Removes a request group from your account permanently. |
| singleCollection | Retrieves details for a specific request group. |
| 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. |