Other MCP Server · MODEL CONTEXT PROTOCOL
pontusab resend mcp
pontusab resend mcp is a community-listed Model Context Protocol server. Review the source repository before installation.
WHAT IT CONNECTS
What pontusab resend mcp gives an AI Agent
- Send emails using Resend through a standardized MCP interface
- TypeScript support
- A Resend API key (get one at [resend.com](https://resend.com))
- Node.js 18 or later
- Clone the repository
- Install dependencies:
- The `Server` class from `@modelcontextprotocol/sdk` is not properly exposing
- The exact method name for handling requests needs to be determined (tried:
- Check the MCP SDK documentation or source code for the correct method name
- Update the TypeScript types in the SDK if they are incorrect
- Consider using JavaScript temporarily until the types are fixed
- `from` (required): Sender email address
- `to` (required): Recipient email address
- `subject` (required): Email subject
- `html` (optional): Email content in HTML format
- `text` (optional): Email content in plain text format
SECURITY
An MCP listing is not a security review
An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.