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

How to Use the Manatal MCP in CrewAI

Deploy specialized AI agent crews to screen candidates and manage Manatal pipelines autonomously in CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Manatal MCP to CrewAI

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

Coordinate multi-agent candidate screening in CrewAI

The `list_candidates` tool feeds raw applicant profiles to your CrewAI research agent for initial screening. Once the researcher finishes, a second CrewAI analyst agent calls `get_candidate` to verify specific qualifications and credentials inside Manatal. This collaborative CrewAI setup allows specialized agents to pass Manatal candidate data back and forth using shared memory. Your recruiters get highly detailed summaries without reading hundreds of Manatal resumes manually, saving hours they'd normally waste.

Audit hiring pipelines with this MCP Server

The `list_applications` tool exposes the state of every hiring pipeline to your CrewAI monitoring agents. Active monitoring allows the CrewAI moderator agent to use this Manatal data to flag stalled applications and coordinate follow-ups. By calling `get_application`, your CrewAI agents analyze feedback history to see why a candidate is stuck in Manatal. This MCP Server lets your autonomous crew run continuous pipeline audits, keeping your recruitment operations clean.

Map organizational structures across active jobs

The `list_organizations` tool allows your CrewAI agent crew to map out client or internal company structures in Manatal. CrewAI agents combine this with `list_departments` to understand exactly where new hires fit within the enterprise hierarchy. When a new requisition opens, CrewAI agents use `list_jobs` and `get_job` to match roles against existing Manatal team structures. This automated mapping ensures your sourcing crew targets the right departments and hiring managers from day one.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Pass your Vinkius server URL to the `mcps` parameter of individual agents. This lets you give the CrewAI researcher agent access to `list_candidates` while restricting the admin agent to `list_applications`.
Yes. One CrewAI agent can call `list_jobs` to find open positions, while another CrewAI agent uses `get_job` to extract requirements, sharing the findings through CrewAI's memory layer.
CrewAI automatically connects via SSE or Streamable HTTP. You only need to provide the Vinkius endpoint token in your CrewAI agent configuration to start querying the Manatal ATS.
Use the `MCPServerHTTP` class with a `tool_filter` to only expose read-only tools like `list_departments` to your CrewAI agents and block write-heavy operations.
The raw candidate profiles and application records fetched via `get_candidate` flow directly to your local runtime. Vinkius secures the transport layer, ensuring no applicant data remains on external servers.

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