> ## Documentation Index
> Fetch the complete documentation index at: https://docs.caylex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Postman

> Rapid API server generation for AI integration

The Postman MCP Server connects AI agents to the full breadth of Postman's API management platform, enabling automated control over workspaces, collections, environments, specifications, mocks, and monitors. Within Caylex, AI agents can translate natural language commands into Postman API workflows — creating and tagging collections, updating request documentation, managing environment variables, synchronizing code with specifications, and orchestrating multi-step API processes without manual intervention. The server supports two authentication modes: OAuth for standard accounts and API key authentication for all regions including EU. This makes it a powerful tool for teams building AI-driven API lifecycle automation, from rapid prototyping to ongoing collection and workspace management.

<Warning>
  **Prerequisites:**

  * A Postman account with API access is required; generate a Postman API key from your Postman account settings before connecting.
  * OAuth authentication is available for standard (non-EU) regions; EU region users must use API key authentication only.
  * Access to the relevant Postman workspaces, collections, or environments you intend to manage via the AI agent.
</Warning>

<Note>
  **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.
</Note>

## Server Details

| Property        | Value                                                      |
| --------------- | ---------------------------------------------------------- |
| **Transport**   | Streamable HTTP                                            |
| **Server Type** | External                                                   |
| **Endpoint**    | [https://mcp.postman.com/mcp](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](/auth/auth-links) 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

<Steps>
  <Step title="Add the server">
    Navigate to the **Server Library** and click on the **New Server** button. Find **Postman** in the Caylex Catalog.
  </Step>

  <Step title="Server Onboarding flow">
    Go through the server onboarding flow.
  </Step>

  <Step title="Use in a project">
    Add the server to a [project](https://app.caylex.dev/projects) by configuring project connections. Its tools are now available to any agents connected to that project.
  </Step>
</Steps>

## Related Servers

<CardGroup cols={2}>
  <Card title="Github" href="/server-catalog/github" icon="https://d338mlbnszozgc.cloudfront.net/logos/github.svg" />
</CardGroup>

## References

<CardGroup cols={1}>
  <Card title="https://learning.postman.com/docs/developer/postman-api/postman-mcp-server/set-up-postman-mcp-server" href="https://learning.postman.com/docs/developer/postman-api/postman-mcp-server/set-up-postman-mcp-server" icon="arrow-up-right-from-square" />

  <Card title="https://learning.postman.com/docs/postman-ai/mcp-servers/overview" href="https://learning.postman.com/docs/postman-ai/mcp-servers/overview" icon="arrow-up-right-from-square" />
</CardGroup>
