Sellfy MCP. Manage products, orders, and customer data from chat.
Works with every AI agent you already use
…and any MCP-compatible client
Just plug in your AI agents and start using Vinkius.
Sellfy MCP Server gives you full control over your e-commerce store directly from your AI client. Use natural language to create products, list all customers via `list_customers`, retrieve order history with `list_orders`, or check active subscriptions using `get_subscription_details`.
Manage everything without opening the dashboard.
What your AI agents can do
Create product
Makes a new product listing in your store, requiring just a title and price.
Get customer details
Pulls specific profile data for one customer using their account details.
Get order details
Retrieves complete metadata and status information for a single order number.
List all products or create a new item definition (title and price) without touching the Sellfy dashboard.
Pull specific details for any customer profile, or get a full list of all store users.
Get summaries of recent orders and retrieve deep metadata on individual sales transactions.
View recurring subscription details or list all active discount codes to manage revenue streams.
Access high-level data about the store's overall status, including product categories and general information.
Ask AI about this MCP
Supported MCP Clients
OAuth 2.0 CompatibleWaiting for input…
Sellfy MCP Server: 12 Tools for E-commerce Ops
Use these twelve tools to create products, track orders, manage customers, and monitor subscriptions without ever leaving your AI client.
Make your AI actually useful.
Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.
Start using Sellfy on Vinkius019dd156create product
Makes a new product listing in your store, requiring just a title and price.
019dd156get customer details
Pulls specific profile data for one customer using their account details.
019dd156get order details
Retrieves complete metadata and status information for a single order number.
019dd156get product details
Gets the current pricing, description, and availability data for one specific product.
019dd156get store information
Retrieves high-level summary details about your entire Sellfy storefront setup.
019dd156get subscription details
Pulls the status, renewal date, and payment information for a single recurring subscription.
019dd156list customers
Generates a list of all customer accounts currently stored in your Sellfy store.
019dd156list orders
Grabs a summary view of the most recent sales transactions from your shop.
019dd156list product categories
Returns every product category you've set up in your store, like 'Digital Downloads' or 'Physical Goods'.
019dd156list products
Lists all products currently available for sale across the entire catalog.
019dd156list store coupons
Shows a list of every active discount coupon code you have created.
019dd156list subscriptions
Retrieves a summary of all recurring subscription plans and their current status.
Choose How to Get Started
Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.
Build Your Own
Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.
- Import from OpenAPI, Swagger, or YAML specs
- Create Agent Skills with progressive disclosure
- Deploy to edge with MCPFusion framework
- Built in DLP, auth, and compliance on every call
- Real time usage dashboard and cost metering
- Publish to catalog or keep private
Make Your AI Do More
Start with Sellfy, then connect any of our 4,900+ other servers whenever your AI needs more. One click, no limits.
- Use this MCP plus 4,900+ others, all in one place
- Add new capabilities to your AI anytime you want
- Every connection is secured and compliant automatically
- Track usage and costs across all your servers
- Works with Claude, ChatGPT, Cursor, and more
- New servers added to the catalog every week
Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Sellfy. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
VINKIUS INFRASTRUCTURE
Cloud Hosted
Managed infra
V8 Isolated
Sandboxed per request
Zero-Trust Proxy
No stored credentials
DLP Enforced
Policy on every call
GDPR Compliant
EU data residency
Token Compression
~60% cost reduction
Works with Claude, ChatGPT, Cursor, and more
The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.
This server provides 12 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.
Checking order status shouldn't require three dashboard clicks.
Today, checking what happened with an order means logging into the seller portal. You click 'Orders,' then you search by ID. If it's not there, you check the filtering options to make sure you didn't accidentally narrow your view down too far.
With this MCP Server, you just ask: 'What’s up with Order #12345?' Your AI agent runs `get_order_details` and spits out all the required metadata—status, items, fulfillment info—in one shot. No clicking required.
Sellfy MCP Server: Manage products, orders & subscriptions
The manual steps that disappear are logging in, navigating the product dashboard, and manually cross-referencing prices or categories. You don't have to remember which URL segment handles coupons vs. digital goods.
Now you can manage your entire catalog—from listing new items using `create_product` to checking coupon codes with `list_store_coupons`—all from the chat interface. It’s a single pane of glass for operations.
What you can do with this MCP connector
Sellfy's MCP Server lets your AI client manage your entire e-commerce store without you ever having to open a dashboard. You talk naturally, and your agent executes complex backend operations across product listings, customer accounts, orders, and subscriptions. Forget clicking through tabs; this gives you full control over everything running in your shop.
Product Catalog Management
When you need to handle inventory or listings, the list_product_categories tool lets you pull every category you've set up—stuff like 'Digital Downloads' or 'Physical Goods.' You can then list all items currently for sale using list_products, giving you a complete view of your whole catalog. Need to check out one specific item? Use get_product_details to get its current price, full description, and if it's available right now.
If you gotta make something new on the fly, create_product lets you quickly list a brand-new product just by giving it a title and a price. The system also keeps track of any active discounts; run list_store_coupons to see every discount code you've created.
Customer Records
You can manage your user base directly from the chat window. To get a rundown of everyone who's bought something, run list_customers, and it gives you a list of all accounts in your store. If you need to dig into one specific person’s profile—maybe checking an address or name—you use get_customer_details by providing their account info.
It pulls those specific details for you.
Tracking Sales and Orders
Monitoring revenue is where this thing shines. You can grab a summary view of your most recent sales transactions using list_orders. For deep-dive analysis, the get_order_details tool lets you pull all the metadata—the status, the exact items purchased, everything—for one specific order number. Want to know how the whole store is doing? Use get_store_information to get high-level summary details about your entire Sellfy setup.
Subscriptions and Revenue Streams
For recurring money, you've got a couple of tools here. You can run list_subscriptions to see a summary list of all the subscription plans you offer and what their current status is. To check on one specific customer's billing, use get_subscription_details. This pulls the exact status, when it renews, and payment info for that single recurring service.
You can keep tabs on these revenue streams without ever needing to click into a 'Billing' section.
How It Works
Your AI client processes natural language commands against this server. When you tell it to 'list all products,' it executes list_products. When you say, 'what's the status of order 1234?' it runs get_order_details('1234'). It handles the data fetching and structure so you don't have to. This means your workflow stays right here in the chat interface; no manual dashboard navigation is required.
019dd156-9650-71d9-8c66-fa23f7b479d5 How Sellfy MCP Works
- 1 Subscribe to this server and input your Sellfy API Key into your client settings.
- 2 Directly ask your AI agent for a task (e.g., 'List all physical products').
- 3 The agent calls the relevant tool (like
list_products), receives structured data, and reports the results back to you in plain English.
The bottom line is: you talk to your AI client, not the Sellfy dashboard. It handles the API calls for you.
Who Is Sellfy MCP For?
Anyone whose job involves handling e-commerce data—the digital creator who runs their own shop, the operations manager tracking fulfillment pipelines, or the marketing specialist needing quick customer insights. Stop switching between your chat window and a dozen different dashboards just to check inventory counts.
Uses list_products and create_product to quickly list new drops or update product metadata without needing developer help.
Runs list_orders and get_order_details constantly to track fulfillment status, find missing tracking numbers, or confirm inventory levels.
Employs list_customers and get_customer_details to quickly pull background data for personalized support interactions.
What Changes When You Connect
- Order tracking gets fast. Instead of diving into the dashboard to check order status, just run
list_ordersand get a summary right in your conversation window. Need details? Useget_order_detailsimmediately. - Customer service improves when you know the history. Run
list_customers, find the profile, and useget_customer_detailsto pull payment or contact info instantly for personalized support. - Never lose track of revenue streams again. Check your recurring income status by calling
list_subscriptions. You can also verify active deals usinglist_store_couponsbefore running a promotion. - Product management is instant. If you need to add something new, use
create_productwith just the title and price. It's faster than logging into the seller portal. - Avoid manual data gathering. Instead of clicking through menus to see what's available, run
list_productsor check categories withlist_product_categoriesto get a full inventory list in seconds.
Real-World Use Cases
The Fulfillment Check
An Ops Manager gets an alert for a pending order. Instead of opening the dashboard, they ask their agent to run get_order_details using the order ID. The agent returns the full fulfillment metadata, confirming shipping details and item list immediately.
The Inventory Audit
A Digital Creator needs an inventory count for a specific physical product line. They run list_products, filter for 'physical goods', and use get_product_details on the top five items to verify pricing metadata across the board.
The Support Inquiry
A customer calls about a billing issue. The agent asks their AI client to run list_customers to find the account, then uses get_customer_details and get_subscription_details to read the exact renewal date and plan level for the user.
The Marketing Prep
A Marketing team member needs a list of all current promotions. They ask their agent to run list_store_coupons, which instantly returns every active discount code, allowing them to verify eligibility before running a campaign.
The Tradeoffs
Manual Dashboard Navigation
The user has to click 'Orders' -> Select Date Range -> Filter by Status (Pending) -> Copy Order ID.
→
Just ask your agent: 'Show me all pending orders.' The agent runs list_orders and gives you the IDs directly.
Copying Product Info
Needing to check if a product's price changed means logging in, searching by name, and copying the data point.
→
Ask your agent: 'What is the current price of the Widget X?' The agent runs get_product_details and gives you the number instantly.
Checking Customer History
The support rep has to search for the customer's email, then navigate to their profile tab to find details.
→
Just ask: 'Get me details for john.doe@email.com.' The agent runs get_customer_details and surfaces all necessary data.
When It Fits, When It Doesn't
Use this server if your core job involves reading, listing, or updating e-commerce records (products, orders, customers) and you want to avoid switching context between multiple web tabs. This is a comprehensive ops layer for Sellfy.
Don't use it if you need complex analytics that require joining data from external sources (like Google Analytics). For pure reporting or advanced charting, stick to dedicated BI tools. If your workflow involves building entirely new product features, those are domain-specific coding tasks; this only handles the API layer for existing Sellfy data. It's a read/write proxy, not an engine.
Common Questions About Sellfy MCP
Can my AI automatically find the details and status for a specific order by providing its ID? +
Yes! Use the get_order tool with the Order ID. Your agent will respond with complete metadata, including payment status, items purchased, and customer notes in seconds.
How do I check the current subscription status for a specific customer? +
Simply ask the agent to run the get_subscription action with the Subscription ID. It will retrieve the detailed metadata for that recurring billing profile.
How do I find my Sellfy API Key? +
Log in to your Sellfy dashboard, navigate to Store Settings > Integrations > Developer API, and you will find your unique secret API key there.
How do I list all products in my store using the `list_products` tool? +
The list_products tool retrieves a catalog summary of every product. You get names and basic details for physical goods, digital downloads, and merchandise across your entire storefront.
What information can I retrieve using the `get_store_information` tool? +
This tool provides high-level metadata about your store. You get key operational data like the primary currency, store name, and general system status without needing specific IDs.
How do I programmatically create a new item using the `create_product` tool? +
You must provide both a title and a price when calling create_product. The server handles listing it immediately, making it available for customers to purchase.
What does the `list_store_coupons` tool show me about discounts? +
It returns all active discount coupons configured in your store. You'll get the specific code, whether it’s a fixed amount or percentage off, and its expiration date.
If I need to see who shopped on my site, how do I use `list_customers`? +
The list_customers tool provides an overview of every customer record in your system. It gives basic profile metadata, letting your agent verify shopper information.
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.