postman-mcp-server
A basic MCP server to operate on the Postman API.
What it says
The record the registry holds
Where it answers
https://mcp.postman.com/mcp · streamable-httphttps://mcp.postman.com/minimal · streamable-httphttps://mcp.eu.postman.com/mcp · streamable-httphttps://mcp.eu.postman.com/minimal · streamable-http
How you get it
It also ships as a package you run yourself.
@postman/postman-mcp-server · npm · 2.12.0https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.12.0/postman-mcp-server-minimal.mcpb · mcpbhttps://github.com/postmanlabs/postman-mcp-server/releases/download/v2.12.0/postman-mcp-server-full.mcpb · mcpbhttps://github.com/postmanlabs/postman-mcp-server/releases/download/v2.12.0/postman-mcp-server-code.mcpb · mcpb
the record
Copied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "com.postman/postman-mcp-server",
"description": "A basic MCP server to operate on the Postman API.",
"repository": {
"url": "https://github.com/postmanlabs/postman-mcp-server",
"source": "github"
},
"version": "2.12.0",
"packages": [
{
"registryType": "npm",
"identifier": "@postman/postman-mcp-server",
"version": "2.12.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "A valid Postman API key.",
"isRequired": true,
"isSecret": true,
"name": "POSTMAN_API_KEY"
}
]
},
{
"registryType": "mcpb",
"identifier": "https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.12.0/postman-mcp-server-minimal.mcpb",
"fileSha256": "ddffc6558f262e10f4794108427d219ff507402bfe9b1db94cb0b0d441a27737",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "A valid Postman API key.",
"isRequired": true,
"isSecret": true,
"name": "POSTMAN_API_KEY"
}
]
},
{
"registryType": "mcpb",
"identifier": "https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.12.0/postman-mcp-server-full.mcpb",
"fileSha256": "15733e75b0b988aa986ee6c32dddb17a1e292651377125ec2d96bd829b03652d",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "A valid Postman API key.",
"isRequired": true,
"isSecret": true,
"name": "POSTMAN_API_KEY"
}
]
},
{
"registryType": "mcpb",
"identifier": "https://github.com/postmanlabs/postman-mcp-server/releases/download/v2.12.0/postman-mcp-server-code.mcpb",
"fileSha256": "0155769a5fd196fd983407563e4bdf6bd4d653ff7be2563939b99adc71510e84",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "A valid Postman API key.",
"isRequired": true,
"isSecret": true,
"name": "POSTMAN_API_KEY"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.postman.com/mcp",
"headers": [
{
"description": "A Bearer token and a valid Postman API key for authentication.",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
},
{
"type": "streamable-http",
"url": "https://mcp.postman.com/minimal",
"headers": [
{
"description": "A Bearer token and a valid Postman API key for authentication.",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
},
{
"type": "streamable-http",
"url": "https://mcp.eu.postman.com/mcp",
"headers": [
{
"description": "A Bearer token and a valid Postman API key for authentication.",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
},
{
"type": "streamable-http",
"url": "https://mcp.eu.postman.com/minimal",
"headers": [
{
"description": "A Bearer token and a valid Postman API key for authentication.",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-18T15:38:36.028326Z",
"publishedAt": "2026-08-18T15:38:36.028326Z",
"updatedAt": "2026-08-18T15:38:36.028326Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonhosted · an address you calllocal · you run it yourselfversion 2.12.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
Where it lives
The publisher's own address
https://github.com/postmanlabs/postman-mcp-server
The address the publisher put in their registry record, printed as they wrote it. Nobody here has opened it.