---
title: "Delhivery One MCP Setup"
slug: "delhivery-one-mcp-setup"
status: "new"
updated: 2026-07-31T06:12:28Z
published: 2026-07-31T06:12:28Z
canonical: "help.delhivery.com/delhivery-one-mcp-setup"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.delhivery.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delhivery One MCP Setup

# Delhivery One MCP

The Delhivery One MCP lets you connect Delhivery One to AI coding assistants such as Cursor and Kiro, allowing you to interact with your shipping data using natural language.

Currently, the MCP supports read-only operations, including tracking shipments, checking shipping rates, viewing orders, wallet balance, and support tickets. Write and update operations will be available in a future release.

Support for AI assistants such as ChatGPT and Claude is also coming soon.

### Before You Start

Make sure you have:

- Cursor or Kiro installed
- `uv` installed on your system

### Install `uv`

**macOS**

```bash
brew install uv
```

**Using pip**

```bash
pip install uv
```

Verify the installation:

```bash
uvx --version
```

---

### Where to Find the MCP Configuration

You can copy your MCP configuration anytime from:

**Settings → API & MCP Setup** All your Delhivery credentials are automatically populated in the generated MCP JSON. Simply copy the configuration and paste it into your AI IDE. No manual configuration is required.

---

### Quick Setup

#### Step 1: Copy the MCP Configuration

Go to **Settings → API & MCP Setup** and copy the generated MCP JSON.

#### Step 2: Paste into Your IDE

**Cursor**

Paste the configuration into:

```plaintext
.cursor/mcp.json
```

**Kiro**

Paste the configuration into:

```plaintext
.kiro/settings/mcp.json
```

#### Step 3: Restart the MCP Server

After saving the configuration, restart or refresh the MCP server in your IDE. Once connected, **Delhivery One** should appear as an available MCP server.

---

### Try It Out

Open your AI assistant and ask:

- Track shipment **AWB 123456789**
- Show my recent shipments
- Calculate shipping charges from Bangalore to Delhi
- Schedule a pickup
- List my support tickets
- Check my wallet balance

Your AI assistant will automatically use the relevant Delhivery One APIs and return the results.

---

### Frequently Asked Questions

**Where can I find my MCP JSON?** Go to **Settings → API & MCP Setup** and copy the generated MCP configuration. All required credentials are already included.

**Do I need to enter any API credentials manually?** No. All required Delhivery credentials are automatically populated in the generated MCP JSON.

**Which AI IDEs are supported?** Currently, Delhivery One MCP supports **Cursor** and **Kiro**. **Claude** and **ChatGPT** support will be available soon.

**Do I need Python installed?** No. You only need **uv**, which provides everything required to run the MCP server.

**How do I know if the connection is successful?** After restarting the MCP server, **Delhivery One** should appear as a connected MCP server in your IDE.

**What can I do once connected?**

You can try these:

- Track shipments

![](https://cdn.document360.io/99cfd8a0-cd1b-4550-bd86-3e4e610f163b/Images/Documentation/Screenshot%202026-07-30%20at%2010.19.20%E2%80%AFAM.png)
- Get shipment details.

![](https://cdn.document360.io/99cfd8a0-cd1b-4550-bd86-3e4e610f163b/Images/Documentation/image-1785388117277.png)

![](https://cdn.document360.io/99cfd8a0-cd1b-4550-bd86-3e4e610f163b/Images/Documentation/image-1785388149073.png)

![](https://cdn.document360.io/99cfd8a0-cd1b-4550-bd86-3e4e610f163b/Images/Documentation/image-1785388176089.png)
- Calculate shipping rates

![](https://cdn.document360.io/99cfd8a0-cd1b-4550-bd86-3e4e610f163b/Images/Documentation/Screenshot%202026-07-30%20at%2010.09.10%E2%80%AFAM.png)
- Check pickup request details

![](https://cdn.document360.io/99cfd8a0-cd1b-4550-bd86-3e4e610f163b/Images/Documentation/Screenshot%202026-07-30%20at%2010.13.44%E2%80%AFAM(1).png)

![](https://cdn.document360.io/99cfd8a0-cd1b-4550-bd86-3e4e610f163b/Images/Documentation/image-1785387937175.png)
- Check wallet balance

![](https://cdn.document360.io/99cfd8a0-cd1b-4550-bd86-3e4e610f163b/Images/Documentation/Screenshot%202026-07-30%20at%2010.10.32%E2%80%AFAM.png)
- Get support ticket details
- Access other Delhivery One APIs using natural language

### The MCP server isn't connecting. What should I do?

- Verify that `uv` is installed.
- Restart or refresh the MCP server.
- If the issue persists, contact your Delhivery account manager or support team.
