← Index

HS Code Classifier

io.github.OjasKord/hs-code-classifier-mcp-server·v1.0.5·Other
Quality Score
95
/100

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

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://hs-code-classifier-mcp-server-production.up.railway.app
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "hs-code-classifier-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hs-code-classifier-mcp"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>",
        "HSPING_API_KEY": "<your-hsping_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "hs-code-classifier-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hs-code-classifier-mcp"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<your-anthropic_api_key>",
        "HSPING_API_KEY": "<your-hsping_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y hs-code-classifier-mcp
§02  Environment variables
ANTHROPIC_API_KEY
requiredsecret

Anthropic API key for AI-assisted classification reasoning

HSPING_API_KEY
requiredsecret

HSPing API key for official tariff schedule access

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other