Skip to Content

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?

The MCP server uses Bearer token authentication. Pass your Volt API key in the Authorization: Bearer YOUR_VOLT_API_KEY header. You can find your API key in Volt App SettingsΒ .

What tools are available?

The Volt MCP server currently supports:

ToolDescription
send-messageSend WhatsApp messages to phone numbers or chats
search-contactSearch WhatsApp contacts, groups, and recent chats by name or phone number
list-chatsList WhatsApp chats (individual and group), with optional filtering
get-chat-messagesRead messages from a WhatsApp chat with optional filtering and date ranges
create-groupCreate a new WhatsApp group with specified participants
add-participants-to-groupAdd participants to an existing WhatsApp group
remove-participants-from-groupRemove participants from a WhatsApp group
promote-participants-to-adminsPromote participants to admins in a WhatsApp group
demote-participants-from-adminsDemote participants from admin status in a WhatsApp group

More tools are being added regularly.

Last updated on