@anton.andrusenko/shopify-mcp-admin 0.4.1 → 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.
- package/README.md +81 -6
- package/dist/index.js +5761 -2600
- 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
|
|
3
|
+
> 🛍️ **MCP Server for Shopify Admin API** — Enable AI agents to manage Shopify stores with 70 powerful tools
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@anton.andrusenko/shopify-mcp-admin)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
## ✨ Features
|
|
13
13
|
|
|
14
|
-
- 🛠️ **
|
|
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
|
|
@@ -121,6 +121,8 @@ Configure these scopes when creating your Custom App:
|
|
|
121
121
|
| `read_content`, `write_content` | Pages, blogs, articles |
|
|
122
122
|
| `read_online_store_navigation`, `write_online_store_navigation` | URL redirects |
|
|
123
123
|
| `read_markets`, `write_markets` | Markets (international selling) |
|
|
124
|
+
| `read_locales`, `write_locales` | Shop locales and translations |
|
|
125
|
+
| `read_translations`, `write_translations` | Translatable content |
|
|
124
126
|
|
|
125
127
|
📖 **Setup Guide:** [Shopify Custom App Documentation](https://shopify.dev/docs/apps/tools/development-stores)
|
|
126
128
|
|
|
@@ -248,7 +250,7 @@ Each tool can be converted to OpenAI function format:
|
|
|
248
250
|
|
|
249
251
|
## 🛠️ Available Tools
|
|
250
252
|
|
|
251
|
-
@anton.andrusenko/shopify-mcp-admin provides **
|
|
253
|
+
@anton.andrusenko/shopify-mcp-admin provides **70 tools** organized into 15 categories:
|
|
252
254
|
|
|
253
255
|
<details>
|
|
254
256
|
<summary><strong>📦 Product Management (7 tools)</strong></summary>
|
|
@@ -266,7 +268,7 @@ Each tool can be converted to OpenAI function format:
|
|
|
266
268
|
</details>
|
|
267
269
|
|
|
268
270
|
<details>
|
|
269
|
-
<summary><strong>🏷️ Metafields (3 tools)</strong></summary>
|
|
271
|
+
<summary><strong>🏷️ Product Metafields (3 tools)</strong></summary>
|
|
270
272
|
|
|
271
273
|
| Tool | Description |
|
|
272
274
|
|------|-------------|
|
|
@@ -276,6 +278,42 @@ Each tool can be converted to OpenAI function format:
|
|
|
276
278
|
|
|
277
279
|
</details>
|
|
278
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
|
+
|
|
279
317
|
<details>
|
|
280
318
|
<summary><strong>📁 Collection Management (7 tools)</strong></summary>
|
|
281
319
|
|
|
@@ -303,13 +341,17 @@ Each tool can be converted to OpenAI function format:
|
|
|
303
341
|
</details>
|
|
304
342
|
|
|
305
343
|
<details>
|
|
306
|
-
<summary><strong>🔀 URL Redirects (
|
|
344
|
+
<summary><strong>🔀 URL Redirects (7 tools)</strong></summary>
|
|
307
345
|
|
|
308
346
|
| Tool | Description |
|
|
309
347
|
|------|-------------|
|
|
310
348
|
| `create-redirect` | Create a URL redirect (301/302) |
|
|
311
349
|
| `delete-redirect` | Delete a URL redirect |
|
|
312
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 |
|
|
313
355
|
|
|
314
356
|
</details>
|
|
315
357
|
|
|
@@ -367,6 +409,39 @@ Each tool can be converted to OpenAI function format:
|
|
|
367
409
|
|
|
368
410
|
</details>
|
|
369
411
|
|
|
412
|
+
<details>
|
|
413
|
+
<summary><strong>🌐 Web Presence Management (4 tools)</strong></summary>
|
|
414
|
+
|
|
415
|
+
| Tool | Description |
|
|
416
|
+
|------|-------------|
|
|
417
|
+
| `create-web-presence` | Create a web presence linking a market to domains/locales |
|
|
418
|
+
| `update-web-presence` | Update web presence default locale or domain settings |
|
|
419
|
+
| `delete-web-presence` | Delete a web presence by ID |
|
|
420
|
+
| `list-web-presences` | List all web presences with market associations |
|
|
421
|
+
|
|
422
|
+
</details>
|
|
423
|
+
|
|
424
|
+
<details>
|
|
425
|
+
<summary><strong>🗣️ Shop Locales (3 tools)</strong></summary>
|
|
426
|
+
|
|
427
|
+
| Tool | Description |
|
|
428
|
+
|------|-------------|
|
|
429
|
+
| `enable-shop-locale` | Enable a locale for your shop |
|
|
430
|
+
| `disable-shop-locale` | Disable and unpublish a shop locale |
|
|
431
|
+
| `list-shop-locales` | List all enabled shop locales |
|
|
432
|
+
|
|
433
|
+
</details>
|
|
434
|
+
|
|
435
|
+
<details>
|
|
436
|
+
<summary><strong>🌐 Translation Management (2 tools)</strong></summary>
|
|
437
|
+
|
|
438
|
+
| Tool | Description |
|
|
439
|
+
|------|-------------|
|
|
440
|
+
| `register-translations` | Register translations for products, collections, etc. |
|
|
441
|
+
| `remove-translations` | Remove translations for specific resources |
|
|
442
|
+
|
|
443
|
+
</details>
|
|
444
|
+
|
|
370
445
|
---
|
|
371
446
|
|
|
372
447
|
## 🔧 Troubleshooting
|
|
@@ -413,7 +488,7 @@ npm run inspect:config
|
|
|
413
488
|
|
|
414
489
|
MCP Inspector opens a web UI at `http://localhost:6274` where you can:
|
|
415
490
|
|
|
416
|
-
- 📋 Browse all
|
|
491
|
+
- 📋 Browse all 70 registered tools with schemas
|
|
417
492
|
- ▶️ Execute tools interactively and view results
|
|
418
493
|
- 🔍 Inspect JSON-RPC protocol messages
|
|
419
494
|
- 📊 Monitor server events in real-time
|