Skip to content
v1.0.0MIT

Send emails, read inbound messages, and manage contacts, broadcasts, and email infrastructure with permission controls.

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": "1.0.0",
  "description": "Send emails, read inbound messages, and manage contacts, broadcasts, and email infrastructure with permission controls.",
  "author": {
    "name": "opencompany",
    "url": "https://opencompany.com"
  },
  "homepage": "https://resend.com/docs/mcp-server",
  "repository": "https://github.com/useopencompany/plugins/tree/main/resend",
  "license": "MIT",
  "keywords": [
    "resend",
    "email",
    "contacts",
    "broadcasts",
    "transactional-email"
  ],
  "extensions": {
    "so.opencompany.capabilities": {
      "read": {
        "label": "Inspect email configuration",
        "defaultMode": "on",
        "tools": [
          "list-domains",
          "get-domain",
          "get-domain-claim",
          "list-segments",
          "get-segment",
          "list-topics",
          "get-topic",
          "list-contact-properties",
          "get-contact-property"
        ]
      },
      "query": {
        "label": "Read email and contact data",
        "defaultMode": "ask",
        "tools": [
          "list-api-keys",
          "list-oauth-grants",
          "get-automation",
          "get-automation-runs",
          "list-broadcasts",
          "get-broadcast",
          "list-broadcast-clicked-links",
          "list-broadcast-recipients",
          "get-contact-import",
          "list-contact-imports",
          "list-contacts",
          "get-contact",
          "list-contact-segments",
          "list-contact-topics",
          "list-emails",
          "get-email",
          "list-received-emails",
          "get-received-email",
          "list-received-email-attachments",
          "get-received-email-attachment",
          "get-email-metrics",
          "list-sent-email-attachments",
          "get-sent-email-attachment",
          "list-logs",
          "get-log",
          "list-suppressions",
          "get-suppression",
          "list-templates",
          "get-template",
          "list-webhooks",
          "get-webhook",
          "list-webhook-events",
          "get-webhook-event",
          "list-webhook-event-attempts"
        ]
      },
      "write": {
        "label": "Send emails and manage content",
        "defaultMode": "ask",
        "tools": [
          "create-automation",
          "update-automation",
          "duplicate-automation",
          "create-broadcast",
          "send-broadcast",
          "cancel-broadcast",
          "compose-broadcast",
          "update-broadcast",
          "create-contact-import",
          "create-contact-property",
          "update-contact-property",
          "create-contact",
          "update-contact",
          "add-contact-to-segment",
          "remove-contact-from-segment",
          "update-contact-topics",
          "create-domain",
          "update-domain",
          "verify-domain",
          "get-tiptap-json-content",
          "connect-to-editor",
          "disconnect-from-editor",
          "send-email",
          "send-batch-emails",
          "cancel-email",
          "update-email",
          "send-event",
          "create-segment",
          "update-segment",
          "add-suppression",
          "batch-add-suppressions",
          "create-template",
          "compose-template",
          "update-template",
          "publish-template",
          "duplicate-template",
          "create-topic",
          "update-topic",
          "replay-webhook-event"
        ]
      },
      "draft": {
        "label": "Administer access and destructive actions",
        "defaultMode": "off",
        "tools": [
          "create-api-key",
          "update-api-key",
          "remove-api-key",
          "revoke-oauth-grant",
          "remove-automation",
          "remove-broadcast",
          "remove-contact-property",
          "remove-contact",
          "remove-domain",
          "create-domain-claim",
          "verify-domain-claim",
          "share-email",
          "manage-events",
          "remove-segment",
          "remove-suppression",
          "batch-remove-suppressions",
          "remove-template",
          "remove-topic",
          "create-webhook",
          "update-webhook",
          "remove-webhook"
        ]
      }
    }
  }
}

Client extensions

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

  • so.opencompany.capabilities