Skip to Content
MCPFAQ

FAQ

Frequently asked questions about the Volt MCP server.

Why am I seeing an internal server error when trying to connect?

Enter the following in the Terminal to clear saved auth info:

rm -rf ~/.mcp-auth

Then try again to connect. Additionally you may need to update to a newer version of Node if required.

I’m using WSL on Windows, and seeing an error

Try instead to connect using:

{ "mcpServers": { "volt": { "command": "wsl", "args": ["npx", "-y", "mcp-remote", "https://mcp.voltchat.com/mcp"] } } }

Does the MCP support Streamable HTTP?

Yes, at the https://mcp.voltchat.com/mcp endpoint.

How do I authenticate?

Volt supports two authentication methods:

  • OAuth for hosted connectors — Claude.ai, Claude Desktop, and ChatGPT can redirect you to Volt to sign in with a phone OTP and approve access. No API key or configuration file is required.
  • API key for developer clients — CLIs, editors, and other MCP-compatible clients can pass the key in the Authorization: Bearer YOUR_VOLT_API_KEY header. Generate it from Volt → Settings → MCP.

See Setup Instructions for client-specific steps.

What tools are available?

The Volt MCP server currently supports:

ToolDescription
send-messageSend a WhatsApp message immediately to one recipient
schedule-messageSchedule a WhatsApp text message for future delivery
send-broadcastQueue the same WhatsApp message for paced background delivery to 4+ recipients
search-contactSearch WhatsApp contacts by name, nickname, handle, or phone number
add-contactSave a new contact in WhatsApp using a phone number, PN JID, or LID
list-chatsGet WhatsApp chats matching specified criteria
get-chat-messagesRead messages from a WhatsApp chat
create-groupCreate a new WhatsApp group with the specified name and participants
add-participants-to-groupAdd participants to an existing WhatsApp group when WhatsApp allows it
remove-participants-from-groupRemove participants from a WhatsApp group
promote-participants-to-adminsPromote participants to admin status in a WhatsApp group
demote-participants-from-adminsDemote participants from admin status in a WhatsApp group
add-chat-to-listsAdd one WhatsApp chat to one or more existing Volt lists
remove-chat-from-listsRemove one WhatsApp chat from one or more existing Volt lists
get-chat-listsRead the existing Volt lists a WhatsApp chat belongs to
get-chats-in-listList WhatsApp chats that belong to an existing Volt list
set-chat-read-stateMark a WhatsApp chat as read or unread
set-chat-archive-stateArchive or unarchive a WhatsApp chat

More tools are being added regularly.

Last updated on
FAQ - Volt Docs