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

How to Use the MyHR MCP in CrewAI

Deploy autonomous HR agents with the MyHR MCP Server in CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect MyHR MCP to CrewAI

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

Specialized HR agent crews

Assign a dedicated agent to monitor `list_absences` while another agent updates records using `create_absence_request`. They share memory, allowing the team to work as one cohesive unit. This specialization eliminates bottlenecks. While one agent handles the heavy lifting of data retrieval, the other focuses on interpreting those results for your payroll needs.

Autonomous payroll verification

Set your crew to run daily scans of `list_timesheets`. They can flag discrepancies automatically, letting you focus only on the issues that require human attention. Your agents operate independently. They follow the rules you set, checking every entry against the latest labor standards without needing constant instruction.

Hierarchical HR management

Configure a moderator agent to oversee `list_employees` and `list_offices`. This agent delegates tasks to subordinates, ensuring that the right data reaches the right process. Efficiency is the goal here. By structuring your crew, you ensure that the system handles routine HR tasks while you retain high-level control over the final outcomes.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Pass the server URL directly into your Agent configuration. Once added to the mcps array, your agents gain full access to all HR tools for their assigned tasks.
Yes. You can build a specialized compliance agent that uses `list_timesheets` to flag potential labor law violations before they become payroll errors.
It does. Each agent in your crew can call different tools simultaneously, allowing for parallel processing of employee records and absence requests.
Use the tool_filter option in your configuration. This allows you to restrict specific agents to only the tools they need, keeping your crew focused and secure.
Security is enforced at the transport layer. Every interaction with your employee records is ephemeral and encrypted, meaning no sensitive HR information persists on our servers after the task completes.

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