How to Use the 8x8 MCP in Windsurf
Trigger text alerts, verify users, and check call logs directly within your Windsurf Cascade sessions.
Works with every AI agent you already use
…and any MCP-compatible client
Connect 8x8 MCP to Windsurf
Create your Vinkius account to connect 8x8 to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Automated OTP Verification with Windsurf
Cascade can spin up a verification flow without you writing the glue code. It triggers a text with `send_verification` and waits. Once your user inputs the code, Cascade calls `check_verification` to confirm it, handling the entire loop on its own. You don't have to prompt for each step of this security check. The agent reads the context of your registration form, realizes it needs to verify a number, and runs the tools in sequence.
Real-time SMS and Chat Dispatch
Send text updates or team chat notifications using `send_sms` and `send_chat_message` tools. If your build fails or a deployment completes, Cascade hooks into these tools to notify your team instantly. The agent checks delivery status on the fly with `get_sms_status`. It keeps you updated right inside your IDE workspace, so you never have to leave your code to check if a message went through.
Voice Call Tracking and Account Audits
Monitor your voice campaigns and sub-accounts using this MCP Server. Cascade calls `get_call_status` to see if a text-to-speech call landed, or runs `list_sub_accounts` to map out your communication endpoints. You can also keep an eye on your budget using `get_account_balance`. Cascade audits your spending and alerts you if funds run low, preventing sudden API lockouts.
Set up 8x8 MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the 8x8 MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my 8x8 payment history." If connected, Cascade will call the 8x8 tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"8x8-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by 8x8. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 8x8 MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the 8x8 MCP today
We host it, we monitor it, we maintain it. You just paste one token.