Serversio.github.OjasKord/hs-code-classifier-mcp-server
S

HS Code Classifier

io.github.OjasKord/hs-code-classifier-mcp-server · v1.0.7
▦ npm
v1.0.7npm npm: hs-code-classifier-mcp🌐 https://hs-code-classifier-mcp-server-production.up.railway.app↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.OjasKord/hs-code-classifier-mcp-server",
  "description": "Classify products to official HS codes and validate supplier codes before customs submissions",
  "title": "HS Code Classifier",
  "repository": {
    "url": "https://github.com/OjasKord/hs-code-classifier-mcp-server",
    "source": "github"
  },
  "version": "1.0.7",
  "websiteUrl": "https://kordagencies.com",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "hs-code-classifier-mcp",
      "version": "1.0.7",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Anthropic API key for AI-assisted classification reasoning",
          "isRequired": true,
          "isSecret": true,
          "name": "ANTHROPIC_API_KEY"
        },
        {
          "description": "HSPing API key for official tariff schedule access",
          "isRequired": true,
          "isSecret": true,
          "name": "HSPING_API_KEY"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://hs-code-classifier-mcp-server-production.up.railway.app"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}