Every competitor returns a flat rate. We return the rate that actually applies to your specific transaction — with the notification clause to prove it.
NOTIFICATION 09/2025-CT(Rate)
Condition resolver
Branded vs unbranded. B2B vs B2C. Price thresholds. Supply type. Works contract vs outright sale. We parse the notification conditions from the CBIC source and evaluate them against your transaction — so you don't have to read 200-page PDFs before every invoice.
✓ What FastGST can't do
FORMULA IGST = CGST + SGST
All three components
Inter-state? Intra-state? UT supply? Pass your supply type, get the right split. No manual tax maths.
STANDARD MCP 2025-03-26
Agent-native MCP endpoint
Claude, GPT-4o, and every major agent framework call our MCP endpoint natively. Your AI invoice workflow gets verified GST rates as a tool call.
↗ Agent economy ready
COVERAGE 11/2025-CT(Rate)
SAC for services
681 SAC codes. Construction services at 9% (post amendment). IT consulting. Finance. The endpoints competitors skipped.
EVENT GST Council Notification
Rate-change webhooks
Your application gets a push the moment the CBIC notification goes live. Never serve stale rates after a council meeting.
AUDIT Notification + Effective Date
Audit trail built-in
Every response carries the exact CBIC notification reference and effective date. Your CA can trace every rate your system ever used.
Start free. Scale as you grow.
No contracts. Cancel any time. GST invoice included on all paid plans.
# claude_desktop_config.json — or any MCP-compatible agent
{
"mcpServers": {
"gst-accelerator": {
"type": "url",
"url": "https://gstaccelerator.in/mcp",
"headers": {
"X-API-Key": "gsta_your_key"
}
}
}
}
# Tools your agent gets natively:# lookup_hsn_rate(description, supply_type?, branded?, sale_value_inr?)# get_rate_by_hsn(hsn_code, supply_type?)# get_sac_rate(sac_code, supply_type?)# bulk_classify(items[])# Example system prompt addition:"Before generating any invoice line item, call lookup_hsn_rate
to retrieve the verified CGST/SGST/IGST rates. Never hardcode
tax percentages. Use the notification_ref field for audit logs."