How to Use the Haystack (deepset Cloud) MCP in Claude Code
Automate your Haystack (deepset Cloud) search and RAG tasks. Run headless queries with Claude Code from any shell or CI/CD pipeline.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Haystack (deepset Cloud) MCP to Claude Code
Create your Vinkius account to connect Haystack (deepset Cloud) to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Script Headless Searches and Queries
This MCP server connects your terminal directly to deepset Cloud. You can pipe a query to Claude Code, tell it to use the `run_pipeline` tool, and get structured JSON back. It's built for automation. Chain it with other command-line tools like `jq` to parse the results or trigger other scripts. This is perfect for building custom data processing workflows that run on a schedule or via webhooks.
Automate Document Index Monitoring
Write a simple cron job that uses Claude Code to hit the `search_documents` tool. You can build a shell script to periodically check if new documents are properly indexed or to monitor search latency from different locations. Because Claude Code is headless, you can run these checks from any server or container. It's a straightforward way to build a monitoring system for your search infrastructure.
Integrate RAG into CI/CD Pipelines
Use Claude Code as a step in a GitHub Action to validate your documentation. The workflow can use `run_pipeline` to ask critical questions against your docs repository after every commit. If the answers are wrong or missing, the build fails. This is quality control for your knowledge base, ensuring your RAG system always has the correct information.
Set up Haystack (deepset Cloud) MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seehaystack-deepset-cloud-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Haystack (deepset Cloud) transactions." It will automatically discover and invoke the available Haystack (deepset Cloud) tools.
claude mcp add --transport http haystack-deepset-cloud-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp 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 Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Haystack (deepset Cloud) MCP today
We host it, we monitor it, we maintain it. You just paste one token.