hs-code-classifier-mcp 1.0.18 → 1.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.19] - 2026-06-16
4
+ - feat: ATO optimisation — purpose verb, usage context, required fields, ToolRank badge
5
+
3
6
  ## [1.0.18] - 2026-06-15
4
7
  - feat: add hold_reason, retry_after, escalation_path to AMBIGUOUS (classify) and MISMATCH/OUTDATED (validate) responses
5
8
 
package/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  # HS Code Classifier MCP Server
4
4
 
5
+ [![ToolRank](https://toolrank.dev/badge/dominant.svg)](https://toolrank.dev/ranking)
6
+
5
7
  Classify product descriptions to official HS codes and validate supplier-provided codes before customs submissions. Uses official government tariff schedules (USITC, Singapore Customs, CBSA, Australia Border Force) via HSPing API with AI-assisted classification reasoning.
6
8
 
7
9
  ## Tools
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hs-code-classifier-mcp",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "HS code classifier for AI agents. Classifies products to official 6-digit tariff codes before customs declarations or duty calculations. VERIFIED verdict in one call.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",