Vinkius
Planhat logo
Vinkius
Vinkius runs on CrewAI

How to Use the Planhat MCP in CrewAI

Deploy specialized agent crews with the Planhat MCP Server for autonomous customer success.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Planhat MCP on Cursor AI Code Editor MCP Client Planhat MCP on Claude Desktop App MCP Integration Planhat MCP on OpenAI Agents SDK MCP Compatible Planhat MCP on Visual Studio Code MCP Extension Client Planhat MCP on GitHub Copilot AI Agent MCP Integration Planhat MCP on Google Gemini AI MCP Integration Planhat MCP on Lovable AI Development MCP Client Planhat MCP on Mistral AI Agents MCP Compatible Planhat MCP on Amazon AWS Bedrock MCP Support
MCP Servers — Included with Plan
Vinkius runs on CrewAI

Connect Planhat MCP to CrewAI

Create your Vinkius account to connect Planhat to CrewAI — we handle the hosting, security, and runtime updates so you don't have to. No server setup required.

GDPR Included with Plan

Key Capabilities

Role-based customer success teams

Assign a Research Agent to call `list_planhat_notes` while an Analyst Agent reviews `list_planhat_projects`. CrewAI manages the collaboration between these specialists. Your agents work as a unit. By sharing memory across the crew, they build a complete picture of the customer's journey using data from the Planhat MCP server.

Autonomous churn prevention crews

Set up a monitor agent that continuously checks `list_planhat_conversations` for red flags. If it finds a problem, it alerts the moderator agent to step in. Stop reacting to problems after they happen. Your crew proactively identifies at-risk accounts by scanning `list_planhat_companies` for inactivity or negative sentiment markers.

Hierarchical execution for renewals

Structure your agents so a manager agent oversees the `list_planhat_tasks` completion. It ensures that every step of the renewal process is followed by the junior agents. Your operations scale without your input. By automating the data retrieval from `list_planhat_assets`, the crew prepares all necessary documentation before the CSM even opens the file.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Yes, pass the MCP server URL to your agents. This allows every agent in your crew to pull data from Planhat according to their specific roles.
CrewAI uses shared memory to pass results between agents. When one agent fetches `list_planhat_licenses`, the rest of the crew can reference that data in their own tasks.
Every request from the Planhat MCP server is isolated. CrewAI keeps the communication between the agent and the server private, protecting your customer account details.
Yes, use the tool_filter option in your CrewAI agent configuration. This prevents specific agents from accessing sensitive tools like `list_planhat_end_users` while allowing them to see general company data.
The MCP server acts as a gatekeeper for your data. It provides read-only access to `list_planhat_notes` and other logs, ensuring that agents only receive the information necessary for their specific assigned task.

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

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on 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.