MCP.so
Sign In

India Invoice

@junter1989k-ai

About India Invoice

Remote MCP server: AI agents generate India GST e-invoices (IRN on the IRP) via a GSP aggregator. Stateless, BYO credentials.

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "india-invoice": {
      "type": "http",
      "url": "https://inv-in.wishpool.app/mcp",
      "headers": {
        "x-sandbox-api-key": "your_key",
        "x-sandbox-api-secret": "your_second_value"
      }
    }
  }
}

Tools

3

Register a GST e-invoice at the IRP and get the `irn` (+ `AckNo`, `AckDt`, `SignedQRCode`). You send flat fields (GSTINs, names, addresses, line items with HSN + price + gst_rate); the server **auto-computes the INV-01 tax schema** — taxable value, CGST+SGST split for same-state supply vs IGST for cross-state, item + invoice totals.

Status check by IRN: `ACT` (active) or `CNL` (cancelled).

Cancel at the IRP with a reason code (`1`–`4`, default `4`) — **only within 24 hours** of generation; after that, issue a credit note.

Overview

What is India Invoice?

Remote MCP server: AI agents generate India GST e-invoices (IRN on the IRP) via a GSP aggregator. Stateless, BYO credentials.

How to use India Invoice?

The README includes setup instructions such as node test/serve.js # local server on :3230.

Key features of India Invoice

  • Same state → intra-state supply → CGST + SGST, each at half the GST rate
  • Different state → inter-state supply → IGST at the full GST rate

Use cases of India Invoice

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from India Invoice

Where is the source code for India Invoice?

The source code is linked from the repository URL on this page.

Does India Invoice include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Frequently asked questions

Where is the source code for India Invoice?

The source code is linked from the repository URL on this page.

Does India Invoice include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More MCP servers