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

How to Use the Wizehire MCP in CrewAI

Build autonomous recruiting operations with Wizehire and CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Wizehire MCP to CrewAI

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

Autonomous Candidate Funnel Management

A dedicated agent can manage the candidate lifecycle by using `update_candidate_hiring_stage`. When a candidate reaches 'Interview,' the monitoring agent watches for confirmation, while an action agent executes the stage change. A specialized research agent can gather initial data points by calling `get_candidate_details`, feeding that information to another agent for immediate analysis.

Coordinated Job Posting Discovery

You don't need one agent for job listings. One agent uses `list_active_job_postings` (Research Role), and a second agent uses `get_job_details` (Analysis Role) to cross-reference the requirements. The system allows you to build full pipelines: Research discovers openings, Analysis filters them, and an Action Agent can then retrieve specific details.

Structured Team & Location Mapping

Multiple agents work together to map out your organization. One agent runs `list_hiring_team` to get the personnel list; a second runs `list_office_locations` for geography. The results are shared memory, giving subsequent agents full context. The moderator agent can then use this combined knowledge base to answer complex queries about where candidates should be placed.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

A dedicated monitoring agent runs `check_api_health` at the start of the session. This confirms the connection is good before any other tasks are executed by your crew.
Yes. You can assign an agent to call `list_candidates`. The result populates the shared memory, allowing subsequent agents in the crew to analyze every single candidate record.
This server handles organizational structure data—job postings, office locations, team members, and candidate personal information (names and emails).
You assign the task to a specific agent. The agent runs `get_job_details`, pulling the necessary data, which is then passed off to another specialized agent for summarization or comparison.
You can use `list_configured_webhooks` to see what's already set up. This helps your crew decide if a webhook is needed to trigger an action in the process.

Start using the Wizehire MCP today

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

Built & Managed by Vinkius 30s setup 12 tools

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

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