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

How to Use the Gem MCP in CrewAI

Deploy specialized recruiting agents. Connect CrewAI to the Gem MCP Server to automate candidate sourcing, project tracking, and outreach.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Gem MCP to CrewAI

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

Multi-Agent Sourcing Crews

Stop relying on a single bot to do everything. CrewAI lets you spin up a researcher to fetch `list_candidates` while a separate sourcer agent qualifies them. They split the workload. The researcher passes context through shared memory. The sourcer reads the data and executes `get_candidate_details` to dig deeper. You get a fully automated talent pipeline working in tandem.

CrewAI Pipeline Management

You need an autonomous manager watching your open roles. Assign a monitor agent to poll `list_talent_projects`. It tracks headcount requirements without human intervention. When a project needs attention, the manager delegates tasks. It orders a sub-agent to fetch `get_project_details` and assigns another to update records via `update_crm_candidate`. The crew runs the board.

Automated Outreach Audits

Bad messaging kills employer brand. Set up a moderator agent to pull `list_outreach_sequences` and review active templates. It checks for stale copy or broken links. If the moderator finds issues, it logs an alert via `add_candidate_note` or notifies the `list_recruiting_team`. Your MCP Server acts as the bridge between your CRM and your autonomous audit crew.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Run `pip install crewai[tools]`. Pass the server URL directly into your Agent's `mcps` array for basic setup, or use `MCPServerHTTP` for advanced configurations.
Yes. Import `MCPServerHTTP` from `crewai.mcp` and apply a `tool_filter`. You can limit the agent to just `list_candidates` so it cannot modify records from the MCP Server.
They do exactly that. Agent A pulls `get_candidate_details` and drops the context into shared memory. Agent B reads that memory and executes `update_crm_candidate`.
Have your setup agent run the `verify_api_connection` tool before kicking off complex workflows. It fails fast if credentials drop.
Team metadata and custom fields remain completely isolated. The zero-trust architecture requires a single endpoint token, meaning your agents authenticate, grab the data, and forget the credentials instantly.

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