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

How to Use the Moova MCP in CrewAI

Deploy autonomous logistics crews with Moova and CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Moova MCP to CrewAI

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

Autonomous carrier monitoring

Assign a monitor agent to watch your entire shipping queue. The agent uses `track_shipment` to poll for progress and flags any anomalies to a human moderator agent. This keeps your operations running 24/7. When a delivery is delayed, the agent automatically updates the internal record or notifies the appropriate team.

Collaborative shipping dispatch

Use a specialized crew to handle the end-to-end logistics process. One agent gathers the destination data, another verifies the budget using `get_budget`, and a third executes the `create_shipment` call. They share memory to ensure everyone is working from the same facts. This eliminates duplicate orders and ensures that every package is routed correctly.

Automated shipment lifecycle management

Keep your systems clean and updated without human help. An agent monitors for canceled or completed orders and cleans up by using `delete_webhook` for old endpoints. It ensures your webhook list remains accurate. You save time by letting the crew handle the housekeeping tasks that usually clog up your dashboard.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Pass the Moova URL directly into your Agent's mcps list. For more control, use the MCPServerHTTP helper to filter exactly which tools your crew can access.
They can, provided you give them access to the `update_shipment` tool. Note that changes aren't permitted once the carrier has collected the package, so the agent will handle that logic check automatically.
It is exactly what it is built for. By leveraging role-based specialization, your agents can handle research, analysis, and execution steps to manage your entire shipping volume.
Every tool call is logged by the agent. You can review the history of `create_shipment` or `track_shipment` events in your agent logs to see exactly how your crew managed each order.
Your shipment data is processed in an ephemeral sandbox. The MCP Server ensures that sensitive info like delivery addresses is only shared with the carrier and never leaked between different agents in your crew.

Start using the Moova MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 14 tools

We've already built the connector for Moova. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 14 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.