Aura Courier MCP
# š Aura Courier MCP ā Bangladesh's 1st Universal Courier Model Context Protocol
[](https://glama.ai/mcp/servers/auraajenticai/aura-courier-mcp)
[](https://opensource.org/licenses/MIT)
[](https://modelcontextprotocol.io)
[](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
Scored across 5 tools
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.
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.
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.
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.