# MotionTools MCP for AI Agents AI Agent Connect

> MotionTools lets you manage your urban logistics and fleet operations through your AI agent. Track bookings, monitor driver status, and oversee your entire vehicle fleet without switching tabs. It connects your real-time delivery data to your chat interface so you can handle dispatching and service area management in plain English. You can create new bookings, check driver assignments, and view customer records instantly.

## Overview
- **Category:** order-management
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_6vafOiG0iEHs4dJrbsSA3LdFaQ3bcht1OjalMkTE/ai-agent-connect
- **Tags:** delivery-management, booking-system, fleet-oversight, urban-logistics, real-time-tracking, dispatch-operations

## Description

MotionTools connects your logistics data directly to your AI agent so you can manage your fleet through a simple conversation. Instead of hunting through a cluttered dashboard to see where your drivers are or which bookings are still pending, you can just ask your agent for a status update. If you need to set up a new delivery, you tell the agent the pickup and dropoff points, and it handles the record creation for you. It's a way to turn your logistics operations into a conversation. When you use this through the Vinkius catalog, you get a central hub where your agent can see your customers, your active service zones, and your vehicle assignments in one place. You stop copy-pasting data between tabs and start getting answers about your fleet's health in real time. It's about making sure your drivers are where they need to be and your customers are getting their deliveries on time without the manual overhead of constant clicking.

## Tools

### get_driver
Get specific driver details. Pull info on a single driver's current assignment and status.

### get_service_area
Get service area details. Look up the specific boundaries and info for a geographic zone.

### list_bookings
List logistics bookings. See a full overview of all your current and past deliveries.

### list_customers
List logistics customers. Get a complete list of everyone who has booked your services.

### list_drivers
List fleet drivers. View all drivers currently registered in your fleet.

### create_booking
Create a new logistics booking. This lets you set up new deliveries with specific locations instantly.

### get_booking
Get specific booking details. Use this to pull deep metadata for a single delivery ID.

### get_vehicle
Get specific vehicle info. Check the status and metadata for a specific car or van.

### list_service_areas
List active service areas. See every zone where your operations are currently running.

### list_vehicles
List fleet vehicles. Get a bird's eye view of all vehicles in your fleet.

## Prompt Examples

**Prompt:** 
```
What's the status of booking BK-789?
```

**Response:** 
```
Booking **BK-789** is currently **In Progress**. The driver is currently on-site at the pickup location. 

Would you like me to pull the driver's contact info?
```

**Prompt:** 
```
List all our active service areas.
```

**Response:** 
```
You currently have **4 active service areas**: 

* Downtown Core
* North Suburbs
* East Industrial Zone
* West Heights

Would you like to see the specific boundaries for any of these?
```

**Prompt:** 
```
Do we have any available vehicles right now?
```

**Response:** 
```
I've checked your fleet. You have **8 vehicles** total:

* **6** are currently assigned to drivers
* **2** are currently available

Would you like me to list the IDs for the available ones?
```

## Capabilities

### Create delivery bookings
Add new logistics orders with specific pickup and dropoff locations using plain text.

### Pull real-time booking status
Check the current progress and metadata for any specific delivery in your system.

### Monitor driver assignments
See which drivers are currently active and what they are working on.

### Track fleet vehicle availability
Get a list of all vehicles and see which ones are currently assigned or idle.

### Inspect service area boundaries
View the geographic zones where your logistics operations are currently active.

### Retrieve customer records
Pull a complete list of customers who have booked services in your account.

## Use Cases

### Checking a delayed delivery
A coordinator gets a call about a delayed package. They ask the agent to check the status of a specific booking to find the current location and driver info.

### Identifying spare vehicles
A manager needs to see if there are any spare vans. They ask the agent to show active vehicles to identify which ones are unassigned.

### Rapid order entry
A dispatcher needs to add a new order. They tell the agent the address, and the agent adds it to the system without the dispatcher opening the website.

### Planning regional expansion
An ops lead wants to see if they can expand to a new neighborhood. They ask the agent to list all current service areas to compare coverage.

## Benefits

- Stop manual data entry by creating new delivery bookings through natural language instead of filling out web forms.
- Get instant visibility into your fleet by checking driver assignments and vehicle availability in one go.
- Reduce response times for customers by pulling up delivery statuses without navigating away from your chat.
- Better manage your growth by viewing active service areas and geographic boundaries to see exactly where you operate.
- Keep your customer data organized by pulling up records of past bookings during a conversation to stay informed.

## How It Works

The bottom line is you get a conversational interface for your entire logistics and fleet management operation.

1. Subscribe to the MotionTools MCP on Vinkius.
2. Provide your MotionTools API token in your client settings.
3. Ask your agent to list bookings, check driver status, or create new deliveries.

## Frequently Asked Questions

**Can MotionTools help me track my delivery drivers?**
Yes, this Connector lets your agent see the real-time status and assignments of your entire driver fleet. You can ask for specific driver details or get a full list of everyone currently on the road.

**How do I create a new delivery booking using this?**
You can just tell your AI agent the pickup and dropoff details in plain English. It will use the MotionTools connection to create the booking for you automatically.

**Can I see my customer records through the MotionTools MCP?**
Yes, your agent can pull a list of all customers who have booked services in your account. This makes it easy to look up past history during a conversation.

**Does this Connector work for urban logistics?**
It's specifically built for urban logistics and fleet management. It handles the common tasks of booking, driver oversight, and service area tracking for delivery operations.

**What happens if I need to check a specific service area?**
You can ask your agent to list all active areas or pull the details for a specific zone. It will return the geographic boundaries and status for you.

**Is there a way to see my whole vehicle fleet at once?**
Yes, you can ask your agent to list all vehicles. It will show you how many are assigned, how many are available, and provide their unique identifiers.

**How do I get a MotionTools API Token?**
You can generate a long-lived API token in your MotionTools dashboard. These are specifically designed for server-to-server integrations.

**Can I track individual driver statuses?**
Yes! Use the `get_driver` tool with a specific Driver ID to see their current availability and assignment status.

**How do I see our operational areas?**
The `list_service_areas` tool will provide all defined geographic zones in your account, and `get_service_area` will give you the specific boundaries for a zone.