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

How to Use the Freightview MCP in CrewAI

Deploy autonomous logistics teams to manage your Freightview account using CrewAI agents.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect Freightview MCP to CrewAI

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

Build an Autonomous Quoting Crew via MCP

Stop running single agents. With CrewAI, you assign one agent to act as the logistics researcher and another as the financial auditor. They share memory and coordinate the entire freight booking process through this MCP Server. The researcher calls `list_item_catalog` to get weights and hits `request_rates` to pull options. The auditor then reviews the output from `list_freight_quotes` to verify the margins before passing the final choice to an execution agent.

Continuous Shipment Monitoring Teams

You can spin up a dedicated MCP tracking crew that runs in the background. A monitor agent constantly loops through `list_shipments` to watch for status changes across all your active loads. The moment a delivery flags as delayed via `get_shipment_details`, the monitor hands the context to a resolution agent. That agent uses `get_carrier_details` to find the exact terminal phone number and drafts an escalation report.

Audit Carrier Performance Automatically

Managing logistics relationships requires constant data analysis. You can task a CrewAI squad to evaluate your shipping history without human intervention. The team pulls historical data using `list_freight_quotes` and cross-references it with your saved facilities in `list_address_book`. They analyze which carriers consistently miss delivery windows and output a weekly performance summary.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

Pass the Vinkius endpoint directly into the mcps array in your Agent definition. CrewAI automatically fetches and registers all the available tools.
Yes. You should use MCPServerHTTP and configure a tool_filter. This lets you give the quoting agent access to request_rates while blocking it from seeing list_webhooks.
They use shared memory. If Agent A calls get_account_details, the resulting organization attributes are stored in the crew's context for Agent B to use later in the sequence.
You can connect via standard SSE or Streamable HTTP. CrewAI handles the underlying connection to the Vinkius managed infrastructure automatically.
Vinkius enforces strict data isolation. When your agents pull metadata via get_shipment_details, the sandbox processes the request and instantly terminates. No logs, no persistent storage.

Start using the Freightview MCP today

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

Built & Managed by Vinkius 30s setup 12 tools

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

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