4,500+ servers built on MCP Fusion
Vinkius
Haystack (deepset Cloud) logo
Vinkius
CrewAI logo

How to Use the Haystack (deepset Cloud) MCP in CrewAI

Deploy specialized agent crews in CrewAI that collaborate on search and document analysis using Haystack (deepset Cloud).

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Haystack (deepset Cloud) MCP on Cursor AI Code Editor MCP Client Haystack (deepset Cloud) MCP on Claude Desktop App MCP Integration Haystack (deepset Cloud) MCP on OpenAI Agents SDK MCP Compatible Haystack (deepset Cloud) MCP on Visual Studio Code MCP Extension Client Haystack (deepset Cloud) MCP on GitHub Copilot AI Agent MCP Integration Haystack (deepset Cloud) MCP on Google Gemini AI MCP Integration Haystack (deepset Cloud) MCP on Lovable AI Development MCP Client Haystack (deepset Cloud) MCP on Mistral AI Agents MCP Compatible Haystack (deepset Cloud) MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Haystack (deepset Cloud) MCP to CrewAI

Create your Vinkius account to connect Haystack (deepset Cloud) to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Collaborative search agent crews

Assign a dedicated researcher agent to trigger `search_documents` while another agent synthesizes the output. CrewAI handles the handoff, ensuring your team of agents works in sequence. This structure is better than a single agent trying to do everything. You get specialized roles that focus on specific parts of your RAG pipeline.

Autonomous RAG pipeline orchestration

Use `run_pipeline` to automate document processing across multiple agents. One agent can prepare the query, and the next can interpret the results from deepset Cloud. It creates a self-correcting loop. If one search fails to provide enough context, the next agent in the sequence can refine the parameters and run the pipeline again.

Resource management for agents

Use `list_workspaces` to give your agents context about where they are operating. They can check their environment settings before initiating any search task. This keeps your crews aligned with the right project data. Agents won't waste time searching the wrong index because they can verify their workspace first.

Setup guide

Set up Haystack (deepset Cloud) 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 Haystack (deepset Cloud) tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent Haystack (deepset Cloud) 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 Haystack (deepset Cloud) MCP in CrewAI

Pass the server URL into the `mcps` array of your agent definition. CrewAI will then automatically register the tools, allowing your agents to invoke them during their task execution.
Yes, you can use tool filtering to limit which agents have access to specific functions. You might give the researcher agent `search_documents` while keeping `list_workspaces` for a manager agent.
The results from your tools are passed into the agent's memory. This allows subsequent agents in your crew to see exactly what was found during the initial Haystack (deepset Cloud) search.
You manage access through your endpoint token. Since CrewAI runs the MCP server locally, your data transit is isolated to the connection between your crew and the deepset Cloud API.
The server provides access to document content and metadata. It only returns the information explicitly requested by your agent's query, ensuring your document index remains controlled.

Start using the Haystack (deepset Cloud) MCP today

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

Built & Managed by Vinkius 30s setup 7 tools

We've already built the connector for Haystack (deepset Cloud). Just plug in your AI agents and start using Vinkius.

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

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
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.