Shiprocket MCP Server

This is a Model Context Protocol (MCP) server for Shiprocket.

Local serverstdio

What is the Shiprocket MCP MCP server?

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.

Available tools

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 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

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Credentials and setup notes

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.

Where it fits

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.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 10 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Shiprocket MCP.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
estimated_date_of_deliveryTo know more about the date of delivery for any location.
shipping_rate_calculatorTo check shippable couriers with their rates and coverage.
list_pickup_addressesList all the configured pickup addresses.
order_listFetch recently created orders
order_trackTrack any order to know more about the current status of the order.
order_shipShip an order to any serviceable courier partner based on the configured rules or specifying names.
order_pickup_scheduleSchedule pickup of an order
generate_shipment_labelGenerate label of an order or shipment
order_cancelCancel an order by providing order ID
order_createCreate an order

Configuration

VariableDescriptionRequired
SELLER_EMAILConfiguration value read at startup.Optional
SELLER_PASSWORDConfiguration value read at startup.Optional

Example prompts to try

  • Use Shiprocket MCP to estimated date of delivery.
  • Use Shiprocket MCP to shipping rate calculator.
  • Use Shiprocket MCP to list pickup addresses.

Frequently asked questions

It connects Shiprocket MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 10 tools (estimated_date_of_delivery, shipping_rate_calculator, list_pickup_addresses, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Shiprocket MCP directly.