4,500+ servers built on MCP Fusion
Vinkius
AddSearch logo
Vinkius
CrewAI logo

How to Use the AddSearch MCP in CrewAI

Deploy specialized CrewAI agent teams to monitor search analytics and automatically update your site index.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect AddSearch MCP to CrewAI

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

Coordinate Search Optimization in CrewAI

The `stats_queries` tool allows your analyst agent to pull search query analytics and identify what your visitors are looking for. This agent then hands off the list of trending keywords to a writer agent in your CrewAI setup. Working together, the agents can draft missing content and use `index_document` to push the new pages directly into your search index. This automates your entire content gap response pipeline.

Filter and Sort Search Results via MCP Server

The `search_filtered` tool gives your research agent the power to query your index using precise metadata filters. This agent can isolate specific product lines or categories to analyze content density. By combining this with `search_sorted`, the agent ranks results by relevance or date before passing them to your moderator agent. Your crew gets clean, structured data to make decisions.

Automate Index Maintenance with Agent Teams

The `delete_document` tool lets your moderator agent prune outdated or broken links from your index. A monitor agent runs scheduled checks across your site and flags dead URLs for removal. Once flagged, the moderator agent executes the deletion and runs `list_documents` to verify the index is clean. This keeps your search experience fast and accurate without human oversight.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

You pass your Vinkius HTTP endpoint URL directly into the `mcps` parameter when defining your CrewAI agents. This gives every agent in your crew instant access to tools like `search_keyword` and `autosuggest`.
Yes, you can use the `MCPServerHTTP` class from `crewai.mcp` along with a tool filter. This lets you give your analyst agent access to `stats_queries` while restricting `delete_document` to your moderator agent.
Your agents use the `search_pagination` tool to step through large sets of search results sequentially. The crew's shared memory keeps track of the current page index so agents do not request duplicate data during analysis.
The server runs over SSE and HTTP transports managed by Vinkius. CrewAI connects directly to this endpoint, handling all tool schemas and execution loops automatically.
Yes, your indexed site documents, search queries, and click analytics are protected by end-to-end encryption. Vinkius processes all tool calls in ephemeral V8 isolates that instantly wipe memory after execution, ensuring your search metrics are never exposed.

Start using the AddSearch 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 AddSearch. 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.

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.