io.github.Northy9/labelchop-mcp-server
Official3 toolsLabelChop MCP Server
AI tools for MyPost A4 labels, 4x6 thermal printers and LabelChop resources.
Create and manage A4 labels and thermal printer output via LabelChop.
Captured live from the server via tools/list.
diagnose_shipping_label_workflow
Diagnose an ecommerce seller shipping-label workflow and recommend whether to use LabelChop or the free A4-to-4x6 converter.
Parameters (5)
- countrystring
Seller country, e.g. Australia
- platformstring
Shipping or ecommerce platform, e.g. MyPost Business, eBay, Shopify, Etsy, Sendle
- printerstring
Thermal printer model, e.g. Zebra ZD420, Dymo 4XL, Brother QL-1110NWB, Munbyn
- volumePerWeeknumber
Approximate number of shipping labels printed per week
- problemstring
The current problem, e.g. labels print too small, A4 labels, barcode will not scan, manual cropping
recommend_label_printing_setup
Recommend a practical 4x6 thermal-label printing setup for Australian ecommerce sellers.
Parameters (4)
- platformstring
Shipping or ecommerce platform
- printerModelstring
Thermal printer model
- labelSizestring
Label stock size
- wantsAutomationboolean
Whether the seller wants automatic printing after downloading labels
find_labelchop_resources
Find the best LabelChop resource links for A4 shipping labels, 4x6 thermal printing, MyPost Business, Australia Post, eBay, Shopify, Etsy, or label troubleshooting.
Parameters (1)
- querystringrequired
What the user is trying to solve
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"labelchop-mcp-server": {
"command": "npx",
"args": [
"-y",
"labelchop-mcp-server@0.1.2"
]
}
}
}