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
        • Overview
        • MCP servers in Postman Flows
        • Create an MCP server flow
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
  • Test your MCP server in Postman
Postman AICreate MCP servers with Flows

MCP servers in Postman Flows

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

Create MCP servers with Postman Flows

Next

Create an MCP server with Postman Flows

Built with

In Postman Flows, you can create and deploy a flow that functions as a Model Context Protocol (MCP) server with MCP tools, prompts, and resources. When deployed to a public URL, the flow can process incoming requests and send the results as responses.

This document describes the concepts behind MCP servers in Flows. For the steps to create one, see Create an MCP server with Postman Flows.

A deployed flow has a public URL in the Postman cloud. Users can send requests to the flow’s URL. The URL can also be triggered by external systems like webhooks, third-party apps, and other APIs. The flow processes incoming data using the blocks on its canvas, then sends the result as a response.

To function as an MCP server, a deployed flow needs an MCP block that defines the server’s MCP tools, prompts, and resources. Data items required by MCP tools are called arguments. The body of the MCP block must follow the MCP tool definition structure.

Test your MCP server in Postman

You can use your MCP server from any client that supports the Model Context Protocol, such as Claude or VS Code GitHub Copilot. But you can also quickly test your MCP server from Postman, using an MCP request.

When you create an MCP request in Postman and connect to the MCP server, the request shows the available tools. You can click a tool to see its required arguments. You can then enter the required arguments and click Run to get a response from the MCP server.