Skip to main content
Glama
hello532

shop-mcp

by hello532

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SHOPIFY_ADMIN_TOKENYesYour Shopify admin API token with read_products and read_inventory scopes (starts with shpat_)
SHOPIFY_SHOP_DOMAINYesYour Shopify shop domain, e.g., your-shop.myshopify.com

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_productsA

Find products in the store by free text, vendor, or status. Returns identity and total inventory only, not per-variant detail; call get_product for that. Use this first when you do not already know a handle.

get_productA

Read one product in full, including every variant with its SKU, price and stock level. Identify it by handle or by gid://shopify/Product/... id. Exactly one of the two.

check_inventoryA

Stock for a SKU broken down by location, with available, committed and on-hand counts. Use when the question is 'can we ship it' rather than 'do we sell it'.

low_stock_reportA

Variants at or below a stock threshold, lowest first. Use for restock questions. Scans up to scan variants and filters locally, so raise scan for a large catalogue.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hello532/shop-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server