From 4fa27586e5efc074e317eddb39c2ec7e891e60a5 Mon Sep 17 00:00:00 2001 From: Tobin South Date: Fri, 6 Mar 2026 10:48:54 -0800 Subject: [PATCH] Add postman to marketplace --- .claude-plugin/marketplace.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 82a986d..64e2b6d 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -684,6 +684,17 @@ "url": "https://github.com/semgrep/mcp-marketplace.git" }, "homepage": "https://github.com/semgrep/mcp-marketplace.git" + }, + { + "name": "postman", + "description": "Full API lifecycle management for Claude Code. Sync collections, generate client code, discover APIs, run tests, create mocks, publish docs, and audit security. Powered by the Postman MCP Server.", + "category": "development", + "source": { + "source": "url", + "url": "https://github.com/Postman-Devrel/postman-claude-code-plugin.git", + "sha": "0714280351c1a137e79aad465a66730511ffbd57" + }, + "homepage": "https://learning.postman.com/docs/developer/postman-mcp-server/" } ] }