4,500+ servers built on MCP Fusion
Vinkius
Linkup (AI Search & RAG) logo
Vinkius
CrewAI logo

How to Use the Linkup (AI Search & RAG) MCP in CrewAI

Give your CrewAI crew real-time web intelligence. Linkup (AI Search & RAG) empowers your autonomous agents to research on the fly.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Linkup (AI Search & RAG) MCP to CrewAI

Create your Vinkius account to connect Linkup (AI Search & RAG) 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

Deploy research agents with CrewAI

Assign `search_web` to a dedicated research agent in your crew. It will perform real-time queries to gather facts for the rest of your agents. You can limit which agents have access to the tool. This keeps your research contained while your other agents focus on synthesis and action.

Parse web content using `fetch_url`

Your CrewAI agents can use `fetch_url` to grab the content of a specific page. This is useful when your research agent finds a source that needs closer reading. It handles the heavy lifting of parsing dynamic sites. Your agents receive the text ready for analysis without needing their own browser engine.

Scale autonomous operations

This MCP Server scales with your CrewAI setup. You can run multiple agents hitting the API concurrently to speed up your research phase. It removes the need for custom scraping code in your agents. You just define the tool and let your crew manage the research process.

Setup guide

Set up Linkup (AI Search & RAG) 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 Linkup (AI Search & RAG) tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent Linkup (AI Search & RAG) 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 Linkup (AI Search & RAG) MCP in CrewAI

Pass the server URL to your agent's MCP configuration. The agent will then gain the ability to call the search tool when needed.
Yes. Shared memory allows your agents to pass search results from one member to the next for deeper analysis.
It does. You can set up a manager agent to delegate search tasks to specialized agents using the MCP tools.
Your queries are encrypted in transit and processed in a secure V8 sandbox. We do not persist your search history.
It processes public HTML, text, and metadata from web pages. Your private agent memory and task data stay on your local machine.

Start using the Linkup (AI Search & RAG) MCP today

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

Built & Managed by Vinkius 30s setup 2 tools

We've already built the connector for Linkup (AI Search & RAG). Just plug in your AI agents and start using Vinkius.

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