gstaccelerator-python

thedivine1/gstaccelerator-python
★ 0 stars Python API Integration Updated 2d ago
For mcp server of gstaccelerator.in GST-API in Python
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gstaccelerator-pytho": {
      "command": "uvx",
      "args": [
        "gstaccelerator-python"
      ]
    }
  }
}

Or install with pip: pip install gstaccelerator-python

README Excerpt

Python client for the GST Accelerator API — India GST HSN/SAC lookup, GSTIN validation, and condition resolver. ```bash pip install gstaccelerator ``` ```python from gstaccelerator import GSTAccelerator gst = GSTAccelerator(api_key="your_api_key_here") result = gst.hsn.get("84151010") print(result) ```

Tools (1)

gst