General Tools
gstmaker.com
Provides Indian GST compliance tools for HSN/SAC code lookup, GSTIN validation, tax calculation, reverse calculation, and late fee assessment.
ENDPOINT 1
https://gstmaker.com/mcp
MCP server metadata
- Name
- gst-maker-mcp
- Version
- 1.0.0
GST Maker MCP Server allows AI models to validate GSTINs, calculate Indian GST (CGST/SGST/IGST), lookup HSN/SAC codes, and generate compliant invoices.
Known tools 7
lookup_hsn_codeSearch Indian GST HSN (Goods) and SAC (Services) codes, descriptions, and applicable GST tax rates (0%, 5%, 12%, 18%, 28%).
Inferred read-onlyvalidate_gstinValidate a 15-character Indian GSTIN (GST Identification Number), verify its Mod-36 checksum, and extract state, PAN, and entity details.
Inferred read-onlycalculate_gstCompute exact Indian GST tax split (CGST + SGST for intra-state or IGST for inter-state), tax amounts, and total payable amount.
Inferred read-onlyreverse_calculate_gstExtract base taxable amount and GST tax component from a gross MRP or GST-inclusive total price.
Inferred read-onlycalculate_gstr_late_feeCalculate Section 47 late filing penalty and Section 50 interest on delayed GSTR-3B or GSTR-1 returns.
Inferred read-onlygenerate_invoice_linkGenerate a zero-login interactive guest invoice link on GST Maker with pre-filled line items, HSN code, and GST rate ready for instant PDF download.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.gst-maker-mcp]
url = "https://gstmaker.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gst-maker-mcp": {
"type": "http",
"url": "https://gstmaker.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gst-maker-mcp
Remote MCP URL: https://gstmaker.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"gst-maker-mcp": {
"url": "https://gstmaker.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gst-maker-mcp": {
"type": "http",
"url": "https://gstmaker.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gst-maker-mcp",
"transport": "streamable-http",
"url": "https://gstmaker.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.