Tariff Resolver MCP Server

An MCP server that turns your AI assistant into a US import duty research tool - built on official USITC Harmonized Tariff Schedule data (US Government public domain, 35,000+ tariff lines). It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 2 · #772 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Tariff Resolver

Claude Code

claude mcp add opsloft-tariff-resolver -- npx -y tariff-resolver

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "opsloft-tariff-resolver": {
      "command": "npx",
      "args": [
        "-y",
        "tariff-resolver"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-08-19 - young repo, little track record yet

license MIT - declared in the repository

npm package tariff-resolver - unscoped; check the name against the project README before installing

registry namespace io.github.opsloft is GitHub-verified and matches the repo owner

03 · What Tariff Resolver can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 5 documented tools across read & search, calculate, watch, including search_hs_candidates, calculate_tariff_scenario, watch_tariff_changes, check_tariff_updates.

Capability map

Tools grouped from the project's README - what Tariff Resolver lets an agent do.

read & search

1 tool - e.g. Product description → top HTS candidates with rates + CBP CROSS ruling links

search_hs_candidates

Calculate

1 tool - e.g. HTS code + origin + value (+ weight) → structured JSON: base MFN/FTA rate, active Chapter 99 rules (footnote-linked / origin-matched / universal, terminated rul

calculate_tariff_scenario

Watch

1 tool - e.g. Register HTS codes to a local watchlist

watch_tariff_changes

Check

1 tool - e.g. Diff current vs previous HTS revision - see exactly which rates changed

check_tariff_updates

Dataset

1 tool - e.g. Data revision date, row counts, source, license

dataset_info

Latest releases

v1.0.3 · 2026-08-25

Fixed · Suspended provisions were treated as live. The dead-heading filter only matched "provision terminated" / "no longer in effect" / "provision has expired", so headings marked "provision suspended", "provision was…

v1.0.2 · 2026-08-21

Changed · All user-facing text is now English: tool titles, descriptions, input schema docs, result messages, and revision-diff markers. · Tool annotations added for every tool (readOnlyHint, destructiveHint…

v1.0.0 · 2026-08-20

First stable release. The tool surface (5 tools) and output shapes are now covered by semver - breaking changes to tool names, input schemas, or result fields will bump the major version. · Highlights…

04 · Who maintains Tariff Resolver

tariff-resolver is maintained by opsloft. It's the only MCP server we track from this author; the repo dates to Aug 2026.

05 · Facts

category
other - ranked #772 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-08-25)
registry
io.github.opsloft/tariff-resolver (active, first published 2026-08-20 · 5 versions)
packages
npm:tariff-resolver

06 · Tariff Resolver FAQ

Is Tariff Resolver still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25 and it shipped 3 releases in the last 90 days. We re-verify nightly.

What can Tariff Resolver do?

An agent gets 5 documented tools across read & search, calculate, watch, including search_hs_candidates, calculate_tariff_scenario, watch_tariff_changes, check_tariff_updates.

How do I install Tariff Resolver?

Run `npx -y tariff-resolver`. You can also paste the ready-made client config above.

Does Tariff Resolver run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Tariff Resolver

More MCP servers to compare · Spot Advanced Swap Orders · Qweather MCP · Originalvoices · Packmindhub MCP Server · Pagerduty MCP

More TypeScript MCP servers · Optifeed Radar · Kanban AI · Omnicord · OPA MCP · Zoteus · see all