How to Use the McLeod Software MCP in Cursor
Build logistics apps in Cursor using live McLeod Software dispatch and driver data inside your AI coding agent.
Works with every AI agent you already use
…and any MCP-compatible client
Connect McLeod Software MCP to Cursor
Create your Vinkius account to connect McLeod Software to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate code in Cursor with live McLeod Software API context
This MCP Server feeds real-time transportation data directly into your Cursor agent. When writing custom logistics dashboards, your editor uses `list_orders` and `get_order` to pull actual payloads instead of relying on outdated mock JSON files. This means the code you generate in Cursor matches your actual database schema. You do not have to waste time fixing type mismatches or broken endpoints after you deploy.
Debug routing and dispatch logic inside Cursor
This toolset lets you test your routing logic directly inside your editor. Your Cursor agent calls `list_movements` and `list_stops` to inspect active truck routes while you write custom tracking algorithms. If your code fails to calculate an ETA, you ask the agent to run `get_dispatch_details` on the spot. It analyzes the live response payload to pinpoint the exact bug in your local code.
Build carrier matching features with real directories
This MCP integration connects your coding environment to your master directories. Your Cursor agent queries `list_carriers` and `list_customers` to help you write and test automated load-matching scripts. You can write a script, run it in the terminal, and have the agent verify the output against live driver lists using `list_drivers`. It eliminates the guesswork from building custom dispatch automation.
Set up McLeod Software MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the McLeod Software MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent McLeod Software transactions." If the MCP tools are loaded correctly, Cursor will call the McLeod Software tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"mcleod-software-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by McLeod Software. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 McLeod Software MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the McLeod Software MCP today
We host it, we monitor it, we maintain it. You just paste one token.