Skip to main content
Feedback

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.

ToolDescription
postman_postmanfetchworkspace_invokeRetrieve a single workspace by ID.
getAllApIsGet all APIs
createApiCreate API
deleteAnApiDelete an API
singleApiSingle API
updateAnApiUpdate an API
getAllApiVersionsGet All API Versions
createApiVersionCreate API Version
deleteAnApiVersionDelete an API Version
getAnApiVersionGet an API Version
updateAnApiVersionUpdate an API Version
getContractTestRelationsGet contract test relations
getDocumentationRelationsGet documentation relations
getEnvironmentRelationsGet environment relations
getIntegrationTestRelationsGet integration test relations
getMonitorRelationsGet monitor relations
getLinkedRelationsGet linked relations
createRelationsCreate relations
createSchemaCreate Schema
getSchemaGet Schema
updateSchemaUpdate Schema
createCollectionFromSchemaCreate collection from schema
getTestSuiteRelationsGet test suite relations
syncRelationsWithSchemaSync relations with schema
allCollectionsAll Collections
createCollectionCreate Collection
createAForkCreate a Fork
mergeAForkMerge a Fork
deleteCollectionDelete Collection
singleCollectionSingle Collection
updateCollectionUpdate Collection
allEnvironmentsAll Environments
createEnvironmentCreate Environment
deleteEnvironmentDelete Environment
singleEnvironmentSingle Environment
updateEnvironmentUpdate Environment
importExternalApiSpecificationImport external API specification
apiKeyOwnerAPI Key Owner
allMocksAll Mocks
createMockCreate Mock
deleteMockDelete Mock
singleMockSingle Mock
updateMockUpdate Mock
publishMockPublish Mock
unpublishMockUnpublish Mock
allMonitorsAll Monitors
createMonitorCreate Monitor
deleteMonitorDelete Monitor
singleMonitorSingle Monitor
updateMonitorUpdate Monitor
runAMonitorRun a Monitor
createWebhookCreate Webhook
allWorkspacesAll workspaces
createWorkspaceCreate Workspace
deleteWorkspaceDelete Workspace
singleWorkspaceSingle workspace
updateWorkspaceUpdate Workspace
On this Page