For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Postman
PricingEnterprise
Contact SalesSign InSign Up for Free
HomeDocs
HomeDocs
      • Overview
        • Postman API overview
        • Postman API authentication
        • Postman API access rate limits
        • Make a call with the Postman API
          • Overview
          • Remote server setup
          • Local server setup
          • Tips and best practices
Postman API Platform

Product

  • Postman Overview
  • Enterprise
  • Spec Hub
  • Flows
  • Agent Mode
  • API Catalog
  • Fern
  • Postman CLI
  • Integrations
  • Workspaces
  • Plans and pricing

API Network

  • App Security
  • Artificial Intelligence
  • Communication
  • Data Analytics
  • Database
  • Developer Productivity
  • DevOps
  • Ecommerce
  • eSignature
  • Financial Services
  • Payments
  • Travel

Resources

  • Postman Docs
  • Academy
  • Community
  • Templates
  • Intergalactic
  • Videos
  • MCP Servers

Legal and Security

  • Legal Terms Hub
  • Terms of Service
  • Postman Product Terms
  • Security
  • Website Terms of Use

Company

  • About
  • Careers and culture
  • Contact us
  • Partner program
  • Customer stories
  • Student programs
  • Press and media
Twitter iconLinkedIn iconGithub iconYouTube iconInstagram iconDiscord icon
Download Postman
Privacy Policy

© 2026 Postman, Inc.

On this page
  • Use cases
  • Authentication
  • Get started with agents
ReferencePostman API referencePostman MCP Server

Use AI agents with the Postman API

||View as Markdown|
Was this page helpful?
Previous

Access Postman data programmatically

Next

Set up a remote Postman MCP server

Built with

The Postman Model Context Protocol (MCP) server enables AI agents like Claude, Cursor, and VS Code to help you manage your Postman resources, including workspaces, collections, specifications, mocks, and monitors. The server translates your natural language commands into API workflows behind the scenes. With MCP, you can build AI agents and complex workflows on top of LLMs using the tools and context provided by the servers.

The Postman MCP server is also available in the Postman MCP server GitHub repository.

Communication between the Postman API and the AI agent happens through the following methods:

  • Remote Server — Securely links the agent to the server over streamable HTTPS, without requiring any extra agent setup. Great for using the Postman MCP server with your preferred IDE or AI agent. It supports several tool configurations to better serve different use cases.

  • Local Server — Runs the MCP server locally on the agent machine with STDIO. Requires downloading and running the source code yourself or spinning up a local Docker image. Local servers also support different tool configurations to support different use cases.

For a complete list of the Postman MCP server’s tools, see the Postman MCP server collection.

EU support

The Postman MCP server supports the EU region for remote and local servers:

  • For streamable HTTP, the remote server is available at https://mcp.eu.postman.com/mcp (Full), https://mcp.eu.postman.com/code, and https://mcp.eu.postman.com/minimal.
  • For the STDIO public package, use the --region eu flag to specify the Postman API EU region, or set the POSTMAN_API_BASE_URL environment variable directly.

OAuth isn’t supported for the EU Postman MCP server. The EU remote server only supports API key authentication.

Use cases

  • Code synchronization — Effortlessly keep your code in sync with your collections and specifications.
  • Collection management — Create and tag collections, update collection and request documentation, add comments, or perform actions across multiple collections without leaving your editor.
  • Workspace and environment management — Create workspaces and environments, plus manage your environment variables.
  • Automatic spec creation — Create specifications from your code and use them to generate Postman Collections.

The Postman MCP server supports both remote servers through streamable HTTP and local servers with STDIO. Postman also offers servers as an npm package and as a Docker image.

Authentication

For the best developer experience and fastest setup, use OAuth on the remote server. OAuth is fully compliant with the MCP Authorization specification and doesn’t require manual API key configuration.

The EU remote server and the local server support only Postman API key authentication.

Get started with agents

Get set up and running with your remote or local Postman MCP server. Then, explore best practices and tips for getting the most out of its features.