potal-mcp-server 1.3.1 → 1.4.0

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Calculate the total landed cost of cross-border commerce directly in Claude, Cursor, and any MCP-compatible AI. Get instant breakdowns of import duties, taxes (VAT/GST), customs fees, and shipping for 240 countries.
4
4
 
5
- **113M+ tariff records | 240 countries | 63 FTAs | AI HS classification | Sanctions screening**
5
+ **257M+ tariff records | 240 countries | 131K gov tariff schedules | 1.36M product-HS mappings | 63 FTAs | 9-field 100% HS accuracy (GRI Pipeline) | Sanctions screening (21K+)**
6
6
 
7
7
  ## Quick Start
8
8
 
@@ -26,7 +26,7 @@ Calculate the total cost for a product being shipped internationally.
26
26
  - `hsCode` — Harmonized System code if known
27
27
 
28
28
  ### `classify_product`
29
- AI-powered HS code classification. Provide a product name and get the harmonized system code.
29
+ HS code classification using GRI Pipeline (592 codified rules, 9-field input → 100% accuracy). Provide a product name and get the harmonized system code.
30
30
 
31
31
  **Parameters:**
32
32
  - `productName` (required) — Product name or description
@@ -144,6 +144,6 @@ Once connected, ask Claude:
144
144
 
145
145
  ## About POTAL
146
146
 
147
- POTAL is the infrastructure for global commerce — providing Total Landed Cost calculations for cross-border transactions. 240 countries, 113M+ tariff records, 63 FTAs, sanctions screening, and AI-powered HS classification.
147
+ POTAL is the infrastructure for global commerce — providing Total Landed Cost calculations for cross-border transactions. 240 countries, 257M+ tariff records, 131,794 government tariff schedules (7 countries, 10-digit), 1.36M product-HS mappings, 63 FTAs, sanctions screening (21,301 entries), and GRI Pipeline HS classification (592 codified rules, 9-field input → 100% accuracy, AI 0 calls).
148
148
 
149
149
  Website: [potal.app](https://potal.app)
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "potal-mcp-server",
3
- "version": "1.3.1",
3
+ "version": "1.4.0",
4
4
  "mcpName": "io.github.soulmaten7/potal",
5
- "description": "Calculate total landed costs for cross-border commerce. 240 countries, 113M+ tariff records, 63 FTAs, AI HS classification, sanctions screening. MCP server for Claude, Cursor, and any MCP-compatible AI.",
5
+ "description": "Calculate total landed costs for cross-border commerce. 240 countries, 257M+ tariff records, 131K government tariff schedules, 1.36M product-HS mappings, 63 FTAs, 9-field 100% HS Code accuracy (GRI Pipeline), sanctions screening (21K+ entries). MCP server for Claude, Cursor, and any MCP-compatible AI.",
6
6
  "type": "module",
7
7
  "bin": {
8
8
  "potal-mcp-server": "./build/index.js"