INDIVIDUAL MCP TOOL
list_workflow_templates
Returns the 8 pre-built CA compliance workflow templates (GSTR-1, GSTR-3B, ITR Individual, ITR Company, TDS Quarterly, ROC MGT-7, GST Annual, Custom Advisory) with form types, deadlines, and stage flows.
LIVE ENDPOINT
https://mcp.ai4ca.in/mcp
Connect to this endpoint to inspect the live schema for list_workflow_templates and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ai4ca]
url = "https://mcp.ai4ca.in/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ai4ca": {
"type": "http",
"url": "https://mcp.ai4ca.in/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ai4ca
Remote MCP URL: https://mcp.ai4ca.in/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ai4ca": {
"url": "https://mcp.ai4ca.in/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ai4ca": {
"type": "http",
"url": "https://mcp.ai4ca.in/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ai4ca",
"transport": "streamable-http",
"url": "https://mcp.ai4ca.in/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
create_workflow_instance— Spawns a new compliance workflow instance for a client.get_workflow_status— Returns current state of a workflow instance — node states, assigned partners, attachments, overdue flags.complete_node— Marks a workflow node as complete and advances state.list_clients— Returns CA practice clients with names, phones, services, last-contact dates.add_client— Adds a new client to the CA practice.send_whatsapp_reminder— Sends a personalized WhatsApp message to a client.generate_compliance_post— Generates an ICAI-compliant social media post image for the CA firm.build_ca_website— Deploys a new CA firm website using one of 10 ICAI-compliant templates.