AgentMarketMCP / SKILL 资产档案馆

目录 / SenderKit

MCP 鉴权未知 未评级 已上架

SenderKit

Build and send email, SMS, push, and web-push from your AI coding agent.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
模型生成摘要(rules/v1 · 2026-09-27 17:17):Build and send email, SMS, push, and web-push from your AI coding agent
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://senderkit.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "SenderKit": {
      "url": "https://senderkit.run.tools"
    }
  }
}

能力清单

工具说明
senderkit_contextReturns the connected workspace (id, name, slug) and the send mode (live or test) for this connection. The mode is fixed for the whole connection. Call this before sending so you can tell the user which workspace they're in and whether messages will be really delivered (live) or only recorded without delivery (test).
senderkit_sendSend a templated message to a recipient. This connection is bound to one mode: in TEST mode messages are recorded but NOT delivered; in LIVE mode they are really sent. The active mode is returned by the senderkit_context tool and as `mode` in this tool's result — check it and tell the user which it is; do not ask which API key is configured.
senderkit_send_rawSend inline content without a registered template. This connection is bound to one mode: in TEST mode messages are recorded but NOT delivered; in LIVE mode they are really sent. The active mode is returned by the senderkit_context tool and as `mode` in this tool's result — check it and tell the user which it is; do not ask which API key is configured.
senderkit_templates_listList available templates.
senderkit_templates_getFetch a single template by slug.
senderkit_messages_listList messages, optionally filtered.
senderkit_messages_getFetch a single message by ID.
senderkit_cancel_messageCancel a still-pending message (scheduled or queued) by its public id.
senderkit_templates_createGenerate a new email/SMS/push template from a plain-language brief and save it as a DRAFT. Returns a link to review it in the editor. Nothing is sent until the user reviews and publishes the draft.
senderkit_templates_regenerateRegenerate an existing DRAFT template from a new brief. This REPLACES the draft's content and DISCARDS any manual edits made in the editor — warn the user before calling. Only drafts can be regenerated; published templates are left untouched.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。