Analytics
portrobin.com
Provides US import duty and HTS code classification services, including duty lookups, landed cost computation, and HTS search.
ENDPOINT 1
https://portrobin.com/api/mcp
MCP server metadata
- Name
- portrobin
- Version
- 0.1.0
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_productClassify a plain-English product description to the most likely US HS/HTS codes, with the reasoning.
Inferred read-onlylookup_dutyLook 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-onlycompute_landed_costCompute the full US landed cost of a shipment (base duty, Section 301/232, MPF, HMF, freight, insurance).
Inferred read-onlyget_hts_codeFetch one HTS line: description, plain-English gloss, general rate and the additional measures that commonly apply — all cited.
Inferred read-onlysearch_htsSearch the seeded HTS catalog by keyword or code and return matching lines with their general rates.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.