mcpbeat Sign in

Tariff Resolver MCP Server

local only

Tariff Resolver runs on your own machine — the client starts it, so there is no endpoint to ping. 99 installs a week from npm. Last commit 7 Sep 2026.

US import duty research: HTS codes, Chapter 99 duties, MPF/HMF fees, landed cost. USITC data.

Installs per day peak 366 · avg 23
a month agotoday
99
Installs / week
npm · tariff-resolver
2
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Tariff Resolver every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tariff-resolver -- npx -y tariff-resolver
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tariff-resolver": {
      "args": [
        "-y",
        "tariff-resolver"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tariff-resolver]
command = "npx"
args = ["-y", "tariff-resolver"]
.cursor/mcp.json
{
  "mcpServers": {
    "tariff-resolver": {
      "args": [
        "-y",
        "tariff-resolver"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tariff-resolver": {
      "args": [
        "-y",
        "tariff-resolver"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Tariff Resolver

same job, measured the same way
RTFM
by roomi-fields

The open retrieval layer for AI agents — index code, docs, data. Search via MCP.

9 734 installs/wk local only
AI Usage
by mohitbansal321

Reports real token usage and cost from Claude Code and OpenCode data. Nothing leaves your machine.

436 installs/wk local only
good-sport
by good-sport

Sports-analytics research assistant that grades its own model and reports the losses. $9.99/mo.

answering
Literature Review Council
by ravicha2

Multi-agent literature review: research, peer review, and synthesize grounded reports.

69 installs/wk local only
US Code of Federal Regulations
by mccallar

Look up, search, and track changes to the US Code of Federal Regulations (eCFR).

322 installs/wk local only
Agentic House Search
by asturksever

UK neighbourhood research from government open data: postcode reports, comparisons, 45 datasets.

36 installs/wk 5 tools answering
Research Chain
by pipeworx-io

One call, one paper: everything openly available around it — full text, license, datasets, code…

answering
Laserfiche MCP
by samuelshernandez

MCP server for self-hosted Laserfiche repositories — search and read documents from Claude.

117 installs/wk local only

Tariff Resolver — questions

Answers built from our own checks of this server.

Why is there no uptime for Tariff Resolver?
Tariff Resolver runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package tariff-resolver was installed 99 times last week.
How do I connect Tariff Resolver?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tariff-resolver straight from npm; nothing to host, nothing to sign up for.
How many people use Tariff Resolver?
The npm package tariff-resolver was installed 99 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Tariff Resolver open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.