Skip to content

everruns/resend

v0.1.1MIT

Send transactional emails through the Resend remote MCP server with OAuth.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

resendstreamable-http
{
  "type": "streamable-http",
  "url": "https://mcp.resend.com/mcp"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "resend",
  "version": "0.1.1",
  "description": "Send transactional emails through the Resend remote MCP server with OAuth.",
  "author": {
    "name": "Everruns",
    "url": "https://everruns.com"
  },
  "homepage": "https://resend.com",
  "repository": "https://github.com/everruns/everruns",
  "license": "MIT",
  "keywords": ["email", "resend", "mcp", "oauth"],
  "extensions": {
    "com.everruns": {
      "mcpServers": {
        "resend": { "auth": "oauth" }
      }
    }
  }
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.everruns