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

How to Use the MRPLN MCP in CrewAI

Deploy autonomous factory communication crews using MRPLN and CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect MRPLN MCP to CrewAI

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

Delegate Customer Research to Agents

The `list_customers` tool allows your designated research agent to scan the entire manufacturing lead database. It identifies accounts that have not ordered materials in the last quarter. The agent stores these IDs in the crew's shared memory. An analysis agent then picks up those IDs and runs the `get_customer` tool on each one. It extracts historical order volumes and prepares a target list for the outreach agent. Nobody has to manually export CSV files ever again.

Analyze Tactics with CrewAI

The `list_tactics` tool fetches every active marketing initiative your factory is running. A data-focused agent reviews the list and isolates the campaigns tied to high-margin equipment sales. It then executes `get_tactic_performance` to pull the hard numbers. A manager agent reviews these metrics and decides whether to kill underperforming campaigns or double down on the winners.

Execute Autonomous Outreach via MCP Server

The `list_waba_templates` tool gives your communication agent the exact formats required by Meta. When a production delay hits, the agent finds the compliance-approved template for scheduling changes. It immediately triggers `send_whatsapp_message` to the affected clients. The crew handles the crisis communication autonomously, letting your actual human staff focus on fixing the broken assembly line.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Install crewai[tools] via pip. You can pass the HTTP URL directly into the mcps array when defining your Agent. The framework handles the transport layer automatically.
Yes. Import MCPServerHTTP from crewai.mcp and use the tool_filter parameter. This lets you give one agent access to database reads while restricting write tools to a moderator agent.
If send_sms_message returns an error, the executing agent logs it in shared memory. A supervisor agent can read that failure and assign a different agent to try emailing the customer instead.
A designated data-entry agent can use the update_customer tool. You just need to prompt it with strict rules on how to format the JSON payload before it executes the write command.
Contact names and historical order volumes pass through an isolated V8 sandbox. We authenticate the connection with a single token, and the environment wipes itself clean the millisecond the task completes.

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