Shiprocket MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Shiprocket MCPWhat are the courier options from Delhi to Bangalore for a 0.5 kg COD package?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🚀 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)
Related MCP server: Parcel MCP Server
🛠️ Installation
1. Clone the Repository
git clone https://github.com/bfrs/shiprocket-mcp.git
cd shiprocket-mcp2. Install Dependencies using the existing package.json
# Install dependencies
npm install
# Build the binary
npm run build3. 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.jsonFor Cursor, save this as mcp.json in your Cursor configuration directory at:
~/.cursor/mcp.jsonOpen 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?"
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceEnables interaction with Shiprocket shipping services to check courier rates and delivery times, create and manage orders, ship packages, track shipments, and schedule pickups through natural language commands.Last updated1329
- Flicense-qualityDmaintenanceEnables AI assistants to track and manage deliveries by interacting with the Parcel delivery tracking API. Users can add new shipments, retrieve active delivery statuses, and look up carrier information through natural language.Last updated2

Easyship MCPofficial
Alicense-qualityDmaintenanceEnables AI agents to manage global shipping operations, including rate comparison, shipment creation, label purchasing, tracking, pickup scheduling, address validation, billing, and analytics, via natural language.Last updated48MIT- AlicenseAqualityCmaintenanceEnables AI clients to quote, ship, track, void, and manage shipments via the Deftship multi-carrier shipping API using natural language commands.Last updated3232MIT
Related MCP Connectors
India shipping for AI agents: Shiprocket courier serviceability, create orders, track AWB.
Multi-carrier shipping for AI agents: compare rates, buy labels, track packages, validate addresses
Track shipments and search shipping products (DPD, InPost, DHL, FedEx, UPS, GLS) via GlobKurier API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/QalaLabs/shiprocket-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server