royalmail-mcp
Book, label, track and cancel Royal Mail and Parcelforce shipments from any MCP-compatible AI such as Claude, Cursor, or Windsurf.
Verified against the live Click & Drop API (April 2026). Booking, tracking and cancellation tested end-to-end. Label retrieval verified against the spec for OBA accounts.
What it does
Exposes six tools to any AI that speaks MCP:
| Tool | What it does |
|---|---|
book_order |
Create an order in Click & Drop. Returns an orderIdentifier. |
book_batch_and_label |
Book many orders at once and get back a single merged PDF of every label, ready to print. |
get_label |
Save the postage label to disk as a PDF. Requires an OBA account (see below). |
track_order |
Current status, tracking number and despatch date. |
cancel_order |
Cancel an order before it's manifested. No charge is applied. |
list_services |
Every Royal Mail and Parcelforce service this MCP supports, with codes. |
Under the hood it talks to https://api.parcel.royalmail.com/api/v1 using your Click & Drop API key.






