AI agents can now generate India GST e-invoices โ an IRN from the IRP (Invoice Registration Portal, GSTN). This remote MCP server wraps the Sandbox.co.in GSP (GST Suvidha Provider) with three tools: create_invoice, query_invoice, cancel_invoice. e-Invoicing is B2B only โ both seller and buyer need valid GSTINs.
{
"mcpServers": {
"india-invoice": {
"type": "http",
"url": "https://inv-in.wishpool.app/mcp",
"headers": {
"x-sandbox-api-key": "your-key",
"x-sandbox-api-secret": "your-secret"
}
}
}
}
Sign up at sandbox.co.in for GSP credentials. Your GSTIN must have GST e-Invoice API access enabled on the e-Invoice portal and mapped to Sandbox as your GSP โ otherwise the IRP rejects the stamp.
Send flat fields; the server builds the INV-01 schema and computes the tax. Place of supply in the same state as the seller โ intra-state โ CGST + SGST (each half the rate); different state โ inter-state โ IGST at the full rate. Per-item taxable value, item totals, AssVal and TotInvVal are all computed.
x-agentpay-max-amount, x-agentpay-approval-above, x-agentpay-allowed-tools โ set by the human owner in client config; the agent cannot relax them.GSTIN and PIN formats validated with teaching errors; the CGST/SGST-vs-IGST decision and all totals are computed automatically; every result embeds numbered next_steps; the 24-hour cancellation window is documented loudly (after 24h โ credit note).
Mexico CFDI 4.0 e-invoices are live: inv-mx.wishpool.app. Local payments in 81 countries โ one family, same stateless pattern: mcp.wishpool.app. Taiwan e-invoice (้ปๅญ็ผ็ฅจ) included. More invoice countries coming: Brazil NF-e, Chile DTE, Peru CPE, Poland KSeF, Romania e-Factura, Italy SdI.