HS Code Classifier for Claude Desktop
io.github.ojaskord/hs-code-classifier-mcp-server
Classify products to official HS codes and validate supplier codes before customs submissions
client:Claude Desktop
transport:streamable-http
runtime:npm
Install HS Code Classifier in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"hs-code-classifier-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://hs-code-classifier-mcp-server-production.up.railway.app"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs