Look up Indian HSN and GST codes by description or product name (4,676 entries).
HSN Classifier MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Look up Indian HSN and GST codes by description or product name (4,676 entries).
Hosted MCP server that looks up Indian HSN (Harmonized System Nomenclature) codes used for GST classification. Includes the full 4,676-entry HSN dataset. Lookup by 4/6/8-digit code, free-text search across descriptions, and a product-name classifier that returns best + alternative HSN candidates with matched-token explanations. For Indian e-commerce, accounting, and procurement LLMs.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Once HSN Classifier is connected, these are the calls the assistant has available:
lookup_hsn — codesearch_hsn — query, limit?classify_product — product_nameThis sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. HSN Classifier's toolset — lookup_hsn, search_hsn, classify_product — is a fair guide to whether it matches your workflow. It is maintained by guptaprakhariitr; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against HSN Classifier's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| lookup_hsn | code |
| search_hsn | query, limit? |
| classify_product | product_name |
Or wire it into your MCP client:
```jsonc
{
"mcpServers": {
"hsn-classifier": {
"command": "npx",
"args": ["-y", "@insnapsprakhar/hsn-classifier-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.