# TollGuru MCP for AI Agents AI Agent Connect

> TollGuru MCP provides real-time toll and fuel data for global routes. It handles everything from single car trips to heavy truck logistics, calculating costs based on addresses, GPS tracks, or specific polylines. It's the go-to for anyone needing exact transportation costs without manual searching.

## Overview
- **Category:** data-analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_jGOPiOA0xVprTpFI0ao6CE7NBisle2NMLNfBugeI/ai-agent-connect
- **Tags:** toll-calculation, route-optimization, fleet-management, fuel-estimation, logistics-intelligence, transportation-costs

## Description

Imagine you're planning a cross-country move or managing a fleet of delivery trucks. Right now, you're probably jumping between maps, opening separate toll calculators, and trying to guess fuel costs based on vehicle size. It's a mess of tabs and manual math. This Connector changes that by giving your AI agent a direct line to TollGuru's data. Instead of hunting for numbers, you just ask your agent for the total cost of a route from Chicago to Miami for a 5-axle truck. The agent does the heavy lifting, pulling together toll fees, fuel estimates, and vehicle-specific pricing in one go. It handles the nuances like tag vs. cash prices and specific bridge fees so you don't have to. Because Vinkius hosts this Connector, you can plug it into your favorite client and turn your AI into a travel cost analyst. You stop guessing and start knowing your exact overhead before the wheels even turn.

## Tools

### calculate_tolls_by_polyline
Get toll costs for a specific path using an encoded polyline string. This is useful for precise route analysis.

### calculate_tolls_by_address
Calculate total tolls and fuel costs between two specific addresses. It supports different vehicle types.

### calculate_tolls_by_coordinates
Get multiple route options with toll breakdowns using GPS coordinates. It helps find the most cost-effective path.

### calculate_tolls_by_gps
Identify tolls from real trip data using map-matching on GPS tracks. Use this for post-trip reconciliation.

### get_toll_rates
Look up the current toll price for a specific booth or plaza. This provides quick access to individual rates.

### get_transaction_count
Check your total API transaction count for billing and usage monitoring. It helps you stay on top of your account limits.

## Prompt Examples

**Prompt:** 
```
How much will it cost to drive a 5-axle truck from Chicago to Miami?
```

**Response:** 
```
### Route Cost Estimate
**Vehicle:** 5-Axle Truck
**Route:** Chicago, IL $ightarrow$ Miami, FL

| Item | Estimated Cost |
| :--- | :--- |
| **Tolls** | $145.00 |
| **Fuel** | $420.00 (Estimated) |
| **Total** | **$565.00** |

*Note: Prices include heavy-vehicle surcharges. Tag payments are recommended to save approximately 15% on certain state bridges.*
```

**Prompt:** 
```
What's the cheapest way to get from SF to LA without paying tolls?
```

**Response:** 
```
I've analyzed the routes between San Francisco and Los Angeles. 

*   **Option 1 (No Tolls):** Taking I-5 S. This is the most cost-effective route with $0 in tolls, though it adds about 45 minutes to the total drive time.
*   **Option 2 (Fastest):** Taking the coastal route. This has approximately $15 in bridge tolls but offers a more direct path.

Would you like me to calculate the fuel costs for the I-5 route?
```

**Prompt:** 
```
I have a GPS track from a delivery run. Can you tell me what the tolls were?
```

**Response:** 
```
I've processed your GPS track data. 

**Trip Summary:**
*   **Total Tolls Identified:** $32.40
*   **Major Toll Points:** 
    *   Holland Tunnel
    *   NJ Turnpike
    *   George Washington Bridge

I've also matched these against your expected route to see if there were any unexpected surcharges.
```

## Capabilities

### Calculate route costs
Get total toll and fuel prices for any start and end point.

### Handle different vehicles
Pull specific pricing for cars, taxis, or heavy trucks.

### Audit specific tolls
See a breakdown of every individual booth or bridge charge.

### Analyze GPS tracks
Reconcile actual trip data to see what you were charged on the road.

### Check specific rates
Look up the current price for a single toll plaza.

### Monitor account usage
Track your API transaction count for billing and limits.

## Use Cases

### Trucking Route Planning
A logistics lead asks for the cheapest route for a 5-axle truck from Chicago to Miami. The agent uses calculate_tolls_by_coordinates to show the breakdown.

### Road Trip Budgeting
A traveler wants to know the total toll costs for a car trip from NYC to Philly. The agent uses calculate_tolls_by_address to give a total price.

### Fuel & Toll Audit
A delivery driver wants to check if their daily charges match the expected route costs. The agent uses calculate_tolls_by_gps to check the track.

### Application Development
A developer wants to build a travel cost estimator into their own software. They use the Connector to pull real-time data into their AI-guided interface.

## Benefits

- Stop manual searching: Use calculate_tolls_by_address to get instant pricing instead of clicking through multiple map sites.
- Accurate truck pricing: Get correct rates for 5-axle trucks or heavy vehicles using calculate_tolls_by_coordinates.
- Precise audit trails: Use calculate_tolls_by_gps to reconcile what you were actually charged on a finished trip.
- Better profit margins: Use get_toll_rates to find the cheapest paths and avoid unexpected bridge fees.
- Simplified logistics: Combine fuel and toll data into one request to see the true cost of a journey.

## How It Works

The bottom line is you get instant, accurate transportation costs without ever opening a separate calculator.

1. Connect the TollGuru MCP to your AI client via the Vinkius dashboard.
2. Provide your TollGuru API key to authorize the connection.
3. Ask your agent to calculate costs or audit routes using natural language.

## Frequently Asked Questions

**Can TollGuru MCP calculate costs for heavy trucks?**
Yes, it handles different vehicle types including cars, taxis, and heavy trucks. It provides specific pricing for various axle counts and vehicle weights.

**Does TollGuru MCP cover international routes?**
Yes, it provides global coverage for thousands of bridges, tunnels, and highways across the globe.

**Can I use TollGuru MCP to see individual bridge fees?**
Yes, the Connector provides a breakdown of individual toll charges along a route so you can see exactly where the costs are coming from.

**How does TollGuru MCP handle fuel estimates?**
It calculates estimated fuel consumption based on the route distance and vehicle type, giving you a more complete picture of your total journey cost.

**Can I use TollGuru MCP to audit my past trips?**
Yes, you can submit GPS track data from completed trips to reconcile actual charges against your expected costs.

**Is TollGuru MCP good for commercial fleet management?**
It is specifically designed for logistics and fleet efficiency, helping managers retrieve exact shipping costs and optimize routes.

**Can I calculate tolls for multiple vehicle types like cars and trucks?**
Yes! All toll calculation tools (`calculate_tolls_by_address`, `calculate_tolls_by_coordinates`, `calculate_tolls_by_polyline`, `calculate_tolls_by_gps`) accept a `vehicle_type` parameter. Supported types include `2AxlesAuto`, `2AxlesTaxi`, `2AxlesMotorcycle`, `3AxlesTruck`, and up to 9-axle configurations.

**Does the result show both cash and electronic tag prices?**
Absolutely. The `TollPresenter` displays the costs for different payment methods whenever available from the API, allowing you to choose the best option.

**What addresses should I use for origin and destination?**
You can provide full physical addresses, city names, or even specific coordinates. The more precise the address, the more accurate the toll calculation will be.