Bring Transactional Email
to VS Code Copilot
Create your Vinkius account to connect Resend Alternative to VS Code Copilot 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 VS Code Copilot?
GitHub Copilot Agent mode brings Resend Alternative data directly into your VS Code workflow. With a project-scoped config, the entire team shares access to 14 tools. Copilot queries live data, generates typed code, and writes tests from actual API responses, all without leaving the editor.
- —
VS Code is used by over 70% of developers. adding MCP tools to Copilot means your team can leverage external data without leaving their primary editor
- —
Project-scoped MCP configs (
.vscode/mcp.json) let you commit server configurations to your repository, ensuring the entire team shares the same tool access - —
Copilot's Agent mode integrates MCP tools seamlessly with file editing, terminal commands, and workspace search in a single agentic loop
- —
GitHub's enterprise compliance and audit features extend to MCP tool usage, providing visibility into how AI interacts with external services
Resend Alternative in VS Code Copilot
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 VS Code Copilot 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 VS Code Copilot
Every request between VS Code Copilot 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.
Which VS Code version supports MCP?
MCP support requires VS Code 1.99 or later with the GitHub Copilot extension. Ensure both are updated to the latest version. Older versions of Copilot may not expose the Agent mode toggle.
How do I switch to Agent mode?
Open the Copilot Chat panel and look for two mode options: "Ask" and "Agent". Click "Agent" to enable autonomous tool calling. In Ask mode, Copilot provides conversational answers but cannot invoke MCP tools.
Can I restrict which MCP tools Copilot can access?
Yes. VS Code shows a tool consent dialog before any MCP tool is invoked for the first time. You can also configure tool access policies at the organization level through GitHub Copilot settings.
Does MCP work in VS Code Remote or Codespaces?
Yes. MCP servers configured via .vscode/mcp.json work in Remote SSH, WSL, and GitHub Codespaces environments. The MCP connection is established from the remote host, so ensure the server URL is accessible from that environment.
MCP tools not available
Ensure you are in Agent mode in Copilot Chat. MCP tools only appear in Agent mode.
Explore More MCP Servers
View all →
SMPTE Timecode Calculator
3 toolsStop LLMs from melting down over base-60 math. Add, subtract, and convert video SMPTE timecodes natively.

Gatus (Health Dashboard)
4 toolsMonitor infrastructure health via Gatus — list endpoints, check real-time status, and analyze performance metrics directly from any AI agent.

GoCardless
12 toolsManage direct debit payments, track mandates, and oversee customers via AI agents with GoCardless.

Render Alternative
9 toolsAutomate your PaaS infrastructure via Render — list your services, deploy code, check logs, and scale resources directly from any AI agent.
