This is a Model Context Protocol (MCP) server for Shiprocket.
Connect Shiprocket MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. This is a Model Context Protocol (MCP) server for Shiprocket. The shiprocket mcp mcp server is what makes that connection.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
estimated_date_of_delivery — To know more about the date of delivery for any locationshipping_rate_calculator — To check shippable couriers with their rates and coveragelist_pickup_addresses — List all the configured pickup addressesorder_list — Fetch recently created ordersorder_track — Track any order to know more about the current status of the orderorder_ship — Ship an order to any serviceable courier partner based on the configured rules or specifying namesorder_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 orderSetup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Configuration is passed through the environment: SELLER_EMAIL, SELLER_PASSWORD. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Shiprocket MCP's toolset — estimated_date_of_delivery, shipping_rate_calculator, list_pickup_addresses and 7 more — is a fair guide to whether it matches your workflow. It is maintained by bfrs; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Shiprocket MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| 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 orders |
| order_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 order |
| generate_shipment_label | Generate label of an order or shipment |
| order_cancel | Cancel an order by providing order ID |
| order_create | Create an order |
| Variable | Description | Required |
|---|---|---|
| SELLER_EMAIL | Configuration value read at startup. | Optional |
| SELLER_PASSWORD | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.