Lalamove Malaysia Connector for AI agents.
10 live capabilities
Manage on-demand local deliveries and track drivers across Malaysia.
Waiting for input…
Why people use Lalamove Malaysia
Lalamove Malaysia : Stop Manual Logistics Data Entry
With this Connector, you just tell your agent to check if you can deliver to a specific town and give you a quote for a van. The agent handles the data fetching and gives you the answer in seconds. You stay in your chat and get the info you need immediately.
What Vinkius changes
You turn your AI agent into a logistics coordinator for the Malaysian market.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Providing instant shipping costs to customers
A customer asks for a quote from KLCC to Petaling Jaya.
- Real-world use case 02
Handling last-minute order cancellations
An item goes out of stock.
- Real-world use case 03
Providing live delivery updates
A customer asks where their parcel is.
Complete set · 10capabilities
The complete Lalamove Malaysia capability set.
These are the exact actions your AI can choose when you ask it to work with Lalamove Malaysia.
01—04
4 capabilities in this set.
Part of 10 available through Lalamove Malaysia.
- 01 Capability
Cancel order
Cancel an active delivery order immediately. This helps you handle last-minute changes without manual intervention.
- 02 Capability
List vehicle info
See all types of vehicles available for different delivery needs. This helps you choose the right vehicle for the job.
- 03 Capability
Place order
Create a new delivery order instantly. This allows your agent to book shipments without you leaving your chat.
- 04 Capability
Get driver details
Pull contact information and driver specifics for an assigned delivery. This gives you the info you need to reach out to the courier.
05—07
3 capabilities in this set.
Part of 10 available through Lalamove Malaysia.
- 05 Capability
Add priority fee
Add a tip or priority fee to an existing order. This ensures your most important parcels get moved to the front of the line.
- 06 Capability
Get driver location
Get the current GPS coordinates of your driver in real-time. You can use this to provide customers with exact arrival updates.
- 07 Capability
Get order details
Fetch all specific data for a single shipment order. This is useful for checking the current status of any parcel.
08—10
3 capabilities in this set.
Part of 10 available through Lalamove Malaysia.
- 08 Capability
Get price breakdown
See a full list of fees, including surcharges and base fares. Use this to understand the exact costs of a delivery.
- 09 Capability
Get quotation
Request a delivery price estimate and a unique quotation ID. This lets you provide instant pricing to your customers.
- 10 Capability
List city info
Check which cities and service types are currently supported. Use this to verify if a location is within the service area.
Set up in minutes
One URL. Then ask Lalamove Malaysia to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Lalamove Malaysia 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_GOiN3CUonuolTeSyfqeWly6NO22FndU21Ekc8QGz/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 Lalamove Malaysia, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Lalamove Malaysia for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_GOiN3CUonuolTeSyfqeWly6NO22FndU21Ekc8QGz/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 Lalamove Malaysia URL.
- Step 03
Save and start
Save the connection and enable Lalamove Malaysia in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"lalamove-malaysia": {
"url": "https://edge.vinkius.com/vk_preview_GOiN3CUonuolTeSyfqeWly6NO22FndU21Ekc8QGz/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 Lalamove Malaysia
Open Agent mode in chat and ask: "Using Lalamove Malaysia, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"lalamove-malaysia": {
"url": "https://edge.vinkius.com/vk_preview_GOiN3CUonuolTeSyfqeWly6NO22FndU21Ekc8QGz/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 Lalamove Malaysia
Ask Copilot: "Using Lalamove Malaysia, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"lalamove-malaysia": {
"url": "https://edge.vinkius.com/vk_preview_GOiN3CUonuolTeSyfqeWly6NO22FndU21Ekc8QGz/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 Lalamove Malaysia
Open Cascade and ask: "Using Lalamove Malaysia, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"lalamove-malaysia": {
"url": "https://edge.vinkius.com/vk_preview_GOiN3CUonuolTeSyfqeWly6NO22FndU21Ekc8QGz/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 Lalamove Malaysia
Ask Cline: "Using Lalamove Malaysia, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add lalamove-malaysia --transport http "https://edge.vinkius.com/vk_preview_GOiN3CUonuolTeSyfqeWly6NO22FndU21Ekc8QGz/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 Lalamove Malaysia
Ask Claude: "Using Lalamove Malaysia, show me...". 10 tools are ready
Where the request belongs
Work Lalamove Malaysia can move forward.
Logistics managers and e-commerce owners who are tired of manual order tracking and want to automate their last-mile delivery workflow.
E-commerce Store Owner
Automates shipping quotes for customers during the checkout process to increase conversion.
Logistics Coordinator
Monitors a fleet of active deliveries and driver statuses via natural language updates.
Operations Manager
Manages order cancellations and priority fees in bulk to keep the supply chain moving.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsJ&T Express Malaysia
Orchestrate J&T Express Malaysia logistics. track parcels, manage orders, and calculate shipping directly from any AI agent.
Shansong Swift Delivery
Bring Shansong's fast P2P Delivery Network into your LLM. Estimate logistics routing, dispatch riders, and track locations.
Setel Malaysia
Orchestrate Setel Malaysia payments. manage payment intents, parking sessions, and EV charging directly from any AI agent.
Dada Now Delivery
Bring Dada Now's Instant Local Delivery API to your LLM. Schedule swift deliveries, manage your stores, and calculate routing fees.
Shipday
Dispatch and track local deliveries with driver management, route optimization, and real-time tracking for last-mile operations.
MotionTools
Manage logistics and delivery operations via MotionTools. track bookings, drivers, and vehicles directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Lalamove Malaysia 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 Lalamove Malaysia.
The practical details behind the request, access and result.
Can the Lalamove Malaysia MCP help with my online store?
Yes, it connects your AI agent to Lalamove's delivery system. You can use it to provide instant shipping quotes to customers and automate the booking of local deliveries.
How do I get real-time driver locations with this Connector?
Your AI agent can pull live GPS coordinates for any active delivery. This allows you to give your customers accurate arrival times without manual checking.
Can I see the full price breakdown for a quote?
Yes, the Connector provides a detailed breakdown of all fees. You can see the base fare, surcharges, and other costs so there are no surprises for your customers.
Does this work for all cities in Malaysia?
The Connector allows your agent to check the current supported cities and service types. This ensures you only promise delivery to areas where Lalamove currently operates.
How do I handle priority deliveries using Lalamove Malaysia?
You can ask your agent to add a priority fee to an existing order. This helps ensure your most urgent shipments are prioritized by the delivery team.
Can I cancel an order through the AI?
Yes, your agent can process cancellation requests for active orders instantly. This helps you manage inventory changes or customer cancellations in real-time.
Can my AI automatically get a delivery quote before placing an order?
Yes! Use the get_quotation capability with the pickup and delivery addresses and vehicle type. Your agent will return the estimated cost and distance instantly.
How do I track the real-time location of a Lalamove driver?
Use the get_order_details capability with your active Order ID. If a driver has been assigned, the agent will return their current GPS coordinates and contact information.
Does Lalamove support motorcycle deliveries in Kuala Lumpur?
Yes! Use the list_cities capability to verify coverage and supported vehicle types. Motorcycles (MOTORCYCLE) are a standard vehicle option for Kuala Lumpur and most Malaysian cities.
One connection away
Give your agent a direct line to Lalamove Malaysia.
Connect Lalamove Malaysia once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available