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

How to Use the Indeed MCP in CrewAI

Deploy a crew of specialized AI agents to scan and analyze Indeed listings using CrewAI and MCP.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Indeed MCP to CrewAI

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

CrewAI Agents Collaborate on Indeed Searches

The `search_jobs` tool lets your CrewAI research agent scan Indeed while your analysis agent filters the matching roles. Instead of one agent doing everything, you split the labor so your crew finds better job matches faster. The Indeed MCP Server provides the raw listings, and CrewAI's shared memory lets all agents in the crew access the data instantly.

Autonomous Job Matching with CrewAI and MCP

Run the `search_jobs` tool autonomously across your CrewAI teams to monitor specific industries on Indeed. You can assign a monitor agent to pull listings and an escalation agent to flag high-priority postings. This multi-agent setup uses the Indeed MCP Server to feed continuous data into your autonomous operations without human intervention.

Custom Tool Filtering for CrewAI Agents

You can expose the `search_jobs` tool only to specific agents in your crew using CrewAI's advanced HTTP setup. This prevents your writing agents from wasting API calls on Indeed while keeping your research agents focused on sourcing. Restricting tool access keeps your CrewAI execution clean and ensures the Indeed MCP Server is only queried when necessary.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Pass the Vinkius URL directly in your CrewAI Agent definition using the `mcps` parameter. This immediately gives that specific agent access to the `search_jobs` tool.
Yes. CrewAI manages tool access across your entire crew, allowing different agents to query the Indeed MCP Server using `search_jobs` based on their assigned tasks.
Yes. CrewAI supports SSE, stdio, and Streamable HTTP transports, allowing your agents to communicate with the Indeed server over whatever protocol you configure.
Use the MCPServerHTTP class from CrewAI to apply a tool filter. This lets you restrict the `search_jobs` tool so only your designated sourcing agent can use it.
All search parameters and returned job application links pass through encrypted, transient connections. The Indeed MCP Server runs in a secure, ephemeral environment that wipes all session memory the moment your CrewAI execution ends.

Start using the Indeed MCP today

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

Built & Managed by Vinkius 30s setup 1 tools

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

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