KosmoKrator

sales

Shopify MCP, CLI, and Lua Integration for AI Agents

Shopify integration docs for AI agents: MCP gateway setup, Shopify CLI commands, Lua API reference, credentials, and function schemas.

7 functions 6 read 1 write Bearer token auth

Shopify for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
shopify
route_slug
shopify
package
shopify
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Shopify MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Shopify.

Shopify CLI Matrix

Use these pages for direct Shopify CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
shopify.shopify_list_products Read read 6 List products from the Shopify store. Supports filtering by status, product type, vendor, and pagination.
shopify.shopify_get_product Read read 1 Get a single product from the Shopify store by its ID. Returns full product details.
shopify.shopify_create_product Write write 7 Create a new product in the Shopify store. Requires a title. Supports description, vendor, product type, tags, and status.
shopify.shopify_list_orders Read read 5 List orders from the Shopify store. Supports filtering by status, financial status, fulfillment status, and pagination.
shopify.shopify_get_order Read read 1 Get a single order from the Shopify store by its ID. Returns full order details including line items and totals.
shopify.shopify_list_customers Read read 4 List customers from the Shopify store. Supports filtering by email or tag and pagination.
shopify.shopify_get_current_user Read read 0 Get the current shop info from Shopify. Use this to verify the API connection is working.