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

How to Use the Ninehire MCP in CrewAI

Deploy autonomous recruiting teams using CrewAI and Ninehire.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Ninehire MCP to CrewAI

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

Run multi-agent recruitment drives with CrewAI

Let a crew of specialized agents manage your talent pipeline without manual intervention. Your researcher agent can look up open positions with `list_job_postings`, while an analyst agent evaluates candidates. This MCP Server enables simple coordination across your crew. By sharing memory, one agent can fetch candidates via `list_job_applicants` while another agent looks up specific profiles using `get_applicant_profile`.

Coordinate hiring departments and teams with this MCP Server

Stop manually routing resumes to different managers. This MCP Server lets your CrewAI agents fetch company structures via `list_organization_departments` and assign candidates to the correct team. The moderator agent reads the output of `list_hiring_teams` to identify who should review a candidate. It then schedules evaluations without requiring human intervention to map departments.

Automate applicant screening with specialized agents

Set up a hierarchical execution flow where a screening agent gathers data and a supervisor agent makes the final decision. The screening agent uses `get_job_details` to understand the role requirements. Once the requirements are clear, the agent pulls candidate feedback using `list_candidate_evaluations`. The supervisor agent reviews this aggregated data to decide if the candidate moves forward.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

You can pass the Vinkius HTTP URL directly into the agent's `mcps` list. For more granular control, use the MCP integration from the `crewai.mcp` package to filter specific tools.
Yes, using shared memory, one agent can fetch candidate scores using `list_candidate_evaluations` while a writer agent drafts feedback based on those scores.
Use the `tool_filter` option in `MCPServerHTTP` to restrict access. You can expose only read tools like `list_job_postings` to researcher agents, keeping registration tools protected.
The integration supports stdio, SSE, and Streamable HTTP transports. For CrewAI setups, Streamable HTTP is typically the easiest to configure with your Vinkius endpoint.
All personal applicant details like names and emails processed during `register_new_applicant` pass through a cryptographically isolated gateway. Vinkius never retains this data on disk, keeping your recruitment pipeline completely secure.

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