Vinkius
Searchspring logo
Vinkius
Vinkius runs on CrewAI

How to Use the Searchspring MCP in CrewAI

Deploy autonomous e-commerce crews with CrewAI. Give your agents specialized roles for catalog research, analysis, and reporting.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Searchspring MCP to CrewAI

Create your Vinkius account to connect Searchspring 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

Assemble Catalog Research Teams

Assign a "Researcher" agent the `search_products` and `search_filtered` tools. Its job is to gather raw product data based on a high-level goal, like "find all running shoes under $100." A second "Analyst" agent can then take that data, use `search_sorted` to rank it by price, and use `search_brand` to group it. CrewAI lets them share context, so the Analyst knows exactly what the Researcher found via the MCP server.

Build Competitor Monitoring Crews

Create a crew to watch competitor brand activity. One agent uses `search_brand` to periodically check the product count for a specific brand. It passes this number to a "Trend Analyst" agent. The Trend Analyst agent maintains a history. If it sees a sudden spike in products, it can delegate a task to a "Reporter" agent to use `search_products` with a recent date filter and summarize the new additions. This is how you build autonomous monitoring systems.

Content Generation with this MCP Server

Equip a "Copywriter" agent with tools from this MCP Server. It can be tasked with "writing a blog post about new hiking boots." The agent first uses `search_category` and `search_filtered` to find relevant products. It then hands the list of SKUs to a "Detailer" agent, which uses `search_sku` to get specs for each product. The Copywriter agent then uses this structured data to write its content, all without a human manually looking up product info.

Setup guide

Set up Searchspring 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 Searchspring tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent Searchspring 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 Searchspring MCP in CrewAI

When defining your Agent in CrewAI, use the `tool_filter` parameter on your MCP Server connection object. This lets you expose `search_products` to a researcher agent but not to a writer agent, for example.
Yes, that's a great use case for a CrewAI team. An "Assistant" agent could use `suggest_queries` from Searchspring to brainstorm possible searches. It would then pass the best suggestions to a "Researcher" agent to execute.
You could have one agent use `search_category` to get all products. A second agent could then use `search_sorted` with a "sales_rank:desc" parameter to find the top items. CrewAI's shared memory lets them collaborate on the task.
The easiest way is to pass the Vinkius MCP server URL directly into the `mcps` list when you instantiate your Agent. CrewAI handles the connection and makes the tools available automatically.
The server only processes public e-commerce catalog data like product names and prices from Searchspring. Your CrewAI agent definitions, tasks, and internal memory are never sent or stored. Each tool call is handled in a stateless, ephemeral sandbox on Vinkius.

Start using the Searchspring MCP today

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

Built & Managed by Vinkius 30s setup 10 tools

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

No hosting. No infrastructure. No complex setup.
All 10 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.