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_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Sellfy CLIHeadless setup and direct function calls. Sellfy MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Sellfy MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Sellfy.
Claude Code Sellfy MCP setup for Claude Code. Cursor Sellfy MCP setup for Cursor. Codex Sellfy MCP setup for Codex. OpenAI Agents Sellfy MCP setup for OpenAI Agents SDK. Claude Agent SDK Sellfy MCP setup for Claude Agent SDK. Vercel AI SDK Sellfy MCP setup for Vercel AI SDK. LangChain Sellfy MCP setup for LangChain. LangGraph Sellfy MCP setup for LangGraph. CrewAI Sellfy MCP setup for CrewAI. MCP clients Sellfy MCP setup for Generic MCP Clients.
Sellfy CLI Matrix
Use these pages for direct Sellfy CLI workflows in scripts, CI, cron, and agent wrappers.
CI Sellfy CLI for CI. Cron Jobs Sellfy CLI for cron jobs. Shell Scripts Sellfy CLI for shell scripts. Headless Automation Sellfy CLI for headless automation. Coding Agents Sellfy CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |