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.

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.

Agent Surfaces

Machine-Readable Metadata

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.