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

How to Use the JSONCargo Maritime MCP in CrewAI

Deploy a crew of specialized AI agents to coordinate global ports and audit active voyages autonomously with CrewAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect JSONCargo Maritime MCP to CrewAI

Create your Vinkius account to connect JSONCargo Maritime 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 voyage auditing with CrewAI

The `get_current_voyage_details` tool gives your CrewAI tracking agent the raw transit logs it needs to evaluate ship performance. While one agent pulls raw coordinates, another reviews them for delays. It happens simultaneously. This sequential execution ensures that your CrewAI agents share memory. The analyst agent knows exactly what the tracking agent found, preventing redundant queries to the MCP Server.

Autonomous port congestion monitoring

The `list_maritime_ports` tool provides real-time congestion metrics that your CrewAI port manager agent uses to flags bottlenecks. A separate escalation agent can then step in to notify logistics teams if delays cross critical thresholds. This multi-agent CrewAI setup runs completely on autopilot. Your crew continuously monitors global port coordinates without requiring constant developer intervention.

Vessel registry lookup teams

The `search_maritime_vessels` tool allows your research agent to look up specific ships by IMO or name. Before executing a deep dive, a supervisor agent runs `check_api_status` to ensure the maritime database is fully reachable. CrewAI coordinates these tasks using hierarchical execution. You set the goals, and the crew determines the optimal order to execute the maritime tools.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Pass the HTTP server URL directly into the `mcps` parameter of your CrewAI agent definition. The framework automatically parses and registers all four maritime tools for that agent.
Yes, you can use the `MCPServerHTTP` class from `crewai.mcp` and apply a `tool_filter`. This restricts specific agents to only calling `list_maritime_ports` while blocking voyage detail access.
CrewAI agents use a shared memory system. When one agent calls `search_maritime_vessels`, the resulting IMO and vessel details are immediately accessible to all other agents in the crew.
Yes, CrewAI supports stdio, SSE, and HTTP transports. You can run the MCP Server locally via stdio for development or connect to the hosted Vinkius endpoint over HTTP.
Your vessel registry queries and transit logs flow directly between your CrewAI agents and the JSONCargo Maritime MCP server. Vinkius runs the server in an ephemeral V8 sandbox, ensuring no data is saved or stored.

Start using the JSONCargo Maritime MCP today

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

Built & Managed by Vinkius 30s setup 4 tools

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

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