Bring Transactional Email
to Mastra AI
Create your Vinkius account to connect Resend Alternative to Mastra AI and start using all 14 AI tools in minutes. Fully managed, enterprise secure, and ready to use without writing a single line of code. No hosting, no server setup — just connect and start using.
Compatible with every major AI agent and IDE
What is the Resend Alternative MCP Server?
Connect your Resend account to any AI agent and take full control of your email infrastructure through natural conversation.
What you can do
- Email Sending — Send transactional emails with HTML/text bodies, attachments, CC/BCC and reply-to addresses
- Batch Sending — Send up to 100 emails in a single API call for bulk notifications
- Email Tracking — Retrieve sent email details including delivery status, bounces and complaints
- Domain Management — Add, verify, update and delete sending domains with DNS record guidance
- API Key Management — Create, list and delete API keys with scoped permissions (full_access, sending, domains)
- Scheduled Emails — Update or cancel previously scheduled email deliveries
How it works
- Subscribe to this server
- Enter your Resend API Key
- Start sending emails from Claude, Cursor, or any MCP-compatible client
No more switching to the Resend dashboard to check delivery status or add a new domain. Your AI acts as a dedicated email operations engineer.
Who is this for?
- Developers — quickly send transactional emails, check delivery status and manage domains without leaving your IDE
- DevOps Engineers — audit sent email logs, verify domain DNS records and manage API key permissions
- Product Teams — send batch notifications, review delivery metrics and manage email templates via conversation
Built-in capabilities (14)
The email must be in "scheduled" status. Provide the email ID. Cancel a scheduled email
Requires a name and optionally the permission scope (full_access, sending, domains). Returns the key value which is shown ONLY ONCE — make sure to copy it immediately. Create a new API key in Resend
Requires the domain name (e.g. "example.com"). Optionally set the AWS SES region. Returns the domain ID and the DNS records (SPF, DKIM) you need to configure for verification. Add a new domain to Resend
The key will no longer be able to authenticate API requests. Provide the API key ID from list_api_keys. WARNING: this action is irreversible. Delete an API key from Resend
All DNS records associated with the domain will be invalidated. Provide the domain ID. WARNING: this action is irreversible. Delete a domain from Resend
Provide the domain ID from list_domains. Get details for a specific domain
Returns the sender, recipient(s), subject, creation date, last event (delivered, bounced, complained) and scheduled_at if applicable. Get details for a sent email
Returns key name, ID, creation date and permission scope (full_access, sending, domains). Note: actual key values are NOT returned for security. List API keys in your Resend account
Each domain shows its name, status (verified, not_verified, pending), region, SPF/DKIM records and creation date. Use this to verify which domains are ready for sending emails. List verified domains in Resend
Returns email ID, from, to, subject, creation date and last event status. Results are paginated and ordered by most recent first. List recently sent emails
Provide a JSON array of email objects, each with from, to, subject and optionally html/text. Each email in the batch is counted individually against your quota. Returns an array of results with IDs for each email. Send a batch of emails via Resend
Requires the sender address (from), recipient(s) (to) and subject. Optionally provide HTML body, plain text body, reply-to address, CC/BCC recipients and attachments. The from address must use a verified domain configured in Resend. Returns the email ID for tracking. Send an email via Resend
The email must be in "scheduled" status. Provide the email ID and the new scheduled_at timestamp (ISO 8601). Update a scheduled email
Use this after adding or updating SPF/DKIM records in your DNS provider. Returns the updated domain status. Verify a domain's DNS records
Why Mastra AI?
Mastra's agent abstraction provides a clean separation between LLM logic and Resend Alternative tool infrastructure. Connect 14 tools through Vinkius and use Mastra's built-in workflow engine to chain tool calls with conditional logic, retries, and parallel execution. deployable to any Node.js host in one command.
- —
Mastra's agent abstraction provides a clean separation between LLM logic and tool infrastructure. add Resend Alternative without touching business code
- —
Built-in workflow engine chains MCP tool calls with conditional logic, retries, and parallel execution for complex automation
- —
TypeScript-native: full type inference for every Resend Alternative tool response with IDE autocomplete and compile-time checks
- —
One-command deployment to any Node.js host. Vercel, Railway, Fly.io, or your own infrastructure
Resend Alternative in Mastra AI
Why run Resend Alternative with Vinkius?
The Resend Alternative connection runs on our fully managed, secure cloud infrastructure. We handle the hosting, maintenance, and security so you don't have to deal with servers or code. All 14 tools are ready to work instantly without any complex setup.
You stay in complete control of your data. Your AI only accesses the information you approve, keeping your sensitive passwords and private details completely safe. Plus, with automatic optimizations, your AI works faster and more efficiently.

* Every connection is hosted and maintained by Vinkius. We handle the security, updates, and infrastructure so you don't have to write code or manage servers. See our infrastructure
Over 4,000 integrations ready for AI agents
Explore a vast library of pre-built integrations, optimized and ready to deploy.
Connect securely in under 30 seconds
Generate tokens to authenticate and link external services in a single step.
Complete visibility into every agent action
Audit live requests, latency, success rates, and active security compliance policies.
Optimize spending and track token ROI
Analyze real-time token consumption and cost metrics detailed by connection.




Explore our live AI Agents Analytics dashboard to see it all working
This dashboard is included when you connect Resend Alternative using Vinkius. You will never be left in the dark about what your AI agents are doing with your tools.
Resend Alternative and 4,000+ other AI tools. No hosting, no code, ready to use.
Professionals who connect Resend Alternative to Mastra AI through Vinkius don't need to write code, manage servers, or worry about security. Everything is pre-configured, secure, and runs automatically in the background.
Raw MCP | Vinkius | |
|---|---|---|
| Ready-to-use MCPs | Find and configure each manually | 4,000+ MCPs ready to use |
| Connection Setup | Manual coding & server setup | 1-click instant connection |
| Server Hosting | You host it yourself (needs 24/7 uptime) | 100% hosted & managed by Vinkius |
| Security & Privacy | Stored in plaintext config files | Bank-grade encrypted vault |
| Activity Visibility | Blind execution (no logs or tracking) | Live dashboard with real-time logs |
| Cost Control | Runaway AI token spend risk | Automatic budget limits |
| Revoking Access | Must delete files or code to stop | 1-click disconnect button |
How Vinkius secures
Resend Alternative for Mastra AI
Every request between Mastra AI and Resend Alternative is protected by our secure gateway. We automatically keep your sensitive data private, prevent unauthorized access, and let you disconnect instantly at any time.
Frequently asked questions
How do I create a Resend API Key?
Log in to the Resend Dashboard, go to Settings > API Keys, click Create API Key, select the permission scope (Full Access, Sending, or Domains), give it a name and copy the key immediately — it starts with re_ and won't be shown again.
Can I send HTML emails with attachments?
Yes! Use the send_email tool with the html parameter for HTML body content and optionally include attachments. You can also provide a text fallback for email clients that don't render HTML. Attachments are passed as objects with filename, content (base64) and content_type.
How do I verify a domain for sending?
Use create_domain with your domain name (e.g. "example.com"). Resend will return the SPF and DKIM DNS records you need to add to your DNS provider. After adding the records, use verify_domain with the domain ID to trigger re-verification. The domain status will change to "verified" once DNS propagation is complete.
What are the API rate limits?
Resend allows 5 requests per second per team, shared across all API keys. If you exceed this limit, you'll receive a 429 response. Rate limits can be increased by contacting Resend support for verified senders.
How does Mastra AI connect to MCP servers?
Create an MCPClient with the server URL and pass it to your agent. Mastra discovers all tools and makes them available with full TypeScript types.
Can Mastra agents use tools from multiple servers?
Yes. Pass multiple MCP clients to the agent constructor. Mastra merges all tool schemas and the agent can call any tool from any server.
Does Mastra support workflow orchestration?
Yes. Mastra has a built-in workflow engine that lets you chain MCP tool calls with branching logic, error handling, and parallel execution.
createMCPClient not exported
Install: npm install @mastra/mcp
Explore More MCP Servers
View all →
Authorize.net
10 toolsProcess cards, manage refunds, capture holds, and inspect settled transactions on Authorize.net directly from your AI agent.

Vertex AI Vector Search
6 toolsBring Google's massive vector matching power to your AI agent. Search billions of semantic embeddings and administer Vertex Index endpoints directly in chat.

Edamam Alternative
6 toolsManage food and nutrition — audit recipes and ingredients via AI.

FatSecret Platform
6 toolsManage your nutritional research — audit food records and recipes via AI.
