@anton.andrusenko/shopify-mcp-admin 0.5.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +46 -6
  2. package/dist/index.js +5192 -3177
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @anton.andrusenko/shopify-mcp-admin
2
2
 
3
- > 🛍️ **MCP Server for Shopify Admin API** — Enable AI agents to manage Shopify stores with 54 powerful tools
3
+ > 🛍️ **MCP Server for Shopify Admin API** — Enable AI agents to manage Shopify stores with 70 powerful tools
4
4
 
5
5
  [![npm version](https://badge.fury.io/js/@anton.andrusenko%2Fshopify-mcp-admin.svg)](https://www.npmjs.com/package/@anton.andrusenko/shopify-mcp-admin)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -11,7 +11,7 @@
11
11
 
12
12
  ## ✨ Features
13
13
 
14
- - 🛠️ **54 MCP Tools** — Complete store management: products, inventory, collections, pages, blogs, redirects, markets, locales & translations
14
+ - 🛠️ **70 MCP Tools** — Complete store management: products, inventory, collections, pages, blogs, redirects, metafields, markets, locales & translations
15
15
  - 🤖 **AI-Optimized** — Tool descriptions and error messages designed for LLM comprehension
16
16
  - 🔌 **Dual Transport** — STDIO for Claude Desktop, HTTP for ChatGPT/OpenAI
17
17
  - ⚡ **Rate Limiting** — Automatic retry with exponential backoff for Shopify API limits
@@ -250,7 +250,7 @@ Each tool can be converted to OpenAI function format:
250
250
 
251
251
  ## 🛠️ Available Tools
252
252
 
253
- @anton.andrusenko/shopify-mcp-admin provides **54 tools** organized into 11 categories:
253
+ @anton.andrusenko/shopify-mcp-admin provides **70 tools** organized into 15 categories:
254
254
 
255
255
  <details>
256
256
  <summary><strong>📦 Product Management (7 tools)</strong></summary>
@@ -268,7 +268,7 @@ Each tool can be converted to OpenAI function format:
268
268
  </details>
269
269
 
270
270
  <details>
271
- <summary><strong>🏷️ Metafields (3 tools)</strong></summary>
271
+ <summary><strong>🏷️ Product Metafields (3 tools)</strong></summary>
272
272
 
273
273
  | Tool | Description |
274
274
  |------|-------------|
@@ -278,6 +278,42 @@ Each tool can be converted to OpenAI function format:
278
278
 
279
279
  </details>
280
280
 
281
+ <details>
282
+ <summary><strong>📄 Page Metafields (3 tools)</strong></summary>
283
+
284
+ | Tool | Description |
285
+ |------|-------------|
286
+ | `get-page-metafields` | Get all metafields for a page |
287
+ | `set-page-metafields` | Set or update metafields on a page |
288
+ | `delete-page-metafields` | Delete specific metafields from a page |
289
+
290
+ </details>
291
+
292
+ <details>
293
+ <summary><strong>📝 Blog & Article Metafields (6 tools)</strong></summary>
294
+
295
+ | Tool | Description |
296
+ |------|-------------|
297
+ | `get-blog-metafields` | Get all metafields for a blog |
298
+ | `set-blog-metafields` | Set or update metafields on a blog |
299
+ | `delete-blog-metafields` | Delete specific metafields from a blog |
300
+ | `get-article-metafields` | Get all metafields for an article |
301
+ | `set-article-metafields` | Set or update metafields on an article |
302
+ | `delete-article-metafields` | Delete specific metafields from an article |
303
+
304
+ </details>
305
+
306
+ <details>
307
+ <summary><strong>📁 Collection Metafields (3 tools)</strong></summary>
308
+
309
+ | Tool | Description |
310
+ |------|-------------|
311
+ | `get-collection-metafields` | Get all metafields for a collection |
312
+ | `set-collection-metafields` | Set or update metafields on a collection |
313
+ | `delete-collection-metafields` | Delete specific metafields from a collection |
314
+
315
+ </details>
316
+
281
317
  <details>
282
318
  <summary><strong>📁 Collection Management (7 tools)</strong></summary>
283
319
 
@@ -305,13 +341,17 @@ Each tool can be converted to OpenAI function format:
305
341
  </details>
306
342
 
307
343
  <details>
308
- <summary><strong>🔀 URL Redirects (3 tools)</strong></summary>
344
+ <summary><strong>🔀 URL Redirects (7 tools)</strong></summary>
309
345
 
310
346
  | Tool | Description |
311
347
  |------|-------------|
312
348
  | `create-redirect` | Create a URL redirect (301/302) |
313
349
  | `delete-redirect` | Delete a URL redirect |
314
350
  | `list-redirects` | List all URL redirects |
351
+ | `bulk-delete-redirects` | Delete multiple redirects by ID |
352
+ | `bulk-delete-redirects-by-search` | Delete redirects matching a search query |
353
+ | `import-redirects` | Import redirects from CSV URL |
354
+ | `submit-redirect-import` | Submit a redirect import job for processing |
315
355
 
316
356
  </details>
317
357
 
@@ -448,7 +488,7 @@ npm run inspect:config
448
488
 
449
489
  MCP Inspector opens a web UI at `http://localhost:6274` where you can:
450
490
 
451
- - 📋 Browse all 54 registered tools with schemas
491
+ - 📋 Browse all 70 registered tools with schemas
452
492
  - ▶️ Execute tools interactively and view results
453
493
  - 🔍 Inspect JSON-RPC protocol messages
454
494
  - 📊 Monitor server events in real-time