PostEx MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PostEx MCP Servertrack order TRK12345"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PostEx MCP Server
This project implements a Model Context Protocol (MCP) server that provides tools for interacting with various endpoints of the PostEx Merchant API (v4.1.9).
Prerequisites
Related MCP server: DoorDash MCP Server
Setup
Clone the repository (if applicable) or ensure you have the
index.jsfile.Install dependencies:
npm install @modelcontextprotocol/sdk zod node-fetch@2 # Use v2 for require syntax compatibility # or yarn add @modelcontextprotocol/sdk zod node-fetch@2Obtain your PostEx API Token from your PostEx merchant account or representative.
Running the Server
Execute the server using Node.js, providing your PostEx API token as a command-line argument:
node index.js <YOUR_POSTEX_API_TOKEN>Replace <YOUR_POSTEX_API_TOKEN> with your actual token.
The server will connect via standard I/O and log status messages to standard error. It is now ready to receive MCP requests.
Available Tools
The server exposes the following tools, corresponding to PostEx API endpoints:
getOperationalCities: Get a list of cities where PostEx operates.getMerchantAddress: Get the merchant's registered pickup addresses.createMerchantAddress: Create a new pickup address for the merchant.getOrderTypes: Get the types of orders supported (e.g., "Normal", "Reverse").createOrder: Create a new order in the PostEx system.getUnbookedOrders: List orders created but not yet booked for pickup within a date range.trackOrder: Track a single order using its tracking number.trackBulkOrder: Track multiple orders using a list of tracking numbers. (Note: API docs specify GET but require a body; implementation uses GET as per latest code change, which might not work as expected with a body).saveShipperAdvice: Provide advice (e.g., retry, return) for an attempted parcel.getShipperAdvice: Retrieve shipper advice history for a tracking number.cancelOrder: Cancel an order using its tracking number. (Note: Implemented as PUT with a JSON body).getPaymentStatus: Check the payment settlement status for an order.getOrderStatus: Get a list of all possible order statuses.listOrders: List orders within a date range, optionally filtered by status ID.
Note: Tools corresponding to API endpoints that return PDF files (generate-load-sheet, get-invoice) are not implemented in this version.
Development Notes
The server uses
node-fetchfor making HTTP requests to the PostEx API.zodis used for input validation for the tool parameters.The API token is passed securely as a command-line argument and used in the
Authorizationheader for API calls.Error handling is basic; check console output for potential issues during API calls.
Graceful shutdown is handled for
SIGINTandSIGTERMsignals.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityFmaintenanceProvides seamless access to Postman.Last updated99157MIT
- FlicenseAqualityDmaintenanceEnables interaction with the DoorDash Drive API to create, manage, and track delivery requests including quotes, delivery creation, status checks, and cancellations.Last updated6

Conekta MCP Serverofficial
FlicenseAqualityDmaintenanceEnables interaction with the Conekta payment API to manage orders, customers, subscriptions, and financial transactions. It provides a comprehensive suite of tools for core payment operations like processing refunds, creating checkouts, and monitoring account balances.Last updated322- AlicenseAqualityBmaintenanceEnables interaction with the PayHere payment gateway via MCP, allowing payment retrieval, refund issuance, checkout payload generation, and signature computation/verification.Last updated518MIT
Related MCP Connectors
Track shipments and search shipping products (DPD, InPost, DHL, FedEx, UPS, GLS) via GlobKurier API.
Publish, schedule, and manage social media posts across major platforms via the Postproxy API.
Send notifications, manage templates, and configure integrations with Courier.
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/faizan45640/PostEx-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server