Fleetio Connector for AI agents.
12 live capabilities
Manage vehicle maintenance and fuel logs with your fleet data.
Waiting for input…
Why people use Fleetio
Fleetio for Vehicle Maintenance and Repairs
With this Connector, you just ask your agent. You can pull up all active work orders or get a list of upcoming service reminders in one go. It turns your fleet data into a direct conversation, so you spend less time clicking and more time managing.
What Vinkius changes
You get a conversational interface for your entire fleet's logistics and maintenance data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Emergency repair
A driver reports a breakdown.
- Real-world use case 02
Weekly planning
A fleet manager asks for all upcoming service reminders using list_service_reminders to schedule the week's maintenance.
- Real-world use case 03
Fuel audit
A logistics coordinator wants to see fuel costs for a specific route and asks for list_fuel_entries to check the last month.
Complete set · 12capabilities
The complete Fleetio capability set.
These are the exact actions your AI can choose when you ask it to work with Fleetio.
01—04
4 capabilities in this set.
Part of 12 available through Fleetio.
- 01 Capability
List service reminders
List service reminders. This keeps you on top of oil changes and inspections before they're missed.
- 02 Capability
Create meter entry
Create meter entry. This ensures your maintenance schedules stay accurate based on actual use.
- 03 Capability
Get issue
Get issue details. Use this to see the history and status of a particular repair.
- 04 Capability
Get service reminder
Get service reminder. This helps you see exactly what's due and for which vehicle.
05—08
4 capabilities in this set.
Part of 12 available through Fleetio.
- 05 Capability
List contacts
List fleet contacts. Use this to find the right person to call when a problem arises.
- 06 Capability
List fuel entries
List fuel entries. It's the easiest way to track consumption costs over time.
- 07 Capability
List issues
List vehicle issues. Use this to get a bird's-eye view of what's broken in the fleet.
- 08 Capability
List vehicles
List all vehicles. This is the starting point for any fleet-wide audit or status check.
09—12
4 capabilities in this set.
Part of 12 available through Fleetio.
- 09 Capability
List vendors
List fleet vendors. Use this to find the right shop for a specific repair job.
- 10 Capability
List work orders
List work orders. This helps you track the progress of ongoing repairs across the fleet.
- 11 Capability
Create issue
Report a new issue. Use this to log a breakdown as soon as it happens in the field.
- 12 Capability
Get vehicle
Get vehicle details. This helps you quickly find specs like VINs or license plates.
Set up in minutes
One URL. Then ask Fleetio to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Fleetio from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_sUMqSgusPUAfTsXhZ1rjkwEdFqSjFyBCfWMWRYJ4/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Fleetio, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Fleetio for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_sUMqSgusPUAfTsXhZ1rjkwEdFqSjFyBCfWMWRYJ4/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Fleetio URL.
- Step 03
Save and start
Save the connection and enable Fleetio in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"fleetio": {
"url": "https://edge.vinkius.com/vk_preview_sUMqSgusPUAfTsXhZ1rjkwEdFqSjFyBCfWMWRYJ4/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Fleetio
Open Agent mode in chat and ask: "Using Fleetio, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"fleetio": {
"url": "https://edge.vinkius.com/vk_preview_sUMqSgusPUAfTsXhZ1rjkwEdFqSjFyBCfWMWRYJ4/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Fleetio
Ask Copilot: "Using Fleetio, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"fleetio": {
"url": "https://edge.vinkius.com/vk_preview_sUMqSgusPUAfTsXhZ1rjkwEdFqSjFyBCfWMWRYJ4/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Fleetio
Open Cascade and ask: "Using Fleetio, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"fleetio": {
"url": "https://edge.vinkius.com/vk_preview_sUMqSgusPUAfTsXhZ1rjkwEdFqSjFyBCfWMWRYJ4/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Fleetio
Ask Cline: "Using Fleetio, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add fleetio --transport http "https://edge.vinkius.com/vk_preview_sUMqSgusPUAfTsXhZ1rjkwEdFqSjFyBCfWMWRYJ4/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Fleetio
Ask Claude: "Using Fleetio, show me...". 12 tools are ready
Where the request belongs
Work Fleetio can move forward.
Fleet managers who are tired of manual data entry and operations supervisors who need real-time status updates without constant phone calls.
Fleet Manager
Checks service reminders and work orders to plan weekly maintenance schedules.
Operations Supervisor
Monitors reported issues and vehicle statuses to keep the fleet moving.
Logistics Coordinator
Pulls vendor and driver contacts to resolve delivery delays quickly.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCartrack
Manage fleet operations via Cartrack. track vehicle locations, monitor fuel, and analyze trip history directly from any AI agent.
KeepTruckin
Manage your fleet and assets via KeepTruckin. track locations, monitor reefer sensors, and analyze vehicle utilization directly from your AI agent.
Omnitracs Fleet Intelligence
Manage your fleet and logistics via Omnitracs. track vehicles, drivers, and shipments directly from your AI agent.
DROPBOY
Equip your AI agent to manage logistics orders, track fleet vehicles, and monitor delivery drivers via the DROPBOY API.
Geotab
Automate fleet management via Geotab. manage devices, track trips, and monitor vehicle diagnostics directly from any AI agent.
Towio
Coordinate towing and roadside assistance operations with dispatch management, GPS tracking, and job status updates.
Bring your own AI
Change the model, client or framework. Keep Fleetio connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Fleetio.
The practical details behind the request, access and result.
Can I use the Fleetio MCP to track my truck maintenance?
Yes, it lets you see all upcoming service reminders and active work orders through your AI client.
How does the Fleetio MCP help with fuel costs?
You can ask your agent to pull historical fuel entries to see how much your fleet is spending on gas.
Can I report vehicle problems using the Fleetio MCP?
You can report a new issue directly through your agent, which then creates a record in Fleetio.
Is the Fleetio MCP good for large fleets?
It's great for large fleets because it allows you to query all vehicles and work orders without manual filtering.
Can I get vendor contact info with the Fleetio MCP?
Yes, it can list your fleet vendors and organization contacts so you don't have to search for them.
Does the Fleetio MCP update my odometer readings?
You can use it to add new meter entries, which helps keep your maintenance schedules accurate.
How do I update a vehicle's odometer reading using the agent?
You can use the 'create_meter_entry' capability. Simply provide the Vehicle ID and the new meter value. The agent will record the entry in Fleetio immediately, which helps keeping maintenance schedules accurate.
Can I see upcoming service reminders for my entire fleet?
Yes! The 'list_service_reminders' capability retrieves all active maintenance reminders. You can ask your agent to sort these by date or priority to identify which vehicles need attention next.
What format should I use for reporting a new vehicle issue?
Use the 'create_issue' capability by providing the Vehicle ID and a summary of the problem. You can also add an optional detailed description to give technicians more context about the reported fault.
One connection away
Give your agent a direct line to Fleetio.
Connect Fleetio once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available