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

How to Use the TollGuru MCP in CrewAI

Build autonomous trip planning with CrewAI and TollGuru's specialized tools.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect TollGuru MCP to CrewAI

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

Design specialized route cost estimators.

The `calculate_toll_route` tool gives your crew a specialized function: calculating total costs for a journey. You assign one agent the role of 'Logistics Planner' and give it access to this MCP Server. It handles inputs like origin, destination, vehicle type, and currency. Because CrewAI runs multiple agents that collaborate, you can set up a system where an 'Analysis Agent' uses TollGuru to get detailed plaza info, then passes that data to a separate 'Reporting Agent' which formats the final trip cost breakdown.

Handle complex multi-destination trips.

For large delivery operations, use `calculate_toll_multi_stop`. You can assign an agent the task of optimizing waypoints. The crew will run this tool to find the minimum cost sequence for a list of stops. This moves beyond simple calculation and into true logistics problem-solving. This collaborative approach is powerful: one agent gathers all waypoint data, another calls `calculate_toll_multi_stop`, and a third confirms the optimized path.

Validate costs from existing maps.

When an external mapping service provides a route polyline, don't recalculate everything. Let your crew use `calculate_toll_from_polyline`. This tool extracts only the necessary toll and fuel cost data for that specific path. It keeps the process lean and focused. This is ideal for autonomous operations where one agent reads map output, and another uses TollGuru to validate the associated financial costs before taking action.

Setup guide

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

crew.py
from crewai import Agent, Task, Crew

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

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

You assign one of your agents the specific role of 'Toll Analyst' and give it access to the TollGuru MCP Server. This ensures that every time an agent needs cost data, it uses the defined tools like `calculate_toll_route` for consistency.
The server processes route geometry (polylines), vehicle specifications, and geographical coordinates. The resulting data shared between agents includes precise financial metrics like tolls, fuel costs, and optimized routing suggestions.
Yes. Use `calculate_toll_multi_stop`. You can set up a scenario where the 'Coordinator Agent' feeds the waypoint list to the 'Toll Guru Tool,' which returns the optimized, multi-plaza cost breakdown.
It does. The `calculate_toll_route` tool supports a wide range of vehicles, from standard cars to 9+ axle commercial trucks. You simply ensure the 'Vehicle Specialist Agent' passes the correct type parameter when calling the function.
It is. By giving your crew access to this MCP Server, you build a trusted source of truth for costs. The agents can independently verify the toll and fuel estimates across different planning stages.

Start using the TollGuru MCP today

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

Built & Managed by Vinkius 30s setup 3 tools

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

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