Skip to main content
Glama
auraajenticai

Aura Courier MCP

๐Ÿš€ Aura Courier MCP โ€” Bangladesh's First Universal Courier Model Context Protocol

Glama Verified License: MIT MCP SDK Couriers

One unified Model Context Protocol connector for every Bangladesh courier. Book deliveries, track parcels, check merchant balances, and screen customer COD/return-fraud risk โ€” straight from Google Antigravity, Claude Desktop, Cursor, n8n AI Agents, or any MCP-compatible client. Just tell your AI what to ship.

๐ŸŒ Showcase & live docs: courier.auraajenticai.cloud ๐Ÿข Built by: Aura Ajentic AI ยท Khondokar Towsif (Amirul Islam Redwan)


โšก Supported couriers โ€” four networks, one interface (all proven)

Courier

API

Status

Steadfast

Packzy API v1

โœ… Proven

Pathao

Aladdin API v1 (OAuth + city/zone resolver)

โœ… Proven

RedX

OpenAPI v1 (area auto-resolver + tracking)

โœ… Proven

Paperfly

Wingman API (order + tracking)

โœ… Proven

You bring each courier's own merchant credentials (env vars or request headers); Aura routes the request and normalizes the response.


๐Ÿง  MCP tools

Tool

What it does

create_parcel

Book a parcel on Steadfast / Pathao / RedX / Paperfly (or auto), with one normalized response.

track_parcel

Universal tracking by tracking / consignment / reference id, across every supported courier.

get_balance

Live merchant account balance & payout info (Steadfast & Pathao).

check_fraud_risk

BD phone COD/return-risk score โ€” screen a customer's number before you ship cash-on-delivery. Works with no courier keys.

list_couriers

Show supported couriers and which credentials are currently active.


๐Ÿ”Œ Two ways to connect

1) Remote URL โ€” claude.ai web, n8n, any remote client

Add a custom MCP connector and pass your courier keys as headers (or query params):

https://courier.auraajenticai.cloud/mcp

Headers: x-steadfast-api-key, x-steadfast-secret-key, x-pathao-client-id, x-pathao-client-secret, x-pathao-username, x-pathao-password, x-redx-api-token, x-paperfly-api-key, x-paperfly-store-name, x-paperfly-username, x-paperfly-password.

2) Local (npx / STDIO) โ€” Antigravity, Claude Desktop, Cursor

Add only the couriers you use โ€” each is independent. Your keys stay on your side (env vars or request headers); Aura never stores them.

๐Ÿช Google Antigravity / Gemini CLI โ€” antigravity.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",
        "REDX_API_TOKEN": "YOUR_REDX_TOKEN",
        "PAPERFLY_API_KEY": "YOUR_PAPERFLY_KEY",
        "PAPERFLY_STORE_NAME": "YOUR_STORE_NAME",
        "PAPERFLY_USERNAME": "YOUR_PAPERFLY_USERNAME",
        "PAPERFLY_PASSWORD": "YOUR_PAPERFLY_PASSWORD"
      }
    }
  }
}

โšก Claude Desktop โ€” claude_desktop_config.json & ๐Ÿ’ป Cursor / VS Code โ€” settings.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"
      }
    }
  }
}

๐Ÿ“‹ Courier notes

  • Steadfast / Pathao โ€” API key + secret (Pathao also needs client id/secret + username/password). get_balance is available for these two.

  • RedX โ€” API access token (REDX_API_TOKEN); delivery area is auto-resolved from the address, or pass delivery_area_id.

  • Paperfly โ€” needs the paperflykey and your merchant username/password on both create and track, plus your store name.

  • check_fraud_risk runs keyless โ€” a COD gate you can call before booking anything.


๐Ÿ’ฌ Then just ask your AI

"Book a Steadfast parcel for invoice A-1001, COD 1500 to 017XXXXXXXX." "Create a RedX parcel to Dhanmondi, COD 900." "Track consignment 20A316MOG0DI." "Check the return risk for 018XXXXXXXX before I ship COD."


๐Ÿ—๏ธ Architecture

AI agent (Antigravity / Claude / Cursor / n8n)
        โ”‚   MCP (STDIO or Streamable-HTTP)
        โ–ผ
  Aura Courier MCP  โ”€โ”€โ–บ  Registry (gateway + smart router)  โ”€โ”€โ–บ  Courier adapters
                                                                 โ”œโ”€โ”€ Steadfast  (Packzy API)
                                                                 โ”œโ”€โ”€ Pathao     (Aladdin API)
                                                                 โ”œโ”€โ”€ RedX       (OpenAPI)
                                                                 โ””โ”€โ”€ Paperfly   (Wingman API)
                                                        + built-in BD phone fraud-risk engine

Keys are read per-request (headers) or per-process (env) โ€” never persisted.


๐Ÿ”’ Privacy Policy

Aura Courier MCP processes only what's needed to fulfil your request: your courier credentials (passed per-request as headers/env โ€” never stored by Aura), the order details you send to book/track a parcel, and phone numbers you submit to check_fraud_risk. Order data is forwarded only to the courier you choose (Steadfast / Pathao / RedX / Paperfly) to complete the operation; nothing is sold or used for profiling, and credentials live only in memory for the active session. All traffic is over HTTPS.

Full policy: https://courier.auraajenticai.cloud/privacy ยท Contact: ceo@auraajenticai.cloud

๐Ÿ“œ 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 transact with Bangladeshi businesses. This MCP is the first brick.


Licensed under MIT ยฉ Aura Ajentic AI.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/auraajenticai/aura-courier-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server