From 4dbd623a20646d9e645835c2b7219629400b094b Mon Sep 17 00:00:00 2001 From: Shruti Paranjape <99330768+shruti-paranjape@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:28:34 +0530 Subject: [PATCH 1/3] feat: SEO update SEO update --- README.md | 8 +++++++- package.json | 16 ++++++++++++++-- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 548b853..abd7315 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Postman MCP Server -The Postman MCP Server connects Postman to AI tools, giving AI agents and assistants the ability to access workspaces, manage collections and environments, evaluate APIs, and automate workflows through natural language interactions. +The **Postman MCP Server** implements the [Model Context Protocol (MCP)](https://modelcontextprotocol.io) to connect AI agents and coding assistants — including Claude Code, Cursor, VS Code Copilot, GitHub Copilot CLI, and Gemini CLI — directly to your Postman workspaces, collections, OpenAPI specs, and environments. Postman also offers the server as an [npm package](https://www.npmjs.com/package/@postman/postman-mcp-server). @@ -111,3 +111,9 @@ For Docker setup and installation, see [DOCKER.md](https://github.com/postmanlab - Visit the [Postman Community](https://community.postman.com/) to share what you've built, ask questions, and get help. - You can connect to both the remote and local servers and test them using the [Postman MCP Server collection](https://www.postman.com/postman/postman-public-workspace/collection/681dc649440b35935978b8b7). +--- + +## Keywords + +Model Context Protocol · MCP Server · Postman · AI Agents · Claude Code · Cursor · VS Code · OpenAPI · REST API · API Testing · TypeScript + diff --git a/package.json b/package.json index a7ca46b..088ce2b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@postman/postman-mcp-server", "version": "2.11.0", - "description": "MCP server for Postman — connect AI agents to your workspaces, collections, and APIs", + "description": "Postman MCP Server — connect AI agents (Claude Code, Cursor, VS Code Copilot, Gemini CLI) to your Postman collections, OpenAPI specs, and environments via Model Context Protocol (MCP)", "mcpName": "com.postman/postman-mcp-server", "main": "dist/src/index.js", "type": "module", @@ -53,10 +53,22 @@ "keywords": [ "mcp", "model-context-protocol", + "mcp-server", "postman", + "api", + "api-testing", "ai", "llm", - "tools" + "tools", + "claude", + "cursor", + "vscode", + "copilot", + "gemini", + "agent", + "openai", + "collections", + "rest-api" ], "author": { "name": "Postman, Inc.", From 2ec195b871081420c0c224a346bc128cbd943029 Mon Sep 17 00:00:00 2001 From: Shruti Paranjape <99330768+shruti-paranjape@users.noreply.github.com> Date: Mon, 6 Jul 2026 18:57:52 +0530 Subject: [PATCH 2/3] Update README.md Co-authored-by: Ashley Kinard <113702138+akinard-postman@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abd7315..3f837d7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Postman MCP Server -The **Postman MCP Server** implements the [Model Context Protocol (MCP)](https://modelcontextprotocol.io) to connect AI agents and coding assistants — including Claude Code, Cursor, VS Code Copilot, GitHub Copilot CLI, and Gemini CLI — directly to your Postman workspaces, collections, OpenAPI specs, and environments. +The **Postman MCP Server** implements the [Model Context Protocol (MCP)](https://modelcontextprotocol.io) to connect AI agents and coding assistants — including Claude Code, Cursor, VS Code Copilot, GitHub Copilot CLI, and Gemini CLI — directly to your Postman workspaces, collections, specifications, and environments. Postman also offers the server as an [npm package](https://www.npmjs.com/package/@postman/postman-mcp-server). From 375a79401783769e4081ff0073c7977c0871b937 Mon Sep 17 00:00:00 2001 From: Shruti Paranjape <99330768+shruti-paranjape@users.noreply.github.com> Date: Mon, 6 Jul 2026 19:05:57 +0530 Subject: [PATCH 3/3] fix: specifications specifications --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f837d7..b4c8c0b 100644 --- a/README.md +++ b/README.md @@ -115,5 +115,5 @@ For Docker setup and installation, see [DOCKER.md](https://github.com/postmanlab ## Keywords -Model Context Protocol · MCP Server · Postman · AI Agents · Claude Code · Cursor · VS Code · OpenAPI · REST API · API Testing · TypeScript +Model Context Protocol · MCP Server · Postman · AI Agents · Claude Code · Cursor · VS Code · Specifications · REST API · API Testing · TypeScript · OpenAPI diff --git a/package.json b/package.json index 088ce2b..4ecd81c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@postman/postman-mcp-server", "version": "2.11.0", - "description": "Postman MCP Server — connect AI agents (Claude Code, Cursor, VS Code Copilot, Gemini CLI) to your Postman collections, OpenAPI specs, and environments via Model Context Protocol (MCP)", + "description": "Postman MCP Server — connect AI agents (Claude Code, Cursor, VS Code Copilot, Gemini CLI) to your Postman collections, specifications, and environments via Model Context Protocol (MCP)", "mcpName": "com.postman/postman-mcp-server", "main": "dist/src/index.js", "type": "module",