Token导航 LogoToken导航TokenDH.com
PO
文档知识HTTP官方级别未说明来源级核验

Postman (verified)

MCP Server

Test and debug APIs with collections, environments, and monitors. Run requests, inspect responses, and collaborate on API documentation.

工具数

公开资料未说明
JavaScriptHTTP文档处理

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:38

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add postman

详细介绍

Postman (verified)

Test and debug APIs with collections, environments, and monitors. Run requests, inspect responses, and collaborate on API documentation.

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add postman

# Browse available tools
npx -y smithery tool list postman

# Get full schema for a tool
npx -y smithery tool get postman createCollection

# Call a tool
npx -y smithery tool call postman createCollection '{}'

Direct MCP Connection

Endpoint: https://postman.run.tools

Tools (41)

  • createCollection — Creates a collection using the [Postman Collection v2.1.0 schema format](https://schema.postman.com/collection/json/v2.…
  • createCollectionRequest — Creates a request in a collection. For a complete list of properties, refer to the Request entry in the [Postman Co…
  • createCollectionResponse — Creates a request response in a collection. For a complete list of request body properties, refer to the Response e…
  • createEnvironment — Creates an environment.
  • createMock — Creates a mock server in a collection.
  • createSpec — Creates an API specification in Postman's [Spec Hub](https://learning.postman.com/docs/design-apis/specifications/overv…
  • createSpecFile — Creates an API specification file.
  • createWorkspace — Creates a new [workspace](https://learning.postman.com/docs/collaborating-in-postman/using-workspaces/creating-workspac…
  • duplicateCollection — Creates a duplicate of the given collection in another workspace.
  • generateCollection — Creates a collection from the given API specification.
  • generateSpecFromCollection — Generates an API specification for the given collection. The response contains a polling link to the task status.
  • getAllSpecs — Gets all API specifications in a workspace.
  • getAuthenticatedUser — Gets information about the authenticated user.
  • getCollection — Get information about a collection. By default this tool returns the lightweight collection map (metadata + recursive i…
  • getCollections — The workspace ID query is required for this endpoint. If not provided, the LLM should ask the user to provide it.
  • getDuplicateCollectionTaskStatus — Gets the status of a collection duplication task.
  • getEnabledTools — IMPORTANT: Run this tool first when a requested tool is unavailable. Returns information about which tools are enabled …
  • getEnvironment — Gets information about an environment.
  • getEnvironments — Gets information about all of your [environments](https://learning.postman.com/docs/sending-requests/managing-environme…
  • getGeneratedCollectionSpecs — Gets the API specification generated for the given collection.
  • getMock — Gets information about a mock server.
  • getMocks — Gets all active mock servers. By default, returns only mock servers you created across all workspaces.
  • getSpec — Gets information about an API specification.
  • getSpecCollections — Gets all of an API specification's generated collections.
  • getSpecDefinition — Gets the complete contents of an API specification's definition.
  • getSpecFile — Gets the contents of an API specification's file.
  • getSpecFiles — Gets all the files in an API specification.
  • getTaggedEntitiesRequires an Enterprise plan. Tagging is only available on Postman Enterprise plans. This tool returns a 404 error o…
  • getWorkspace — Gets information about a workspace.
  • getWorkspaces — Gets all workspaces you have access to.
  • publishMock — Publishes a mock server. Publishing a mock server sets its Access Control configuration setting to public.
  • putCollection — Replaces the contents of a collection using the [Postman Collection v2.1.0 schema format](https://schema.postman.com/co…
  • putEnvironment — Replaces all the contents of an environment with the given information.
  • runCollection — Runs a Postman collection by ID with detailed test results and execution statistics. Supports optional environment for …
  • syncCollectionWithSpec — Syncs a collection generated from an API specification. This is an asynchronous endpoint that returns an HTTP \`202 Acc…
  • syncSpecWithCollection — Syncs an API specification linked to a collection. This is an asynchronous endpoint that returns an HTTP \`202 Accepted…
  • updateCollectionRequest — Updates a request in a collection. For a complete list of properties, refer to the Request entry in the [Postman Co…
  • updateMock — Updates a mock server.
  • updateSpecFile — Updates an API specification's file.
  • updateSpecProperties — Updates an API specification's properties, such as its name.
  • updateWorkspace — Updates a workspace.
# Get full input/output schema for a tool
npx -y smithery tool get postman 

Resources

  • postman://instructions — Instructions for using the Postman MCP server

目录标签

目录标签

JavaScriptHTTP文档处理

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

unknown

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPunknown部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP