{ "name": "tariffmonitor-mcp", "version": "1.2.1", "description": "Tariff Exposure Monitor \u2014 live US import tariff calculator MCP server. Looks up any HTS code, returns an estimated stacked rate (MFN + Section 301 + Section 232) and flags the November 10, 2026 Section 301 exclusion expiry. 19,856 HTS codes. Free, no signup.", "type": "module", "bin": { "tariffmonitor-mcp": "src/index.js" }, "main": "src/index.js", "scripts": { "start": "node src/index.js", "start:http": "node src/http.js" }, "keywords": [ "mcp", "model-context-protocol", "tariff", "hts-code", "import-duty", "trade", "section-301", "section-232", "customs", "ecommerce", "shopify", "amazon", "importer", "claude-desktop", "cursor" ], "author": "Dale Weaver", "license": "MIT", "homepage": "https://scholar.0xpi.com/get/tariffmonitor", "repository": { "type": "git", "url": "https://github.com/daleweaver1981/tariffmonitor-mcp" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0" }, "files": [ "src/", "README.md" ], "mcpName": "io.github.daleweaver1981/tariffmonitor-mcp" }