INDIVIDUAL MCP TOOL
whatsapp_web__converse
Reply conversationally when the request is ambiguous or needs clarification.
LIVE ENDPOINT
https://nova.civai.co/mcp/agents/whatsapp-web-agent
Connect to this endpoint to inspect the live schema for whatsapp_web__converse 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.whatsapp-web-agent-by-nova-civai]
url = "https://nova.civai.co/mcp/agents/whatsapp-web-agent"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"whatsapp-web-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/whatsapp-web-agent"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: whatsapp-web-agent-by-nova-civai
Remote MCP URL: https://nova.civai.co/mcp/agents/whatsapp-web-agent
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": {
"whatsapp-web-agent-by-nova-civai": {
"url": "https://nova.civai.co/mcp/agents/whatsapp-web-agent"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"whatsapp-web-agent-by-nova-civai": {
"type": "http",
"url": "https://nova.civai.co/mcp/agents/whatsapp-web-agent"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "whatsapp-web-agent-by-nova-civai",
"transport": "streamable-http",
"url": "https://nova.civai.co/mcp/agents/whatsapp-web-agent"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
whatsapp_web__send_text— WhatsApp Web: send textwhatsapp_web__send_media— WhatsApp Web: send mediawhatsapp_web__list_chats— WhatsApp Web: list chatswhatsapp_web__reply_message— WhatsApp Web: reply messagewhatsapp_web__create_group— WhatsApp Web: create groupwhatsapp_web__list_group_participants— WhatsApp Web: list group participantswhatsapp_web__add_group_participant— WhatsApp Web: add group participantwhatsapp_web__remove_group_participant— WhatsApp Web: remove group participant