MCP.so
Sign In

India Logistics

@junter1989k-ai

About India Logistics

Create Shiprocket shipments, check courier serviceability and track parcels in India — stateless, bring your own credentials

Basic information

License

MIT

Runtime

node

Publisher

junter1989k-ai

Submitted by

junter1989k-ai

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "india-logistics": {
      "type": "http",
      "url": "https://logi-in.wishpool.app/mcp",
      "headers": {
        "x-shiprocket-email": "your_email",
        "x-shiprocket-password": "your_password"
      }
    }
  }
}

Tools

4

**Call this first.** Given `pickup_postcode`, `delivery_postcode`, `weight` (kg) and `cod`, returns every serviceable courier (Delhivery, Bluedart, Ekart, Xpressbees, DTDC…) with its `rate` (INR), `estimated_delivery_days` and rating, and flags the **cheapest**. Read-only — quotes only, spends nothing.

Create a Shiprocket **adhoc order**. `pickup_location` (a nickname already registered in your dashboard) + buyer address + `order_items` (`name`/`units`/`selling_price`) + `payment_method` (COD/Prepaid) + `sub_total` (INR) + parcel box `length`/`breadth`/`height` (**cm**) + `weight` (**kg**). Returns `order_id`, `shipment_id`, `status`. **Creating the order does not charge your wallet** — that happens when a courier/AWB is assigned.

Track by `shipment_id` (preferred) or `awb`. Returns `current_status` from the Shiprocket set — `NEW` / `PICKUP SCHEDULED` / `PICKED UP` / `IN TRANSIT` / `OUT FOR DELIVERY` / `DELIVERED` / `UNDELIVERED` / `RTO INITIATED` / `RTO DELIVERED` / `CANCELED` / `LOST` — plus a plain-English hint; non-terminal statuses carry `next_steps`. Raw `tracking_data` always included.

Cancel one or more Shiprocket orders by their Shiprocket `order_id` (or `order_ids` array). Only works before pickup — an already-shipped order needs an RTO.

Overview

What is India Logistics?

India Logistics MCP 🇮🇳 — How can my AI agent ship a parcel across India (Delhivery / Bluedart / Ekart via Shiprocket)?

How to use India Logistics?

The README includes setup instructions such as node test/serve.js # local server on :3246 (/mcp).

Key features of India Logistics

  • MCP server integration

Use cases of India Logistics

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from India Logistics

Where is the source code for India Logistics?

The source code is linked from the repository URL on this page.

Does India Logistics include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More MCP servers