Back to Apps

Shiprocket MCP
by bfrs
Manage shipping, track orders, and calculate courier rates for Shiprocket directly from your AI assistant.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Shiprocket MCP connects your AI assistant to your Shiprocket account, allowing you to automate logistics and shipping workflows. It enables the AI to fetch real-time shipping rates, manage order lifecycles from creation to cancellation, and track shipments using AWB or Order IDs without leaving the chat interface.
Tools
shipping_rate_calculator: Checks shippable couriers, rates, and coverage based on destination.order_create: Creates a new shipping order in Shiprocket.order_track: Tracks current status of an order using AWB or Order ID.order_ship: Assigns an order to a serviceable courier partner.generate_shipment_label: Generates shipping labels for orders.estimated_date_of_delivery: Gets delivery estimates for specific locations.order_cancel: Cancels an existing order via Order ID.order_pickup_schedule: Schedules a pickup for the shipment.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"Shiprocket": {
"command": "npm",
"args": [
"--prefix",
"/path/to/shiprocket-mcp",
"start",
"--silent"
],
"env": {
"SELLER_EMAIL": "your-email@example.com",
"SELLER_PASSWORD": "your-password"
}
}
}
}
Supported hosts
Confirmed for Claude Desktop and Cursor.
Choose your AI client and follow the steps below.
Cursor
Add to ~/.cursor/mcp.jsonClaude Desktop
Add to claude_desktop_config.json as shown in the installation section.





