Loading MCP server directory, please wait...
Classify products to official HS codes and validate supplier codes before customs submissions
npx @getmcp/cli add io.github.OjasKord/hs-code-classifier-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
ANTHROPIC_API_KEYAnthropic API key for AI-assisted classification reasoning
HSPING_API_KEYHSPing API key for official tariff schedule access
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.OjasKord/hs-code-classifier-mcp-server": {
"command": "npx",
"args": [
"-y",
"hs-code-classifier-mcp"
],
"env": {
"ANTHROPIC_API_KEY": "",
"HSPING_API_KEY": ""
}
}
}
}