Sellfy Connector for AI agents.
12 live capabilities
Manage your digital products and subscriptions through a chat interface.
Waiting for input…
Why people use Sellfy
Sellfy for E-commerce Store Management
With this Connector, you just talk to your agent. You can ask for customer history, check order statuses, or list your categories without ever leaving your chat. You stop being a data entry clerk and start being a business owner.
What Vinkius changes
You get a chat based command center for your entire e-commerce store.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking subscription status
A creator asks their agent to see which customers haven't paid their subscription.
- Real-world use case 02
Adding new digital items
A user needs to put a new Figma kit on the shop.
- Real-world use case 03
Tracking recent sales
A store manager wants to see the last 5 items sold.
Complete set · 12capabilities
The complete Sellfy capability set.
These are the exact actions your AI can choose when you ask it to work with Sellfy.
01—04
4 capabilities in this set.
Part of 12 available through Sellfy.
- 01 Capability
Get order details
Get specific information about a single order. This is useful for checking fulfillment status.
- 02 Capability
Get product details
Pull the full details for a specific product in your store. Use this to check pricing and metadata.
- 03 Capability
Get store information
View high level metadata about your store's current state. This gives you a quick overview of your shop.
- 04 Capability
Get subscription details
Retrieve the specifics of a recurring subscription. This helps you track your recurring revenue streams.
05—08
4 capabilities in this set.
Part of 12 available through Sellfy.
- 05 Capability
List product categories
See a list of all your current product categories. Use this to see how your shop is organized.
- 06 Capability
List store coupons
Check all the active discount codes available to your customers. This helps you manage active promotions.
- 07 Capability
List customers
Pull a list of all the customers in your store. Use this to see your entire customer base at a glance.
- 08 Capability
List orders
See a list of the most recent orders placed in your shop. This is your go to for daily order tracking.
09—12
4 capabilities in this set.
Part of 12 available through Sellfy.
- 09 Capability
List products
View every product currently listed in your storefront. Use this to get a full overview of your inventory.
- 10 Capability
List subscriptions
Get a list of all active recurring subscriptions. This helps you monitor your long term revenue.
- 11 Capability
Create product
Add a new product to your store with a title and price. This lets you expand your catalog via chat.
- 12 Capability
Get customer details
Look up the specific profile and data for a single customer. This is great for personalized support.
Set up in minutes
One URL. Then ask Sellfy to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Sellfy from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_idiSkOtqBem1c3FN2YTPsO24E3zbsRceJDPwhDCD/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Sellfy, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Sellfy for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_idiSkOtqBem1c3FN2YTPsO24E3zbsRceJDPwhDCD/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Sellfy URL.
- Step 03
Save and start
Save the connection and enable Sellfy in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"sellfy": {
"url": "https://edge.vinkius.com/vk_preview_idiSkOtqBem1c3FN2YTPsO24E3zbsRceJDPwhDCD/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Sellfy
Open Agent mode in chat and ask: "Using Sellfy, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"sellfy": {
"url": "https://edge.vinkius.com/vk_preview_idiSkOtqBem1c3FN2YTPsO24E3zbsRceJDPwhDCD/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Sellfy
Ask Copilot: "Using Sellfy, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"sellfy": {
"url": "https://edge.vinkius.com/vk_preview_idiSkOtqBem1c3FN2YTPsO24E3zbsRceJDPwhDCD/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Sellfy
Open Cascade and ask: "Using Sellfy, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"sellfy": {
"url": "https://edge.vinkius.com/vk_preview_idiSkOtqBem1c3FN2YTPsO24E3zbsRceJDPwhDCD/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Sellfy
Ask Cline: "Using Sellfy, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add sellfy --transport http "https://edge.vinkius.com/vk_preview_idiSkOtqBem1c3FN2YTPsO24E3zbsRceJDPwhDCD/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Sellfy
Ask Claude: "Using Sellfy, show me...". 12 tools are ready
Where the request belongs
Work Sellfy can move forward.
This is for the creator who's tired of manual data entry and the store manager who needs to answer customer questions without digging through three different tabs.
Digital Creator
Manages hundreds of downloads and subscription tiers without manual tracking.
E-commerce Store Manager
Handles order fulfillment and coupon tracking via natural language.
Operations Coordinator
Pulls customer records and store health stats for weekly reporting.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBigCommerce
Manage your online store with product catalogs, order fulfillment, and customer data for high-volume e-commerce operations.
Ecwid
Manage e-commerce stores via Ecwid. search products and orders, handle inventory, track customers, and audit store profiles directly from any AI agent.
Shopify
Build and grow your online store with the e-commerce platform that powers millions of businesses from first sale to global scale.
Jumpseller
Manage products, orders, and customers via Jumpseller API.
Gumroad
Sell digital products, memberships, and physical goods directly to your audience with a checkout that handles everything.
Goflow
Manage multichannel e-commerce inventory, orders, and listings with ease.
Bring your own AI
Change the model, client or framework. Keep Sellfy connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Sellfy.
The practical details behind the request, access and result.
Can I use the Sellfy MCP to manage my digital products?
Yes, you can use it to list all your products, view categories, and even create new digital listings directly through your AI agent.
Does the Sellfy MCP work for physical goods too?
It does. The Connector allows you to manage both digital downloads and physical merchandise, including order details and fulfillment info.
How does the Sellfy MCP help with order fulfillment?
It lets you quickly see your most recent orders and pull specific details for any transaction to help you ship items faster.
Can I use Sellfy MCP to check my customer list?
Absolutely. You can pull a full list of your customers or get deep details on a specific person to help with support and engagement.
Does the Sellfy MCP support subscription billing?
Yes, it connects to your recurring billing data so you can monitor subscriptions and get specific details on your revenue streams.
Is the Sellfy MCP good for tracking discount codes?
It is. You can use it to see all your active coupons at once, making it easy to manage your current store promotions.
Can my AI automatically find the details and status for a specific order by providing its ID?
Yes! Use the get_order capability 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.
One connection away
Give your agent a direct line to Sellfy.
Connect Sellfy once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available