Odel
gstinapi mcp

gstinapi mcp

Local
@csofttarunJavaScriptMITUpdated 1w ago

GSTIN verification, GST filing history, HSN/SAC lookup, and MCA company registry for India.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmgstinapi-mcpv1.0.1

Run

npx -y gstinapi-mcp

MCP client config

{
  "mcpServers": {
    "gstinapi-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "gstinapi-mcp"
      ]
    }
  }
}