Skip to main content
ClaudeWave
MCP ServersOfficial Registry0 stars0 forksJavaScriptUpdated today
ClaudeWave Trust Score
52/100
· OK
Passed
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No standard license detected
  • !No description
Last scanned: 9/20/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/daleweaver1981/tariffmonitor-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "tariffmonitor-mcp": {
      "command": "node",
      "args": ["/path/to/tariffmonitor-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/daleweaver1981/tariffmonitor-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# tariffmonitor-mcp

MCP server for the **Tariff Exposure Monitor** — a live US import tariff calculator covering 19,856 HTS codes.

Give Claude (or any MCP-compatible AI) the ability to look up real stacked tariff rates and project the **November 10, 2026 cliff** impact on any product.

## What it does

Two tools:

| Tool | What it does |
|---|---|
| `lookup_hts_code` | Search 19,856 HTS codes by description or numeric prefix |
| `calculate_tariff` | Returns an estimated stacked rate (MFN base + Section 301 + Section 232) and flags the Nov 10, 2026 Section 301 exclusion expiry. Optional: annual import volume → dollar impact |

Example exchange — a real capture from the live API on 2026-09-11, not a mock-up:

```
You: What's the tariff on athletic footwear from China, and what does it cost me at $800k/year?

Claude: [calls lookup_hts_code query="athletic footwear", then calculate_tariff
         hts_code="6404110000", origin_country="CN", annual_import_value_usd=800000]

Note: 6404110000 is not in the schedule. This rate is for heading 640411, resolved to 6404112030.

HTS 6404112030 - For men
Origin: CN

Rate stack:
  MFN base rate: +0.00%
  Section 301 (China trade enforcement): +7.50%
Total current rate: 7.50%

No cliff change projected for this code/country combination.

Dollar impact at $800,000/yr import value:
  Current annual duties: $60,000
```

Rates change, and a rate is per HTS code and origin country - treat the numbers above as the shape
of the answer, not as a quote for your shipment. The tool never invents a rate: if the upstream is
unreachable or the code is not in the schedule, it says so instead of estimating.

## Install (Claude Desktop)

Add to your `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "tariffmonitor": {
      "command": "npx",
      "args": ["-y", "tariffmonitor-mcp"]
    }
  }
}
```

Restart Claude Desktop. The `lookup_hts_code` and `calculate_tariff` tools appear automatically.

## Install (Cursor / other MCP clients)

```json
{
  "mcp": {
    "servers": {
      "tariffmonitor": {
        "command": "npx",
        "args": ["-y", "tariffmonitor-mcp"]
      }
    }
  }
}
```

## No API key required

The tool calls the free public API at adcreator-ai.com. No signup, no rate limits for reasonable use.

## Related

- [Free tariff calculator](https://adcreator-ai.com/tariffs/calculator) — browser version
- [Official US Harmonized Tariff Schedule](https://hts.usitc.gov/) — the authoritative rates

Built by [Dale Weaver / 0xpi](https://0xpi.com).

What people ask about tariffmonitor-mcp

What is daleweaver1981/tariffmonitor-mcp?

+

daleweaver1981/tariffmonitor-mcp is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install tariffmonitor-mcp?

+

You can install tariffmonitor-mcp by cloning the repository (https://github.com/daleweaver1981/tariffmonitor-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is daleweaver1981/tariffmonitor-mcp safe to use?

+

Our security agent has analyzed daleweaver1981/tariffmonitor-mcp and assigned a Trust Score of 52/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains daleweaver1981/tariffmonitor-mcp?

+

daleweaver1981/tariffmonitor-mcp is maintained by daleweaver1981. The last recorded GitHub activity is dated 2026-09-19, with 0 open issues.

Are there alternatives to tariffmonitor-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy tariffmonitor-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: daleweaver1981/tariffmonitor-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/daleweaver1981-tariffmonitor-mcp)](https://claudewave.com/repo/daleweaver1981-tariffmonitor-mcp)
<a href="https://claudewave.com/repo/daleweaver1981-tariffmonitor-mcp"><img src="https://claudewave.com/api/badge/daleweaver1981-tariffmonitor-mcp" alt="Featured on ClaudeWave: daleweaver1981/tariffmonitor-mcp" width="320" height="64" /></a>

More MCP Servers

tariffmonitor-mcp alternatives