How to Use the Mailsac MCP in Claude Code
Pipe Mailsac email payloads directly into your terminal workflows and CI/CD pipelines using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Mailsac MCP to Claude Code
Create your Vinkius account to connect Mailsac 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.
Headless Email Testing in Claude Code
Run your email verification checks directly from your terminal or shell scripts. This command-line setup lets you query incoming test emails and pipe the raw text directly into other CLI utilities without a browser. The agent uses `list_inbox_messages` to fetch the message queue and reads the content with `get_plain_text_body`. You can easily script this to verify login codes or API keys during automated deployment checks.
Programmatic Address Reservation
Manage your testing infrastructure from the command line without clicking through a web dashboard. You can provision, inspect, and tear down temporary and permanent test mailboxes on the fly. Your agent calls `reserve_new_address` to claim a specific mailbox for your test run. Once the automated checks are complete, it runs `release_reserved_address` to free up the resource and keep your account clean.
Global Message Searching via this MCP Server
Find test messages across your entire account using rapid command-line searches. This MCP Server allows your CLI agent to query all your custom domains and inboxes simultaneously. The agent invokes `search_account_messages` with search parameters like sender or subject line. It can also fetch your custom domains using `list_custom_domains` to verify where the mail was routed.
Set up Mailsac 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 seemailsac-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Mailsac transactions." It will automatically discover and invoke the available Mailsac tools.
claude mcp add --transport http mailsac-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 Mailsac MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Mailsac MCP today
We host it, we monitor it, we maintain it. You just paste one token.