Skip to main content
Glama
README.md
# šŸš€ Aura Courier MCP — Bangladesh's 1st Universal Courier Model Context Protocol

[![Glama Verified](https://img.shields.io/badge/Glama-Verified%20Server-38bdf8.svg)](https://glama.ai/mcp/servers/auraajenticai/aura-courier-mcp)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![MCP Standard](https://img.shields.io/badge/MCP%20SDK-1.0-8b5cf6.svg)](https://modelcontextprotocol.io)
[![Couriers Supported](https://img.shields.io/badge/Couriers-Steadfast%20%7C%20Pathao%20%7C%20RedX%20%7C%20Paperfly-46d17f.svg)](https://courier.auraajenticai.cloud)

> **One unified Model Context Protocol connector for every Bangladesh courier.**  
> Book deliveries, track parcels, inspect merchant balances, and analyze customer return fraud directly from **Google Antigravity**, **Claude Desktop**, **Cursor**, and **n8n AI Agents**.

🌐 **Showcase & Docs:** [https://courier.auraajenticai.cloud](https://courier.auraajenticai.cloud)  
šŸ¢ **Developed by:** [Aura Agentic AI](https://auraajenticai.cloud) & Khondokar Towsif

---

## ⚔ Supported Couriers (All 4 Live)

1. 🟢 **Steadfast Courier** — API v1 (Live verified on Packzy Gateway)
2. 🟢 **Pathao Courier** — Aladdin API v1 (OAuth token + City & Zone resolver)
3. 🟢 **RedX Courier** — OpenAPI v1.0.0 (Area resolver & Tracking)
4. 🟢 **Paperfly Courier** — Wingman API (Order placement & Tracking)

---

## 🧠 Available MCP Tools

| Tool Name | Description |
| :--- | :--- |
| `create_parcel` | AI Smart Auto-Routing: Books delivery across Steadfast, Pathao, RedX, or Paperfly with normalized response. |
| `track_parcel` | Universal Tracking: Real-time consignment status & timeline across all supported couriers. |
| `get_balance` | Retrieves live merchant account balance and payout details. |
| `check_fraud_risk` | **BD Phone Fraud AI:** Analyzes customer phone number return & fraud risk score before booking COD. |
| `list_couriers` | Displays all registered adapters and checks which credentials are active. |

---

## šŸ› ļø Quick Installation & Configuration

### 🪐 1. Google Antigravity & Gemini CLI (`antigravity.json`)
```json
{
  "mcpServers": {
    "aura-courier": {
      "command": "npx.cmd",
      "args": ["-y", "aura-courier-mcp@latest"],
      "env": {
        "STEADFAST_API_KEY": "YOUR_STEADFAST_API_KEY",
        "STEADFAST_SECRET_KEY": "YOUR_STEADFAST_SECRET_KEY",
        "REDX_API_TOKEN": "YOUR_REDX_TOKEN",
        "PAPERFLY_KEY": "YOUR_PAPERFLY_KEY"
      }
    }
  }
}
```

### ⚔ 2. Claude Desktop (`claude_desktop_config.json`)
```json
{
  "mcpServers": {
    "aura-courier": {
      "command": "npx",
      "args": ["-y", "aura-courier-mcp@latest"],
      "env": {
        "STEADFAST_API_KEY": "YOUR_STEADFAST_API_KEY",
        "STEADFAST_SECRET_KEY": "YOUR_STEADFAST_SECRET_KEY"
      }
    }
  }
}
```

### šŸ’» 3. Cursor / VS Code (`settings.json`)
```json
{
  "mcpServers": {
    "aura-courier": {
      "command": "npx",
      "args": ["-y", "aura-courier-mcp@latest"],
      "env": {
        "STEADFAST_API_KEY": "YOUR_STEADFAST_API_KEY",
        "STEADFAST_SECRET_KEY": "YOUR_STEADFAST_SECRET_KEY"
      }
    }
  }
}
```

---

## šŸ—ļø Architecture

```
MCP tools  ──►  Registry (Gateway & Smart Router)  ──►  Courier Adapters
                                                        ā”œā”€ā”€ Steadfast  (Live)
                                                        ā”œā”€ā”€ Pathao     (Live)
                                                        ā”œā”€ā”€ RedX       (Live)
                                                        └── Paperfly   (Live)
```

---

## šŸ“œ The Vision
> **মানুষের ą¦øą§ą¦¬ą¦Ŗą§ą¦Ø Ā· ą¦ą¦†ą¦‡-ą¦ą¦° হাত**  
> Aura is building Bangladesh's native agentic commerce layer — unifying courier logistics, digital payments, and AI automation so any AI in the world can natively interact with Bangladeshi businesses.

Licensed under **MIT**. Developed by **Aura Agentic AI**.

TDQS

A4/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct responsibility: listing couriers, creating parcels, tracking parcels, checking balances, and fraud risk. There is no overlap or ambiguity between tool purposes.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: list_couriers, create_parcel, track_parcel, get_balance, check_fraud_risk. The naming convention is uniform and predictable.

Tool Count5/5

Five tools is a well-scoped size for a courier integration server. Each tool covers a meaningful operation without unnecessary bloat or missing core functionality.

Completeness4/5

The set covers courier listing, parcel creation, tracking, balance, and fraud risk, which covers the primary workflows. Minor gaps like cancel/return parcel or rate estimation are absent but not critical for basic usage.

Maintenance

ActivityMaintained
ResponsivenessNo issues