Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.mcparmory/resend

OCI · GHCR.IO/MCPARMORY/RESEND:1.0.2 · 2 COMPONENTS · SCANNED SEP 20

Send, track, and manage transactional emails at scale

0 this week 51 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency32
Schema Quality & AI Usability83
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 5936 tokens (~94/item across 63 items; 63 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety93
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 10 of 14 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "send_email" implies "send" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Partial
  • An AI judge read all 63 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the com.mcparmory/resend MCP server?

com.mcparmory/resend runs locally as a container image, launched with docker run --rm -i ghcr.io/mcparmory/resend:1.0.2. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

oci · ghcr.io/mcparmory/resend:1.0.2

# add to Claude Code
claude mcp add com-mcparmory-resend -- docker run --rm -i ghcr.io/mcparmory/resend:1.0.2
// .cursor/mcp.json
{
  "mcpServers": {
    "com-mcparmory-resend": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/mcparmory/resend:1.0.2"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-mcparmory-resend": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/mcparmory/resend:1.0.2"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add com-mcparmory-resend -- docker run --rm -i ghcr.io/mcparmory/resend:1.0.2
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-mcparmory-resend": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/mcparmory/resend:1.0.2"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  com-mcparmory-resend:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/mcparmory/resend:1.0.2"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-mcparmory-resend": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/mcparmory/resend:1.0.2"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "com-mcparmory-resend": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/mcparmory/resend:1.0.2"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 18 Sept 26 0
    • Stability: 0.97 → pass security
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 −2
    • Stability: pass → 0.83 functional
  • 12 Sept 26 0
    • Stability: 0.97 → pass security
  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed oci/ghcr.io/mcparmory/resend:1.0.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published

Background: How many MCP packages publish verified provenance →

MCP tools · 63 exposed · ~5,936 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
add_contact_to_segment ~74

Add a contact to a segment, enabling you to organize and group contacts for targeted campaigns or management purposes.

NameTypeReqDescription
contact_idstringyesThe unique identifier or email address of the contact to add to the segment.
segment_idstringyesThe unique identifier of the segment to which the contact will be added.

No output schema declared.

No examples provided.

cancel_email ~41

Cancel the scheduled delivery of an email. This prevents a scheduled email from being sent.

NameTypeReqDescription
email_idstringyesThe unique identifier of the email to cancel.

No output schema declared.

No examples provided.

create_api_key ~138

Create a new API key for authenticating requests to the Resend API. The key can be configured with either full access to all resources or restricted to sending emails only.

NameTypeReqDescription
domain_idstringWhen using sending_access permission, optionally restrict the API key to send emails only from a specific domain by providing its domain ID.
namestringyesA descriptive name for the API key to help identify its purpose and usage.
permissionstringThe access level for the API key: full_access grants permissions to create, delete, get, and update any resource, while sending_access restricts the key to only sending emails.

No output schema declared.

No examples provided.

create_broadcast ~317

Create an email broadcast to be sent to a specific audience segment. The broadcast can be sent immediately or scheduled for a future time, or saved as a draft for later editing.

NameTypeReqDescription
fromstringyesThe email address that will appear as the sender of this broadcast.
htmlstringThe HTML version of the message.
namestringA human-readable name to identify this broadcast for internal reference.
preview_textstringA short preview or snippet of the email content that appears in email clients before the full message is opened.
reply_toarrayOne or more email addresses where recipient replies should be directed. Provide as an array of email addresses.
scheduled_atstringThe date and time when the broadcast should be sent, specified in ISO 8601 format. This can only be used when send is set to true.
segment_idstringyesThe unique identifier of the audience segment that will receive this broadcast. This parameter determines who the email will be sent to.
sendbooleanSet to true to send the broadcast immediately, or false to save it as a draft. If true, you can optionally use scheduled_at to send at a future time.
subjectstringyesThe subject line displayed to recipients when they receive the email.
textstringThe plain text version of the message.
topic_idstringThe unique identifier of a topic to scope this broadcast to, allowing you to organize broadcasts by topic.

No output schema declared.

No examples provided.

create_contact ~223

Create a new contact in the system with email as the required identifier. Optionally include personal details, custom properties, segment assignments, and topic subscriptions.

NameTypeReqDescription
emailstringyesEmail address uniquely identifying the contact (e.g., steve.wozniak@gmail.com). Required to create the contact.
first_namestringFirst name of the contact for personalization and identification purposes.
last_namestringLast name of the contact for personalization and identification purposes.
propertiesobjectCustom key-value pairs to store additional contact attributes beyond standard fields. Values can be strings, numbers, or other JSON-compatible types.
segmentsarrayList of segment IDs to automatically add this contact to upon creation. Segments organize contacts into groups for targeted campaigns.
topicsarrayList of topic IDs representing the contact's subscription preferences. Topics control which types of communications the contact receives.
unsubscribedbooleanGlobal subscription status for the contact. When set to true, the contact is unsubscribed from all broadcasts and communications.

No output schema declared.

No examples provided.

create_contact_property ~141

Create a new custom property for contacts. This property can be used to store additional data on contact records, with an optional default value applied when the property is not explicitly set.

NameTypeReqDescription
fallback_valuestringAn optional default value returned when the property is not set on a contact. The value must match the specified property type (string or number).
keystringyesA unique identifier for the property using only alphanumeric characters and underscores, up to 50 characters in length.
typestringyesThe data type for this property, either string or number, which determines the format of values stored and the type required for the fallback value.

No output schema declared.

No examples provided.

create_domain ~269

Create a new domain for sending emails. Configure the domain with optional settings for region, tracking, TLS security, and custom return path.

NameTypeReqDescription
click_trackingbooleanEnable click tracking to monitor links clicked within HTML email bodies. Disabled by default.
custom_return_pathstringA custom subdomain for the Return-Path address used in bounce handling. Defaults to 'send' (resulting in send.yourdomain.tld). Use this for advanced routing scenarios.
namestringyesThe domain name to create (e.g., mail.example.com). This will be used as your sending domain.
open_trackingbooleanEnable open rate tracking by injecting a tracking pixel into each email. Disabled by default.
regionstringThe AWS region where emails will be sent from. Defaults to us-east-1 if not specified. Choose from: us-east-1 (N. Virginia), eu-west-1 (Ireland), sa-east-1 (São Paulo), or ap-northeast-1 (Tokyo).
tlsstringTLS encryption mode for outbound emails. 'Opportunistic' attempts a secure connection but falls back to unencrypted if unavailable. 'Enforced' requires TLS or the email will not be sent. Defaults to…

No output schema declared.

No examples provided.

create_segment ~83

Create a new segment with a name and optional filter conditions to organize and target specific data subsets.

NameTypeReqDescription
filterobjectOptional filter conditions that define which records belong to this segment. Specify filter criteria as a structured object to narrow the segment's scope.
namestringyesThe display name for the segment. Used to identify and reference the segment in the system.

No output schema declared.

No examples provided.

create_template ~232

Create a new email template with HTML content and optional configuration for sender, subject, and reply-to addresses. Templates can be referenced by name or alias for sending emails.

NameTypeReqDescription
aliasstringAn alternative identifier for the template. Useful for programmatic references or shorter naming conventions.
fromstringThe sender's email address, optionally formatted with a friendly name using the format 'Display Name <email@domain.com>'.
htmlstringyesThe HTML content of the template. This is the main body rendered in email clients that support HTML. Supports variable substitution using defined variables.
namestringyesThe display name for this template. Used to identify and reference the template when sending emails.
reply_toarrayOne or more email addresses where recipients can reply. Specify as an array of email addresses.
subjectstringThe subject line for emails sent using this template. Supports variable substitution if variables are defined.
variablesarrayTemplate variables that can be dynamically substituted in the subject, HTML content, and sender field. Specify as an array of variable definitions.

No output schema declared.

No examples provided.

create_topic ~166

Create a new topic for managing contact subscriptions. Topics define subscription preferences that cannot be modified after creation.

NameTypeReqDescription
default_subscriptionstringyesThe default subscription behavior for new contacts: 'opt_in' requires explicit subscription, 'opt_out' subscribes by default. This setting is permanent and cannot be changed after topic creation.
descriptionstringOptional description of the topic's purpose, up to 200 characters. Helps contacts understand what the topic covers.
namestringyesThe topic name, up to 50 characters. Used to identify the topic in subscription management interfaces.
visibilitystringControls topic visibility: 'public' topics appear on the unsubscribe page for all contacts, 'private' topics only appear for already opted-in contacts. Defaults to 'private'.

No output schema declared.

No examples provided.

create_webhook ~120

Create a new webhook subscription to receive HTTP POST notifications for specified email events. The webhook will be triggered whenever any of the subscribed events occur.

NameTypeReqDescription
endpointstringyesThe HTTPS URL endpoint where webhook event notifications will be delivered. Must be a valid, publicly accessible URL that can receive POST requests.
eventsarrayyesA list of one or more event types to subscribe to. Each event type is a string identifier (e.g., 'email.sent', 'email.delivered'). At least one event type is required. Order does not matter.

No output schema declared.

No examples provided.

delete_api_key ~54

Permanently remove an API key by its ID. Once deleted, the key can no longer be used for authentication and cannot be recovered.

NameTypeReqDescription
api_key_idstringyesThe unique identifier of the API key to delete.

No output schema declared.

No examples provided.

delete_broadcast ~62

Permanently remove a broadcast that is currently in draft status. Only draft broadcasts can be deleted; published or scheduled broadcasts cannot be removed through this operation.

NameTypeReqDescription
idstringyesThe unique identifier of the broadcast to delete. Must reference a broadcast in draft status.

No output schema declared.

No examples provided.

delete_contact ~54

Permanently remove a contact from the system by specifying either its unique ID or email address.

NameTypeReqDescription
idstringyesThe unique identifier for the contact, provided as either the contact ID or the email address associated with the contact.

No output schema declared.

No examples provided.

delete_contact_property ~44

Permanently remove a contact property from the system by its ID. This action cannot be undone.

NameTypeReqDescription
idstringyesThe unique identifier of the contact property to delete.

No output schema declared.

No examples provided.

delete_domain ~40

Permanently remove a domain from the system. This action cannot be undone.

NameTypeReqDescription
domain_idstringyesThe unique identifier of the domain to be deleted.

No output schema declared.

No examples provided.

delete_segment ~38

Permanently remove a segment by its ID. This action cannot be undone.

NameTypeReqDescription
idstringyesThe unique identifier of the segment to delete.

No output schema declared.

No examples provided.

delete_template ~54

Permanently remove a template by its ID or alias. This action cannot be undone.

NameTypeReqDescription
idstringyesThe unique identifier or alias of the template to delete. Can be either the template's ID or a configured alias.

No output schema declared.

No examples provided.

delete_topic ~38

Permanently remove a topic by its ID. This action cannot be undone.

NameTypeReqDescription
idstringyesThe unique identifier of the topic to delete.

No output schema declared.

No examples provided.

delete_webhook ~46

Permanently remove a webhook by its unique identifier. This action cannot be undone.

NameTypeReqDescription
webhook_idstringyesThe unique identifier of the webhook to delete, formatted as a UUID.

No output schema declared.

No examples provided.

duplicate_template ~56

Creates a copy of an existing template, allowing you to reuse template configurations with a new instance.

NameTypeReqDescription
idstringyesThe unique identifier or alias of the template to duplicate. Can be either the template's ID or a configured alias.

No output schema declared.

No examples provided.

get_broadcast ~36

Retrieve detailed information about a specific broadcast by its unique identifier.

NameTypeReqDescription
idstringyesThe unique identifier of the broadcast to retrieve.

No output schema declared.

No examples provided.

get_contact ~61

Retrieve a single contact by its unique identifier or email address. Use this operation to fetch detailed information about a specific contact.

NameTypeReqDescription
idstringyesThe unique identifier for the contact or the contact's email address. Either format is accepted to retrieve the contact record.

No output schema declared.

No examples provided.

get_contact_property ~47

Retrieve a single contact property by its unique identifier. Use this to fetch detailed information about a specific contact property.

NameTypeReqDescription
idstringyesThe unique identifier of the contact property to retrieve.

No output schema declared.

No examples provided.

get_domain ~36

Retrieve detailed information about a specific domain by its unique identifier.

NameTypeReqDescription
domain_idstringyesThe unique identifier of the domain to retrieve.

No output schema declared.

No examples provided.

get_email ~47

Retrieve a single email message by its unique identifier. Returns the complete email record including headers, body, and metadata.

NameTypeReqDescription
email_idstringyesThe unique identifier of the email to retrieve.

No output schema declared.

No examples provided.

get_email_attachment ~72

Retrieve a specific attachment from a sent email by providing both the email ID and attachment ID.

NameTypeReqDescription
attachment_idstringyesThe unique identifier of the attachment to retrieve. Must be a valid UUID.
email_idstringyesThe unique identifier of the email containing the attachment. Must be a valid UUID.

No output schema declared.

No examples provided.

get_log ~49

Retrieve a single log entry by its unique identifier. Returns the complete log record matching the provided ID.

NameTypeReqDescription
log_idstringyesThe unique identifier of the log to retrieve, formatted as a UUID.

No output schema declared.

No examples provided.

get_received_email ~54

Retrieve a single received email by its unique identifier. Use this to fetch the full details of a specific email in your inbox.

NameTypeReqDescription
email_idstringyesThe unique identifier of the received email, formatted as a UUID.

No output schema declared.

No examples provided.

get_received_email_attachment ~75

Retrieve a specific attachment from a received email by providing both the email ID and attachment ID. Returns the attachment file and metadata.

NameTypeReqDescription
attachment_idstringyesThe unique identifier (UUID) of the attachment to retrieve.
email_idstringyesThe unique identifier (UUID) of the received email containing the attachment.

No output schema declared.

No examples provided.

get_segment ~42

Retrieve a single segment by its unique identifier. Returns the complete segment details including configuration and metadata.

NameTypeReqDescription
idstringyesThe unique identifier of the segment to retrieve.

No output schema declared.

No examples provided.

get_template ~71

Retrieve a single template by its ID or alias. Use this operation to fetch the full details of a specific template for viewing or further processing.

NameTypeReqDescription
idstringyesThe unique identifier or alias of the template to retrieve. Can be either the template's ID or a human-readable alias if supported by the API.

No output schema declared.

No examples provided.

get_topic ~42

Retrieve a single topic by its unique identifier. Returns the complete topic details including metadata and content.

NameTypeReqDescription
idstringyesThe unique identifier of the topic to retrieve.

No output schema declared.

No examples provided.

get_webhook ~54

Retrieve the details of a specific webhook by its unique identifier. Use this to inspect webhook configuration, status, and settings.

NameTypeReqDescription
webhook_idstringyesThe unique identifier of the webhook to retrieve, formatted as a UUID.

No output schema declared.

No examples provided.

list_api_keys ~63

Retrieve a paginated list of API keys for the authenticated user or organization. Use the limit parameter to control the number of results returned.

NameTypeReqDescription
limitintegerMaximum number of API keys to return in the response. Must be between 1 and 100 items.

No output schema declared.

No examples provided.

list_attachments_for_email ~78

Retrieve all attachments associated with a specific sent email. Use this to access files that were included when the email was sent.

NameTypeReqDescription
email_idstringyesThe unique identifier of the email, formatted as a UUID.
limitintegerThe maximum number of attachments to return in the response. Useful for pagination or limiting results.

No output schema declared.

No examples provided.

list_broadcasts ~60

Retrieve a paginated list of broadcasts. Use the limit parameter to control how many broadcasts are returned in a single request.

NameTypeReqDescription
limitintegerMaximum number of broadcasts to return in the response. Must be between 1 and 100 items.

No output schema declared.

No examples provided.

list_contact_properties ~61

Retrieve a paginated list of available contact properties. Use the limit parameter to control the number of properties returned in a single request.

NameTypeReqDescription
limitintegerMaximum number of contact properties to return per request. Must be between 1 and 100 items.

No output schema declared.

No examples provided.

list_contact_segments ~83

Retrieve all segments that a contact belongs to. Use the contact's ID or email address to fetch their segment memberships.

NameTypeReqDescription
contact_idstringyesThe unique identifier for the contact. Accepts either the contact's ID or email address.
limitintegerMaximum number of segments to return in the response. Must be between 1 and 100 items.

No output schema declared.

No examples provided.

list_contact_topics ~90

Retrieve a list of topics associated with a specific contact. Use the contact ID or email address to fetch their related topics with optional pagination.

NameTypeReqDescription
contact_idstringyesThe unique identifier for the contact, which can be either the contact ID or the contact's email address.
limitintegerMaximum number of topics to return in the response. Must be between 1 and 100 items.

No output schema declared.

No examples provided.

list_contacts ~82

Retrieve a list of contacts, optionally filtered by segment and limited to a specific number of results.

NameTypeReqDescription
limitintegerMaximum number of contacts to return in the response. Must be between 1 and 100 items.
segment_idstringFilter the returned contacts to only those belonging to a specific segment. Omit to retrieve contacts from all segments.

No output schema declared.

No examples provided.

list_domains ~58

Retrieve a paginated list of domains. Use the limit parameter to control the number of results returned in a single request.

NameTypeReqDescription
limitintegerMaximum number of domains to return in this request. Must be between 1 and 100 items.

No output schema declared.

No examples provided.

list_email_attachments ~83

Retrieve all attachments associated with a received email. Use this to access files that were included with an incoming message.

NameTypeReqDescription
email_idstringyesThe unique identifier of the received email, formatted as a UUID.
limitintegerThe maximum number of attachments to return in the response. Useful for pagination or limiting results when dealing with emails containing many files.

No output schema declared.

No examples provided.

list_emails ~59

Retrieve a paginated list of emails. Use the limit parameter to control how many emails are returned in a single request.

NameTypeReqDescription
limitintegerMaximum number of emails to return in this request. Must be between 1 and 100 items.

No output schema declared.

No examples provided.

list_emails_receiving ~69

Retrieve a list of received emails from your inbox. Use the limit parameter to control how many emails are returned in the response.

NameTypeReqDescription
limitintegerMaximum number of received emails to return in a single response. Limits the size of the result set to improve performance and reduce payload size.

No output schema declared.

No examples provided.

list_logs ~63

Retrieve a paginated list of logs from the system. Use the limit parameter to control how many log entries are returned in a single request.

NameTypeReqDescription
limitintegerMaximum number of log entries to return in the response. Must be between 1 and 100 items.

No output schema declared.

No examples provided.

list_segments ~57

Retrieve a paginated list of segments. Use the limit parameter to control the number of results returned in a single request.

NameTypeReqDescription
limitintegerMaximum number of segments to return per request. Must be between 1 and 100 items.

No output schema declared.

No examples provided.

list_templates ~55

Retrieve a paginated list of available templates. Use the limit parameter to control the number of results returned.

NameTypeReqDescription
limitintegerMaximum number of templates to return in the response. Must be between 1 and 100 items.

No output schema declared.

No examples provided.

list_topics ~55

Retrieve a paginated list of available topics. Use the limit parameter to control the number of results returned.

NameTypeReqDescription
limitintegerMaximum number of topics to return in the response. Must be between 1 and 100 items.

No output schema declared.

No examples provided.

list_webhooks ~60

Retrieve a paginated list of webhooks configured for this API. Use the limit parameter to control the maximum number of results returned.

NameTypeReqDescription
limitintegerMaximum number of webhooks to return in the response. Useful for pagination and controlling response size.

No output schema declared.

No examples provided.

Common questions

What is the com.mcparmory/resend MCP server?

com.mcparmory/resend is an MCP server listed in the public MCP registry as com.mcparmory/resend. Send, track, and manage transactional emails at scale. This page covers its container image (ghcr.io/mcparmory/resend:1.0.2).

Is the com.mcparmory/resend MCP server safe to use?

com.mcparmory/resend scores 51 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the com.mcparmory/resend MCP server expose?

com.mcparmory/resend exposes 63 tools: list_emails, send_email, get_email, cancel_email, send_emails_batch, and 58 more. Their descriptions and schemas cost roughly 5,936 tokens of context every time the server is loaded.

Is the com.mcparmory/resend MCP server still maintained?

com.mcparmory/resend is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.