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

How to Use the Navisphere MCP in CrewAI

Deploy autonomous logistics teams with CrewAI. Assign agents to find, bid on, and monitor Navisphere freight around the clock.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Navisphere MCP to CrewAI

Create your Vinkius account to connect Navisphere 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 Freight Discovery to an Agent

Create a "Scout Agent" in your crew whose only job is to run the `search_available_loads` tool. It constantly scans Navisphere for freight that matches your specific lanes, equipment types, and rate targets. When the Scout finds a potential load, it passes the ID to an "Analyst Agent". This second agent uses `get_load_details` and `get_rate_estimate` to decide if the freight is profitable. This division of labor is what makes a crew so effective.

Build an Autonomous Bidding Crew with this MCP Server

Once the Analyst Agent approves a load, it tasks a "Bidder Agent" to execute `submit_bid`. If the bid is won via `accept_offer`, the task is handed off again. This is how you build a fully autonomous procurement pipeline. A "Tracker Agent" then takes over, using `track_shipment` and `get_tracking_events` to monitor the shipment's progress. It can be tasked to `update_shipment_status` in your own systems or alert a human supervisor if any issues arise.

Use a CrewAI Team for Logistics Operations

You can design a full logistics crew. One agent handles booking with `create_shipment`, another manages paperwork with `upload_shipment_documents`, and a supervisor agent oversees the whole process. CrewAI's shared memory means every agent knows the status of a given shipment. The agent handling documents knows when the tracking agent reports a delivery. This prevents crossed wires and dropped tasks.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

It's straightforward. Just pass your Vinkius MCP endpoint URL into the `mcps` list when you define your Agent in Python. CrewAI automatically discovers and integrates the available Navisphere tools.
Yes. You can assign one agent to find loads with `search_available_loads`, another to bid with `submit_bid`, a third to track with `track_shipment`, and a fourth to handle documents with `upload_shipment_documents`. This is a classic multi-agent workflow.
Agents pass tasks and context. For example, your "scout" agent finds a load and returns the `loadId`. It then creates a new task for the "bidder" agent, passing that `loadId` as a parameter for it to use with the `submit_bid` tool.
Yes, you can. For advanced setups, you can use `MCPServerHTTP` from `crewai.mcp` and provide a `tool_filter`. This lets you ensure, for instance, that only your "Tracker Agent" can access the `update_shipment_status` tool.
Yes. Your bidding data, including load IDs and amounts, is sent over a secure connection to Vinkius. The request is handled in a short-lived, isolated instance that is destroyed after processing. CrewAI simply directs the tool calls; the execution is secured by the MCP architecture.

Start using the Navisphere MCP today

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

Built & Managed by Vinkius 30s setup 11 tools

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

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