Pando Connector for AI agents.
11 live capabilities
Manage shipments and vehicle indents through your transport management system.
Waiting for input…
Why people use Pando
Pando for Logistics Managers: Stop Hunting for Shipment Data
With the Pando MCP, that manual cycle breaks. You can stay in your chat interface and ask for a summary of all active shipments or check vehicle availability for a specific route. Your agent does the heavy lifting of querying the TMS, giving you the answers you need to make decisions in seconds rather than minutes.
What Vinkius changes
You get a conversational interface for your entire transport management system.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Tracking delayed shipments
A manager asks the agent to list shipments and then uses get_shipment_details to see why a specific delivery is stuck.
- Real-world use case 02
Booking new vehicle indents
A planner asks for available carriers and then uses create_indent to request 3 trucks for a specific route.
- Real-world use case 03
Verifying warehouse stock
A warehouse lead uses list_locations to find a hub and then pulls inventory data for specific items.
Complete set · 11capabilities
The complete Pando capability set.
These are the exact actions your AI can choose when you ask it to work with Pando.
01—04
4 capabilities in this set.
Part of 11 available through Pando.
- 01 Capability
List shipments
List all Pando shipments in your account. This provides a quick overview of your current logistics pipeline.
- 02 Capability
Get shipment details
Get specific details for a single shipment. Use this to see exactly what is happening with a specific delivery.
- 03 Capability
List vehicles
List all registered vehicles in your fleet. Use this to check vehicle availability and types.
- 04 Capability
Create indent
Create a new vehicle indent by passing a JSON string. Use this to request specific vehicle types for a route.
05—08
4 capabilities in this set.
Part of 11 available through Pando.
- 05 Capability
Get indent details
Get the specific details for a particular indent. This helps you check the status of a request you already made.
- 06 Capability
Check api status
Verify that your Pando API connection is active. Run this if your agent seems unable to reach your TMS data.
- 07 Capability
List carriers
List all transport carriers in your system. This is useful for seeing which partners are currently available.
- 08 Capability
List indents
List all vehicle indents currently in your account. Use this to get a bird's-eye view of all pending vehicle requests.
09—11
3 capabilities in this set.
Part of 11 available through Pando.
- 09 Capability
List locations
List all warehouse locations in your Pando profile. This helps you quickly identify your supply chain nodes.
- 10 Capability
List materials
List all registered materials in your database. Use this to see everything you are currently tracking.
- 11 Capability
List routes
List all configured routes in your system. This helps you understand your primary transport corridors.
Set up in minutes
One URL. Then ask Pando to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Pando 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_xaBhnVrC6ILnZpg3syJQGMSKZLmWgfCve0fFN1y6/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 Pando, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Pando for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_xaBhnVrC6ILnZpg3syJQGMSKZLmWgfCve0fFN1y6/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 Pando URL.
- Step 03
Save and start
Save the connection and enable Pando in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"pando": {
"url": "https://edge.vinkius.com/vk_preview_xaBhnVrC6ILnZpg3syJQGMSKZLmWgfCve0fFN1y6/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 Pando
Open Agent mode in chat and ask: "Using Pando, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"pando": {
"url": "https://edge.vinkius.com/vk_preview_xaBhnVrC6ILnZpg3syJQGMSKZLmWgfCve0fFN1y6/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 Pando
Ask Copilot: "Using Pando, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"pando": {
"url": "https://edge.vinkius.com/vk_preview_xaBhnVrC6ILnZpg3syJQGMSKZLmWgfCve0fFN1y6/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 Pando
Open Cascade and ask: "Using Pando, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"pando": {
"url": "https://edge.vinkius.com/vk_preview_xaBhnVrC6ILnZpg3syJQGMSKZLmWgfCve0fFN1y6/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 Pando
Ask Cline: "Using Pando, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add pando --transport http "https://edge.vinkius.com/vk_preview_xaBhnVrC6ILnZpg3syJQGMSKZLmWgfCve0fFN1y6/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 Pando
Ask Claude: "Using Pando, show me...". 11 tools are ready
Where the request belongs
Work Pando can move forward.
This is for logistics managers and supply chain planners who are tired of manual data entry and constant dashboard switching. It solves the headache of tracking fleet movements across multiple regions.
Logistics Manager
Checks shipment statuses and carrier availability during the morning rush to update stakeholders.
Supply Chain Planner
Creates new vehicle indents and checks warehouse locations to coordinate weekly transport routes.
Operations Coordinator
Queries material inventory levels and shipment history to resolve fulfillment delays in real-time.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBox
Store, share, and collaborate on files securely with enterprise-grade cloud content management and governance controls.
Fluxiom
Manage digital assets, organize with tags, and oversee collections via AI agents with Fluxiom DAM.
Zoho WorkDrive
Manage files, folders, and team workspaces via Zoho WorkDrive directly from your AI agent.
Anvyl
Streamline your supply chain with Anvyl. manage purchase orders, track shipments, and coordinate with suppliers via AI.
Filemail
Transfer large files up to terabytes securely with password protection, download tracking, and branded transfer pages.
zipperHQ
Manage procurement and vendor relationships with purchase order tracking, approval workflows, and spend visibility for teams.
Bring your own AI
Change the model, client or framework. Keep Pando 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 Pando.
The practical details behind the request, access and result.
What can I do with the Pando MCP?
You can manage your entire transport management system through natural conversation. This includes checking shipment statuses, creating vehicle indents, and monitoring warehouse locations.
Can I use the Pando MCP to manage my fleet?
Yes, you can use it to list all registered vehicles in your fleet and check their availability for specific routes or requests.
How does the Pando MCP help with warehouse management?
It allows your agent to search your master list of warehouse locations and pull metadata for registered materials in your inventory.
Can my AI agent create vehicle requests with the Pando MCP?
Yes, your agent can create new vehicle indents by requesting specific quantities, vehicle types, and destinations directly from your chat.
Does the Pando MCP work with my existing Pando TMS account?
Yes, it connects directly to your existing Pando account using your TMS API token to give your agent full visibility into your logistics data.
Can I see my material inventory using the Pando MCP?
Yes, you can ask your agent to list all registered materials or retrieve specific unit metadata for items in your database.
How do I check if my Pando connection is working?
You can simply ask your agent to verify the Pando API connectivity, and it will check the status of your connection immediately.
Can my AI automatically find the status for a specific shipment by its ID?
Yes! Use the get_shipment capability with the Shipment ID. Your agent will respond with complete metadata, including carrier name, current stage, and expected delivery dates in seconds.
How do I find my Pando TMS API Token?
Log in to your Pando TMS dashboard, navigate to your Profile or Developer settings, and you will find your unique secret token under the 'API Info' section.
What is a vehicle 'indent'?
An indent is a formal request within the Pando platform to assign a specific vehicle for a shipment. You can track their lifecycle from placement to fulfillment via the AI.
One connection away
Give your agent a direct line to Pando.
Connect Pando once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available