Weavz
ClearTax

ClearTax

India GST e-invoicing operations including GSTIN setup, NIC credentials, IRN generation/cancellation, and e-waybills.

6 tools

Tools

Name
add_or_update_gstin

Add or update a GSTIN in ClearTax E-Invoicing.

store_nic_credentials

Store or update NIC credentials for the GSTIN in ClearTax E-Invoicing.

generate_irn

Generate an IRN for one or more ClearTax B2B e-invoice objects.

cancel_irn

Cancel an IRN through ClearTax E-Invoicing.

get_e_invoice_by_irn

Fetch up to five e-invoices from ClearTax by IRN.

generate_ewaybill_by_irn

Generate an e-waybill for a ClearTax e-invoice IRN.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('cleartax', 'add_or_update_gstin', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'cleartax',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect ClearTax to my app?

Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does ClearTax support?

ClearTax supports 6 tools including Add Or Update GSTIN, Store NIC Credentials, Generate IRN, Cancel IRN, Get E-Invoice By IRN, and more.

Can I use ClearTax with AI agents?

Yes. Add ClearTax to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can ClearTax be used in stateful agent workflows?

Yes. Agents can combine ClearTax tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does ClearTax use?

ClearTax uses Custom. Weavz stores credentials securely and uses them for authorized action execution.

How much does the ClearTax integration cost?

The ClearTax integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect ClearTax in minutes

Get 20,000 free action executions every month. No credit card required.