PostEx-MCP-Server
0
The PostEx MCP Server is designed to manage interactions with PostEx Merchant API by providing endpoint tools for managing orders, addresses, and tracking. It requires Node.js and an API token for setup.
PostEx MCP Server
This project implements a Model Context Protocol (MCP) server with functionalities to interact with PostEx Merchant API. It includes various tools that provide endpoints like getting operational cities, creating and tracking orders, and managing merchant addresses.
Prerequisites
- Node.js (LTS version recommended)
- npm or yarn
- A valid PostEx Merchant API Token
Running the Server
Run the server by executing the command with your PostEx API token. It connects via standard I/O and is ready to handle MCP requests.
Available Tools
getOperationalCities
,getMerchantAddress
,createMerchantAddress
getOrderTypes
,createOrder
,getUnbookedOrders
trackOrder
,trackBulkOrder
saveShipperAdvice
,getShipperAdvice
cancelOrder
,getPaymentStatus
,getOrderStatus
listOrders
Tools for PDF files (generate-load-sheet
, get-invoice
) are not yet implemented.