Shiprocket
Manage Shiprocket logistics, including checking rates, creating and tracking orders, and managing shipments.
🚀 Shiprocket MCP Integration
This is a Model Context Protocol (MCP) server for Shiprocket.
With this, you can:
- Check best and fastest serviceable courier partners(based on city or pincodes) and their shipping rates
- Create, update (single or bulk), and cancel orders
- Ship orders directly
- Track orders using the AWB number, Shiprocket Order ID, or Source Order ID
It connects to your personal Shiprocket account directly via Email and password.
Here's an example of what you can do when it's connected to Claude.
🛠️ Prerequisites
- Node (version > 20.0.0 and < 23.0.0)
- Claude Desktop app (or Cursor)
🛠️ Installation
1. Clone the Repository
git clone https://github.com/bfrs/shiprocket-mcp.git
cd shiprocket-mcp
2. Install Dependencies using the existing package.json
# Install dependencies
npm install
# Build the binary
npm run build
3. Connect to MCP server
Add the following to your claude_desktop_config.json or mcp.json
{
"mcpServers": {
"Shiprocket": {
"command": "npm",
"args": [
"--prefix",
"{{PATH_TO_SRC}}",
"start",
"--silent"
],
"env": {
"SELLER_EMAIL":"<Your Shiprocket Email>",
"SELLER_PASSWORD":"<Your Shiprocket password>"
}
}
}
}
For Claude, save this as claude_desktop_config.json in your Claude Desktop configuration directory at:
~/Library/Application Support/Claude/claude_desktop_config.json
For Cursor, save this as mcp.json in your Cursor configuration directory at:
~/.cursor/mcp.json
Open Claude Desktop and you should now see Shiprocket as an available integration.
Or restart Cursor.
MCP Tools
Clients (Claude or Cursor) can access the following tools to interact with Shiprocket:
estimated_date_of_delivery- To know more about the date of delivery for any location.shipping_rate_calculator- To check shippable couriers with their rates and coverage.list_pickup_addresses- List all the configured pickup addresses.order_list- Fetch recently created ordersorder_track- Track any order to know more about the current status of the order.order_ship- Ship an order to any serviceable courier partner based on the configured rules or specifying names.order_pickup_schedule- Schedule pickup of an ordergenerate_shipment_label- Generate label of an order or shipmentorder_cancel- Cancel an order by providing order IDorder_create- Create an order
Examples:
- "Show me the fastest serviceable courier from Delhi to Banglore"
- "What are the courier options and delivery times from Delhi to Bangalore for a 0.5 KG COD package?"
- "Where is my order?"
- "How long will it take to deliver a package to Mumbai?"
Related Servers
Remote MCP Server (Authless)
An authentication-free remote MCP server deployable on Cloudflare Workers or locally via npm.
Remote MCP Server (Authless)
A remote MCP server deployable on Cloudflare Workers without authentication.
DataWorks
A Model Context Protocol (MCP) server that provides tools for AI, allowing it to interact with the DataWorks Open API through a standardized interface. This implementation is based on the Aliyun Open API and enables AI agents to perform cloud resources operations seamlessly.
pfx MCP - Model Context Protocol Forterro Proffix Px5
The universal link AI/KI-Integration with Proffix Px5 ERP
OpenRouter
Integrate with OpenRouter.ai's diverse ecosystem of AI models. Requires an OpenRouter API key.
MCP Spotify AI Assistant
An AI assistant that controls Spotify features like playback, playlists, and search using the Model Context Protocol (MCP).
Vast.ai
Interact with Vast.ai's cloud GPU services for on-demand computing power.
TFT MCP Server
Access Team Fight Tactics (TFT) game data using the Riot Games API.
OpenAI
A bridge to OpenAI's Chat Completion and Assistants APIs.
Google Analytics Data API
Access the Google Analytics Data API to retrieve and analyze website traffic data.