tariffmonitor-mcp
Rank #55,835io.github.daleweaver1981/tariffmonitor-mcp
Live US tariff calculator: HTS lookup, full stacked rate (MFN+301+IEEPA+reciprocal). No API key.
tariffmonitor-mcp is a Model Context Protocol (MCP) server published by daleweaver1981. It ranks #55,835 of 115,591 servers tracked on MCP Toplist. tariffmonitor-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 22, 2026 and most recently updated on May 22, 2026.
Ranks ahead of 59,756 of 115,591 servers on MCP Toplist.
Use tariffmonitor-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add tariffmonitor-mcp -- npx -y tariffmonitor-mcp[mcp_servers.tariffmonitor-mcp]
command = "npx"
args = ["-y", "tariffmonitor-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"tariffmonitor-mcp": {
"command": "npx",
"args": [
"-y",
"tariffmonitor-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"tariffmonitor-mcp": {
"command": "npx",
"args": [
"-y",
"tariffmonitor-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"tariffmonitor-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tariffmonitor-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"tariffmonitor-mcp": {
"command": "npx",
"args": [
"-y",
"tariffmonitor-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tariffmonitor-mcp": {
"command": "npx",
"args": [
"-y",
"tariffmonitor-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.daleweaver1981%2Ftariffmonitor-mcp)<a href="https://mcptoplist.com/server/io.github.daleweaver1981%2Ftariffmonitor-mcp"><img src="https://mcptoplist.com/badge/io.github.daleweaver1981%2Ftariffmonitor-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
daleweaver1981
Other servers by daleweaver1981
View all daleweaver1981 servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | May 22, 2026 |
Frequently asked questions
- Who maintains tariffmonitor-mcp?
- tariffmonitor-mcp is maintained by daleweaver1981, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is tariffmonitor-mcp listed on the Official MCP Registry?
- Yes — tariffmonitor-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does tariffmonitor-mcp have?
- MCP Toplist tracks 1 version of tariffmonitor-mcp, most recently published on May 22, 2026.
- Where can I find the source code for tariffmonitor-mcp?
- The source code for tariffmonitor-mcp is hosted at github.com/daleweaver1981/tariffmonitor-mcp.