Aura Courier MCP
๐ Aura Courier MCP โ Bangladesh's First Universal Courier Model Context Protocol
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 |
| Book a parcel on Steadfast / Pathao / RedX / Paperfly (or |
| Universal tracking by tracking / consignment / reference id, across every supported courier. |
| Live merchant account balance & payout info (Steadfast & Pathao). |
| BD phone COD/return-risk score โ screen a customer's number before you ship cash-on-delivery. Works with no courier keys. |
| 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/mcpHeaders: 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_balanceis available for these two.RedX โ API access token (
REDX_API_TOKEN); delivery area is auto-resolved from the address, or passdelivery_area_id.Paperfly โ needs the
paperflykeyand your merchant username/password on both create and track, plus your store name.check_fraud_riskruns 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 engineKeys 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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