Skip to main content
Glama

Shopify MCP Server

search-shopify

Search across Shopify store data for specific content types like products, articles, blogs, or pages using a query. Retrieve up to 50 results to manage and analyze store information effectively.

Input Schema

NameRequiredDescriptionDefault
firstNoNumber of results to return (max 50)
queryYesThe search query to find content across the store
typesNoTypes of resources to search for. If not specified, searches all types.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "first": { "default": 10, "description": "Number of results to return (max 50)", "maximum": 50, "minimum": 1, "type": "number" }, "query": { "description": "The search query to find content across the store", "minLength": 1, "type": "string" }, "types": { "description": "Types of resources to search for. If not specified, searches all types.", "items": { "enum": [ "ARTICLE", "BLOG", "PAGE", "PRODUCT" ], "type": "string" }, "type": "array" } }, "required": [ "query" ], "type": "object" }

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/luckyfarnon/Shopify-MCP'

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