Important API details:
- EU region users must authenticate using an API key — OAuth is not supported for the EU Postman MCP server.
- The server supports different tool configurations (Full, Code, Minimal) which expose different subsets of tools depending on your use case.
- For EU region usage, the server targets a separate regional endpoint; ensure your Caylex project is configured with the appropriate regional setting.
- A complete and up-to-date list of available tools is maintained in the Postman MCP server public collection on the Postman API Network.
Server Details
| Property | Value |
|---|---|
| Transport | Streamable HTTP |
| Server Type | External |
| Endpoint | https://mcp.postman.com/mcp |
| Categories | API Tools & Services, Development & DevOps |
Authentication
This server supports the following authentication method:Header Authentication
This server authenticates via HTTP headers. During the server onboarding flow, you will be prompted to confirm the required headers. Note that you do not provide the values for the headers during the server on-boarding. Header values are provided by the users during the Auth Link flow.Server Configuration
The following parameters can be set in the server URL when adding this server to your Caylex project:| Parameter | Type | Description | Example |
|---|---|---|---|
region | query | Specifies the Postman API region to target. Set to ‘eu’ to route requests to the EU regional Postman API. Omit for the default global region. | eu |
configuration | path | Selects the tool configuration/subset exposed by the server. Options typically include ‘full’ (all tools), ‘code’ (code-sync focused tools), or ‘minimal’ (lightweight toolset). Determines which Postman capabilities are available to your AI agent. | full |
Getting Started
Add the server
Navigate to the Server Library and click on the New Server button. Find Postman in the Caylex Catalog.
Use in a project
Add the server to a project by configuring project connections. Its tools are now available to any agents connected to that project.