npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

tariffmonitor-mcp

v1.0.0

Published

Tariff Exposure Monitor — live US import tariff calculator MCP server. Looks up any HTS code, returns stacked rate (Section 301 + IEEPA + reciprocal), and projects the November 10, 2026 cliff jump. 19,856 HTS codes. Free, no signup.

Readme

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 stacked rate (base + Section 301 + IEEPA + reciprocal) + Nov 10 cliff projection. Optional: annual import volume → dollar impact |

Example exchange:

You: What's the tariff on athletic footwear from China, and how does the cliff change my costs if I import $800k/year?

Claude: [uses calculate_tariff with hts_code="6404.11", origin_country="CN", annual_import_value_usd=800000]
HTS 6404110000 — Footwear with outer soles of rubber/plastics...
Rate stack:
  Base rate (MFN): +20.00%
  Section 301 (List 4A): +7.50%
  IEEPA emergency tariff: +145.00%
Total current rate: 172.50%
Nov 10, 2026 cliff: 195.00% (+22.50pp jump)

Dollar impact at $800,000/yr import value:
  Current annual duties: $1,380,000
  Additional after Nov 10 cliff: $180,000/yr

Install (Claude Desktop)

Add to your claude_desktop_config.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)

{
  "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

Affiliate program

Earn 35% on every sale. Sign up here.

Built by Dale Weaver / 0xpi.