How to Use the Arrivy MCP in Cursor
Build custom dispatch logic by injecting live Arrivy data directly into your code with Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Arrivy MCP to Cursor
Create your Vinkius account to connect Arrivy 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.
Code with live Arrivy MCP Server data
The `get_task` and `list_tasks` tools let the editor agent read real dispatch records while you write scripts. You ask for a sample payload, and the AI client fetches an actual job ticket from your database. Writing integration tests becomes trivial when you have real data structures in context. The MCP integration maps the JSON response exactly as the API returns it, preventing type errors before you compile.
Automate crew assignments
Running `list_crews` alongside `list_locations` pulls your active technicians and their coordinates into the IDE workspace. You tell the agent to write a sorting algorithm based on distance, and it uses the live coordinate data to test the logic. Guessing schemas for personnel records wastes time. Your editor sees the exact fields for trucks, skills, and availability.
Script bulk customer imports
Executing `create_customer` allows your agent to test database insertion logic on the fly. Highlighting a CSV parsing function prompts the AI client to fire a test record into the staging environment. Checking the result takes one prompt. The MCP protocol verifies your API keys are valid via the `get_account_check` operation before you commit the script to version control.
Set up Arrivy 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 Arrivy 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 Arrivy transactions." If the MCP tools are loaded correctly, Cursor will call the Arrivy tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"arrivy-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 Arrivy. 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 Arrivy MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Arrivy MCP today
We host it, we monitor it, we maintain it. You just paste one token.