Mmcp.market

HS Code Classifier MCP server

by OjasKord·io.github.OjasKord/hs-code-classifier-mcp-server·v1.0.26

Classify products to official HS codes and validate supplier codes before customs submissions

C61/100grade C
What users say
No reviews yet
Be the first
Safety scan
C61/100

full report

Adoption
Growing

0 stars47 downloads/wk

Reviews

Write one

Nobody has reviewed HS Code Classifier yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

HS Code Classifier tools

Tool list not cached yet. `describe` through the gateway fetches it live.

Public scan report

scanner v0.1.9 · 2026-09-22 · same rubric, same numbers if you re-run it

1 high
  • Code scan13 source files scanned25/25
  • Live reliabilityremote unreachable: Streamable HTTP error: Error POSTing to endpoint: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Error</title> </head> <body> <pre>Cannot POST /</pre> </body> </html> 0/20
  • Tool poisoningtools not inspected (endpoint requires auth); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 15 days ago15/15
  • Maintainer identityregistry namespace matches repository owner6/10

Findings (1)

  • highRemote endpoint did not respondreliability.unreachable

    Streamable HTTP error: Error POSTing to endpoint: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Error</title> </head> <body> <pre>Cannot POST /</pre> </body> </html>

Overall 61/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the HS Code Classifier repository's README, as published. We do not edit it. Read it on GitHub

HS Code Classifier MCP Server

Classify product descriptions to official HS codes and validate supplier-provided codes before customs submissions. Uses official government tariff schedules (USITC, Singapore Customs, CBSA, Australia Border Force) via HSPing API with AI-assisted classification reasoning.

Tools

hsclassifyproduct (free tier: 10 calls/month)

Convert a product description to the correct HS code before filling any customs declaration, shipping manifest, or duty calculation.

hsvalidatecode (Pro tier)

Validate a supplier-provided HS code before approving any shipment or purchase order. Detects mismatches, outdated codes, and misclassification risks using official tariff data and AI analysis.

Usage

HTTP (hosted -- no install required)

https://hs-code-classifier-mcp-production.up.railway.app

npm (Claude Desktop / stdio)

npx hs-code-classifier-mcp

Configure in claudedesktopconfig.json:

{
  "mcpServers": {
    "hs-code-classifier": {
      "command": "npx",
      "args": ["hs-code-classifier-mcp"],
      "env": {
        "ANTHROPIC_API_KEY": "sk-ant-...",
        "HSPING_API_KEY": "your-hsping-key",
        "API_KEY": "your-pro-key-from-kordagencies.com"
      }
    }
  }
}

Harness Integration

Note: this server exposes tools at /mcp not the root URL.

Claude Code / Claude Desktop (.mcp.json)

{
  "mcpServers": {
    "hs-code-classifier": {
      "type": "http",
      "url": "https://hs-code-classifier-mcp-server-production.up.railway.app/mcp"
    }
  }
}

LangChain (Python)

from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
    "hs-code-classifier": {
        "url": "https://hs-code-classifier-mcp-server-production.up.railway.app/mcp",
        "transport": "http"
    }
})
tools = await client.get_tools()

OpenAI Agents SDK (Python)

from agents import Agent, HostedMCPTool
agent = Agent(
    name="Assistant",
    tools=[HostedMCPTool(tool_config={
        "type": "mcp",
        "server_label": "hs-code-classifier",
        "server_url": "https://hs-code-classifier-mcp-server-production.up.railway.app/mcp",
        "require_approval": "never"
    })]
)

LangGraph

Same as LangChain above — langchain-mcp-adapters works with LangGraph natively.

Pricing

Get a Pro key: kordagencies.com

Supported Countries

US (USITC), SG (Singapore Customs), CA (CBSA), AU (Australia Border Force), and others via HSPing API.

Legal

Results sourced from official government tariff schedules via HSPing API. For informational purposes only -- not legal or customs advice. Full terms: kordagencies.com/terms.html

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http hs-code-classifier-mcp-server https://hs-code-classifier-mcp-server-production.up.railway.app
Add to Cursor

HS Code Classifier: common questions

Is HS Code Classifier MCP server safe?
With care: it is graded C, so read the findings first (61/100). Read the HS Code Classifier safety report
How do I install HS Code Classifier?
It runs remotely at hs-code-classifier-mcp-server-production.up.railway.app. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does HS Code Classifier need an API key?
Yes. The registry entry asks for ANTHROPIC_API_KEY, HSPING_API_KEY.
Is HS Code Classifier maintained?
The last commit was 17 days ago (2026-09-07). The latest release is v1.0.26.
Is HS Code Classifier up?
0% of our last 20 checks got an answer. We check remote servers about four times a day.
What can I use instead of HS Code Classifier?
Servers from other publishers that do the same job: Loki Mode MCP server, COTAL actions (cotal.ai) MCP server and Shopware MCP server. Compare all HS Code Classifier alternatives.

Alternatives to HS Code Classifier

Same job from other publishers: the closest match first, then the best rated.

All HS Code Classifier alternatives →
  • Loki Mode
    Autonomous spec-to-product coding-agent CLI with an MCP server exposing 36 tools over stdio.
    B
  • COTAL actions (cotal.ai)
    cotal.ai actions: product overview, site search, build log, feedback, Cloud waitlist, updates, calls
    B
  • Shopware
    Query and safely manage a Shopware 6 shop: products, orders, customers, stock, audits, reports.
    B
  • Buywhere
    Agent-native product catalog: 300M+ products, 150,000+ stores, deliver_to ranking.
    A
  • HasData Walmart
    Walmart search, product pages and customer reviews on walmart.com and walmart.ca, as JSON.
    A

More from OjasKord