← Registry

Analytics

portrobin.com

Provides US import duty and HTS code classification services, including duty lookups, landed cost computation, and HTS search.

1 endpoint5 known toolsFirst detected August 18, 2026Last detected August 18, 2026

ENDPOINT 1

https://portrobin.com/api/mcp

No auth detected

MCP server metadata

Name
portrobin
Version
0.1.0
Capabilities
tools
Server instructions

PortRobin classifies products to US HS/HTS codes, looks up real duty rates (Section 301/232/IEEPA) and computes landed cost. All duty figures are sourced and carry a verification date — nothing here is a customs ruling.

Known tools 5

classify_product

Classify a plain-English product description to the most likely US HS/HTS codes, with the reasoning.

Inferred read-only
lookup_duty

Look up the effective US import duty for an HTS code from a given origin: base (Column 1) rate plus stacking Section 301/232/IEEPA measures, each cited with a source and verification date.

Inferred read-only
compute_landed_cost

Compute the full US landed cost of a shipment (base duty, Section 301/232, MPF, HMF, freight, insurance).

Inferred read-only
get_hts_code

Fetch one HTS line: description, plain-English gloss, general rate and the additional measures that commonly apply — all cited.

Inferred read-only
search_hts

Search the seeded HTS catalog by keyword or code and return matching lines with their general rates.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.portrobin]
url = "https://portrobin.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "portrobin": {
      "type": "http",
      "url": "https://portrobin.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: portrobin
Remote MCP URL: https://portrobin.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "portrobin": {
      "url": "https://portrobin.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "portrobin": {
      "type": "http",
      "url": "https://portrobin.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "portrobin",
  "transport": "streamable-http",
  "url": "https://portrobin.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.