← ai4ca.in
INDIVIDUAL MCP TOOL
send_whatsapp_reminder
Sends a personalized WhatsApp message to a client.
LIVE ENDPOINT
https://mcp.ai4ca.in/mcp
Connect to this endpoint to inspect the live schema for send_whatsapp_reminder and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
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
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.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.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.