How to Use the Flexport MCP in Cursor
Generate code using live Flexport freight APIs and automate logistics directly inside Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Flexport MCP to Cursor
Create your Vinkius account to connect Flexport 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.
Build supply chain tools with Cursor and MCP Server
Writing mock data for Flexport integrations is a waste of time when you are coding in Cursor. This Flexport MCP server lets your Cursor agent query `list_shipments` and `get_shipment` to inject real freight payloads straight into your editor. You see the actual Flexport data structure, nested container arrays, and status codes inside Cursor. This means you write Cursor-assisted parsing logic that matches the Flexport API on day one, without guessing how the payload looks.
Automate purchase order pipelines in Cursor
When you are building ERP endpoints in Cursor, you need to test how Flexport purchase orders flow. Cursor uses Flexport's `create_purchase_order` and `get_purchase_order` to let you execute live test cycles directly from your workspace chat. The Cursor editor executes the tool, returns the live Flexport API response, and lets you write your database mapping code. No more stale Flexport documentation tabs open on your second monitor while using Cursor.
Match Flexport invoices to code logic inside Cursor
Debugging financial reconciliation scripts in Cursor is painful when you do not have raw Flexport payloads. Cursor calls Flexport's `list_invoices` and `list_shipment_invoices` to pull actual freight billing data directly into your terminal. Your Cursor coding agent can analyze these payloads to help you write exact Flexport matching algorithms. It maps line items from the Flexport `get_invoice` endpoint to your local Cursor schema, finding edge cases before they hit production.
Set up Flexport 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 Flexport 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 Flexport transactions." If the MCP tools are loaded correctly, Cursor will call the Flexport tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"flexport-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 Flexport. 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 Flexport MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Flexport MCP today
We host it, we monitor it, we maintain it. You just paste one token.