Vinkius
Sellfy logo
Vinkius
Vinkius runs on CrewAI

How to Use the Sellfy MCP in CrewAI

Deploy autonomous agent crews to monitor and manage your Sellfy store 24/7 with CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Sellfy MCP on Cursor AI Code Editor MCP Client Sellfy MCP on Claude Desktop App MCP Integration Sellfy MCP on OpenAI Agents SDK MCP Compatible Sellfy MCP on Visual Studio Code MCP Extension Client Sellfy MCP on GitHub Copilot AI Agent MCP Integration Sellfy MCP on Google Gemini AI MCP Integration Sellfy MCP on Lovable AI Development MCP Client Sellfy MCP on Mistral AI Agents MCP Compatible Sellfy MCP on Amazon AWS Bedrock MCP Support
MCP Servers — Included with Plan
Vinkius runs on CrewAI

Connect Sellfy MCP to CrewAI

Create your Vinkius account to connect Sellfy to CrewAI — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.

GDPR Included with Plan

Key Capabilities

Build an Autonomous Monitoring Crew

This toolset is perfect for a multi-agent setup in CrewAI. Assign one agent the role of "Order Monitor." Its only job is to run `list_orders` every minute. When it detects a new order, it passes the order ID to a "Fraud Analyst" agent. That second agent then uses `get_order_details` and `get_customer_details` to look for suspicious patterns. This isn't one agent doing everything; it's a specialized team using this Sellfy MCP connection to run your store's security watch.

The Catalog Management CrewAI Team

Divide and conquer your catalog management. A "Scout" agent can be tasked with finding new products to add from an external source. Once it has the data, it hands it off to a "Loader" agent, whose sole purpose is to use the `create_product` tool on the Sellfy MCP server. Meanwhile, an "Auditor" agent can periodically run `list_products` and `list_product_categories` to ensure everything is organized correctly. By defining clear roles, your CrewAI team can manage a complex catalog without any human intervention.

Run a Subscription Analytics Crew

Get deeper insights into your recurring revenue. Create a "Data Gatherer" agent that uses `list_subscriptions` to get a list of all active subscriptions and `get_subscription_details` to pull the specifics for each one. It passes this raw data to an "Analyst" agent that calculates metrics like monthly recurring revenue or churn rate. Finally, a "Reporter" agent takes the numbers and formats a daily summary. Each agent has one job, and together they produce valuable business intelligence.

Setup guide

Set up Sellfy MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Sellfy tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Sellfy Analyst",
    goal="Access and analyze Sellfy data via MCP.",
    backstory="Expert analyst with direct Sellfy access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Sellfy transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Sellfy MCP in CrewAI

When you define your agent in CrewAI, you can pass a specific list of tools to it. Your "Order Monitor" agent might only get the `list_orders` tool, while the "Analyst" agent gets `get_order_details`.
Yes. Any agent given access to the `create_product` tool from this MCP server can add new products. You could have one agent dedicated to sourcing product ideas and another dedicated to the technical task of creating them in Sellfy.
CrewAI manages the shared context. When one agent uses `list_orders` and finds a new order, it can add that order's ID to the context. The next agent in the process can then read that ID and use it with `get_order_details`.
The simplest method is to pass the Vinkius URL directly into the `mcps` parameter when creating your Agent. CrewAI will automatically discover all 12 tools and make them available.
Your CrewAI agents interact with your Sellfy store's product, order, and customer data. Vinkius secures the connection, ensuring every tool call from any agent in your crew is individually authenticated and executed in a fresh, temporary sandbox.

Start using the Sellfy MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 12 tools

We've already built the connector for Sellfy. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 12 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.