How to Use the WA Smart Business MCP in Claude Code
Run WA Smart Business Messaging automation in CI/CD pipelines with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect WA Smart Business MCP to Claude Code
Create your Vinkius account to connect WA Smart Business to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Batch sending and message template management.
You can script the entire notification process. First, run `list_templates` to pull all available WhatsApp Smart Business templates. Then, use those variables when calling `send_message` in a shell script. Claude Code runs this logic headless, making it perfect for GitHub Actions or cron jobs where you don't have an active GUI.
Managing and listing user groups.
Need to ensure all users are covered? The CLI lets you run `list_groups` against your messaging platform. This output can be piped directly into other tools, like a reporting script that checks group memberships. It’s ideal for nightly jobs that need to audit which WA Smart Business groups exist and confirm their status.
Automated contact creation via CLI.
When a new client signs up, you can write a script using `create_contact`. This makes the operation part of your deployment pipeline. The MCP Server handles the API interaction needed to write that record. You'll use `list_contacts` at the start of a job run just to verify which records already exist before running any updates.
Set up WA Smart Business MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seewa-smart-business-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest WA Smart Business transactions." It will automatically discover and invoke the available WA Smart Business tools.
claude mcp add --transport http wa-smart-business-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about WA Smart Business MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the WA Smart Business MCP today
We host it, we monitor it, we maintain it. You just paste one token.