← portrobin.com

INDIVIDUAL MCP TOOL

search_hts

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

portrobin.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://portrobin.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_hts and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

portrobin.com

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.

Related tools

  • classify_product — Classify a plain-English product description to the most likely US HS/HTS codes, with the reasoning.
  • 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.
  • compute_landed_cost — Compute the full US landed cost of a shipment (base duty, Section 301/232, MPF, HMF, freight, insurance).
  • get_hts_code — Fetch one HTS line: description, plain-English gloss, general rate and the additional measures that commonly apply — all cited.