Aura Courier MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PAPERFLY_KEY | No | Your Paperfly API key. | |
| REDX_API_TOKEN | No | Your RedX API token. | |
| STEADFAST_API_KEY | No | Your Steadfast API key. | |
| STEADFAST_SECRET_KEY | No | Your Steadfast secret key. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_couriersA | Show supported Bangladeshi couriers (Steadfast, Pathao, RedX, Paperfly) and check active credentials. |
| create_parcelB | Book a new parcel delivery across Bangladesh (Steadfast, Pathao, RedX, or Paperfly) with normalized response. |
| track_parcelA | Track shipment delivery status across Steadfast, Pathao, RedX, or Paperfly using Tracking Code / Consignment ID. |
| get_balanceA | Retrieve current merchant account balance and payout details from a courier. |
| check_fraud_riskA | Analyze Bangladeshi customer phone number delivery history and return/fraud risk score before dispatching. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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.