Arlet
Postman

Connect Postman to Gemini Enterprise

Search, read and write Postman from Gemini Enterprise. Arlet links the two through one MCP connection and takes care of keys and authentication.

Arlet makes Postman's official MCP server available from the AI client you already use. Signing in completes the connection.

The AI can work with workspaces and collections, add and update requests, manage environments, specs and mocks, and run collections. This uses the US region's Minimal configuration (about 40 core tools); the available tools are those provided by Postman's official server.

How to connect Postman to Gemini Enterprise

  1. 1

    In the Arlet dashboard, open Integrations β†’ Add an integration and choose Postman. Sign in with Link Postman, name the connection and click Create.

  2. 2

    Sign in to Gemini Enterprise with your organization Google account and open the gear icon at the bottom left β†’ Connectors β†’ Add MCP Server.

  3. 3

    In the MCP info tab, enter https://mcp.arlet.dev/mcp/ as the Server URL and "Arlet" as the Name. In the Auth tab, enter the OAuth settings from the Arlet docs (Authorization URL / Token URL / Client ID / Client Secret / Scopes) and click Add.

  4. 4

    In the connector list on the chat screen, click Connect on Arlet, sign in with Google and authorize. Arlet can then be enabled with the toggle.

Adding custom connectors (MCP) requires a Gemini Enterprise subscription and is not available in the consumer Gemini app. See the docs for the values to enter in the Auth tab.

What you can do

Postman tools that Gemini Enterprise can call.

  • getWorkspaces

    List workspaces.

  • getCollections

    List the collections in a workspace.

  • getCollection

    Get a collection's structure.

  • createCollection

    Create a collection.

  • createCollectionRequest

    Add a request to a collection.

  • updateCollectionRequest

    Update a request.

  • runCollection

    Run a collection and return the results.

  • getEnvironments

    List environments.

  • createEnvironment

    Create an environment.

  • getAllSpecs

    List API specs.

  • createSpec

    Create an API spec.

  • generateCollection

    Generate a collection from a spec.

  • syncCollectionWithSpec

    Sync a collection with its spec.

  • createMock

    Create a mock server.

  • searchPostmanElements

    Search elements in a workspace.

The tool list follows what Postman's official MCP server provides and may change.

Example uses

  • Run API tests

    Run a collection and summarize failing requests and why.

  • Build a collection from a spec

    Register an OpenAPI spec, generate a collection and set up an environment.

  • Maintain requests

    Add requests for new endpoints to an existing collection with examples and tests.

  • Develop against a mock

    Create a mock server from a spec so front-end work can start early.

Prompts you can use as-is

  • Run the Payments API collection against the staging environment and summarize the failures
  • Register this OpenAPI spec and create a collection and a staging environment for it
  • Add a POST /refunds request to the Payments API collection
  • Create a mock server from the Payments API spec and give me the URL

Use Postman with other AI clients