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

How to Use the intelliHR MCP in CrewAI

Coordinate specialized agent teams using CrewAI to audit, monitor, and update your intelliHR directory.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect intelliHR MCP to CrewAI

Create your Vinkius account to connect intelliHR 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 a collaborative CrewAI compliance team

The `list_training` tool serves as the primary data source for your CrewAI compliance agent. While one agent pulls training completion records, a second analyst agent evaluates whether the team meets regulatory standards. A third moderator agent uses `list_users` to identify which system administrators need to be notified about missing certifications. This multi-agent coordination ensures zero compliance gaps across your entire workforce.

Audit corporate structures and entity mapping

The `list_business_entities` tool provides your CrewAI financial analyst agent with a complete list of registered corporate divisions. The agent works alongside a directory specialist to map current employees to their correct legal employers. They use `list_people` to verify that every active employee is tied to a valid entity. If the agents find an orphan profile, they flag it for immediate manual review by your HR operations lead.

Track skills and talent distribution

The `list_skills` tool lets your CrewAI talent acquisition crew map internal capabilities across office sites. One agent lists all active skills while another agent uses `list_locations` to see where those skills are physically concentrated. They cross-reference this with `list_positions` to identify regional talent gaps. The crew then generates a targeted internal recruiting plan based on real-time data from this MCP Server.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

You pass the server URL to the `mcps` array in your CrewAI agent definition. You can assign `list_people` to an HR researcher agent while reserving administrative tools for your compliance lead agent.
Yes, a researcher agent can fetch pay details using `list_remuneration` and pass the raw data to an analyst agent. The analyst then compares these records against industry standards and writes a report.
Look, you don't want to expose salaries to every agent. You use the MCP Server HTTP transport with a `tool_filter` to expose only safe tools like `list_skills`.
The server handles concurrent requests smoothly by queuing calls to endpoints like `get_person`. Your agent teams can query the directory simultaneously without causing connection timeouts.
All data retrieved via `list_users` and `list_people` stays within your local Python runtime. The Vinkius MCP Server operates in a secure, ephemeral sandbox, meaning no personal data is stored or logged externally.

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