KosmoKrator

productivity

Sellfy MCP, CLI, and Lua Integration for AI Agents

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

7 functions 6 read 1 write API key auth

Sellfy 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
sellfy
route_slug
sellfy
package
sellfy
auth_strategy
api_key API key
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Sellfy MCP Client Matrix

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

Sellfy CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
sellfy.sellfy_list_products Read read 2 List all products in your Sellfy store. Returns product names, prices, and status.
sellfy.sellfy_get_product Read read 1 Get details for a specific Sellfy product by ID. Returns full product information including pricing, description, and status.
sellfy.sellfy_create_product Write write 5 Create a new product in your Sellfy store. Supports digital products, subscriptions, and physical goods.
sellfy.sellfy_list_orders Read read 2 List all orders in your Sellfy store. Returns order details including status, totals, and customer info.
sellfy.sellfy_get_order Read read 1 Get details for a specific Sellfy order by ID. Returns full order information including line items, totals, and customer data.
sellfy.sellfy_list_customers Read read 2 List all customers in your Sellfy store. Returns customer names, emails, and purchase history.
sellfy.sellfy_get_current_user Read read 0 Get the currently authenticated Sellfy user profile. Useful for verifying API credentials and viewing account info.