From a13aace72b653dceb6e1b74d8869a5b8ee1b0cf4 Mon Sep 17 00:00:00 2001 From: Karandeep Johar Date: Tue, 5 May 2026 06:46:11 -0700 Subject: [PATCH 1/2] Add Amplitude plugin to marketplace --- .claude-plugin/marketplace.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 03c36b5d..9a31478a 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -34,6 +34,21 @@ "source": "./data", "description": "Write SQL, explore datasets, and generate insights faster. Build visualizations and dashboards, and turn raw data into clear stories for stakeholders." }, + { + "name": "amplitude", + "description": "Use Amplitude as an expert analyst — instrument Amplitude, discover product opportunities, analyze charts, create dashboards, manage experiments, and understand users and accounts.", + "author": { + "name": "Amplitude" + }, + "category": "data", + "source": { + "source": "git-subdir", + "url": "https://github.com/amplitude/mcp-marketplace.git", + "path": "plugins/amplitude", + "ref": "main" + }, + "homepage": "https://github.com/amplitude/mcp-marketplace" + }, { "name": "legal", "source": "./legal", From 69702aed331d873c3495f35c4a1affc75196fd2f Mon Sep 17 00:00:00 2001 From: Karandeep Johar Date: Tue, 5 May 2026 07:36:30 -0700 Subject: [PATCH 2/2] Remove category field (not used in this marketplace) --- .claude-plugin/marketplace.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 9a31478a..b5c00d65 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -40,7 +40,6 @@ "author": { "name": "Amplitude" }, - "category": "data", "source": { "source": "git-subdir", "url": "https://github.com/amplitude/mcp-marketplace.git",