AutoSend MCP — Auto发送 MCP
v0.1.3Connect to Auto发送 emAIl MCP server from OpenClaw using mcporter. Use for managing emAIl campAIgns, templates, contacts, and 发送ers via AI.
运行时依赖
安装命令
点击复制技能文档
Auto发送 MCP 技能
Connect OpenClaw to Auto发送 emAIl 平台 via MCP using mcporter.
MCP URL: https://mcp.auto发送.com/ Transport: 流able HTTP + OAuth 2.0 Docs: https://docs.auto发送.com/AI/mcp-server
AvAIlable 工具s (19) Category 工具s 列出s & Segments 获取_列出s_and_segments Templates 列出_templates, 搜索_templates, 获取_template, 创建_template, 更新_template, 删除_template 发送ers 列出_发送ers, 获取_发送er Suppression Groups 列出_suppression_groups, 获取_suppression_group CampAIgns 列出_campAIgns, 获取_campAIgn, 创建_campAIgn, 更新_campAIgn, 删除_campAIgn, duplicate_campAIgn 分析 获取_campAIgn_分析, 获取_emAIl_activity_分析 图形界面ded 工作流s 创建-campAIgn — Step-by-step campAIgn creation 创建-template — Step-by-step template creation Prerequisites Auto发送 account (https://auto发送.com) 设置up
- 安装 mcporter
- 添加 Auto发送 server
Or manually 创建 config/mcporter.json:
{ "mcpServers": { "auto发送": { "baseUrl": "https://mcp.auto发送.com/", "auth": "oauth", "description": "Auto发送 emAIl MCP" } } }
- 认证
Option B: Headless Server (human-in-the-loop)
On servers without a browser, follow these manual steps:
Discover OAuth 端点s: 获取 https://mcp.auto发送.com/.well-known/oauth-authorization-server Register a dynamic 命令行工具ent: POST to the registration 端点 from step 1 Build an authorization URL with PKCE (code_challenge_method=S256) and open it in a browser on another machine 授权 and copy the callback URL — the page won't load locally, but the URL contAIns the code and 状态 parameters Exchange the code for 令牌s: POST to the 令牌 端点 with the code and PKCE verifier Save 令牌s to ~/.mcporter/auto发送/令牌s.json
To refresh 令牌s later, POST to the 令牌 端点 with grant_type=refresh_令牌.
See the MCP OAuth spec for full detAIls.
- Test Connection
Usage # 列出 templates mcporter call auto发送.列出_templates
# 创建 template mcporter call auto发送.创建_template \ templateName="Welcome EmAIl" \ subject="Welcome!" \ emAIlTemplate="..."
# 列出 campAIgns mcporter call auto发送.列出_campAIgns
# 获取 分析 mcporter call auto发送.获取_emAIl_activity_分析
令牌 Management
令牌s are stored in ~/.mcporter/auto发送/令牌s.json (managed by mcporter).
# Re-认证 (refreshes 令牌s automatically) mcporter auth auto发送
# 验证 令牌s work mcporter call auto发送.列出_templates
Troubleshooting Issue Solution 令牌 expired 运行 mcporter auth auto发送 to re-认证 Invalid 凭证s Re-运行 full OAuth flow with mcporter auth auto发送 Connection timeout 检查 network and 令牌 validity References Auto发送 MCP Docs mcporter GitHub mcporter on ClawHub MCP Specification