How to Use the UniOne MCP in Claude Code
Run transactional and bulk messaging jobs headlessly with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect UniOne MCP to Claude Code
Create your Vinkius account to connect UniOne 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.
Send Emails for CI/CD Pipelines
You can send operational emails using `send_email` or execute large-scale communications via `send_template`. Running these commands in a script lets you notify stakeholders when a build passes or fails. If the messaging structure changes, use `set_template` to update your master templates. It's direct: write the code, run the job, and get the confirmation.
Webhook Management for Automation
The MCP Server lets you manage external triggers right from the terminal. Use `set_webhook` to configure a new endpoint or use `list_webhooks` to verify existing ones are active. Need to tear down an old listener? Just run `delete_webhook`. It keeps your scripts clean and focused on what they need to do.
Controlling Email Blocklists via MCP Server
When scripting, you gotta be careful about who gets messaged. Add addresses to the blocklist using `set_suppression`. This prevents unwanted messages from leaving your environment. To audit what's blocked before running a mass mailing job, run `list_suppression` and review the suppressed emails.
Set up UniOne 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 seeunione-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest UniOne transactions." It will automatically discover and invoke the available UniOne tools.
claude mcp add --transport http unione-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 UniOne MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the UniOne MCP today
We host it, we monitor it, we maintain it. You just paste one token.