MCP.so
登录

MailStream已验证已精选

@Sponge Labs

关于 MailStream

The first MCP server for physical mail. Give any MCP-compatible AI agent the ability to send real postcards and letters, verify addresses, manage mailing lists and artwork, and track direct mail campaigns. Remote Streamable HTTP server with OAuth 2.1 sign-in (no API keys to paste) and 27 tools mirroring the MailStream REST API.

连接信息

https://my.mailstream.app/mcp

接入方式

claude mcp add mailstream --transport http https://my.mailstream.app/mcp

工具

未检测到工具

点击上方按钮,直接连接服务器端点实时获取工具列表。

概览

What is MailStream MCP?

MailStream is the first MCP server for physical mail. It gives any MCP-compatible AI agent (Claude, Cursor, VS Code, and more) the ability to send real postcards and letters, verify addresses, manage mailing lists and artwork, and track direct mail campaigns.

Key features

  • Send physical mail: postcards (4x6, 6x9, 6x11), letters, and radius mailer campaigns around any location
  • 27 tools mirroring the MailStream REST API v1
  • Address management: create, verify, and organize addresses and mailing lists; import from CSV
  • Artwork: supply designs by URL or HTML
  • Campaign control: track and cancel campaigns before dispatch
  • Built-in docs: searchable API documentation and product catalog exposed as MCP resources

Setup

Add to your MCP config:

{
  "mcpServers": {
    "mailstream": {
      "url": "https://my.mailstream.app/mcp"
    }
  }
}

Or in Claude Code:

claude mcp add --transport http mailstream https://my.mailstream.app/mcp

Sign in with OAuth when prompted. No API keys to copy.

Links

常见问题

MailStream 远程 MCP 服务器是什么?

MailStream 的远程 MCP 服务器是一个托管的 Model Context Protocol 端点,地址是 https://my.mailstream.app/mcp,AI 助手无需在本地安装或运行任何东西即可连接。

怎么连接 MailStream 的 MCP 服务器?

把端点 https://my.mailstream.app/mcp 添加到任意支持 MCP 的客户端,比如 Claude Code、Cursor 或 VS Code。本页的接入代码块可以一步配置好每个客户端。

MailStream 的 MCP 服务器需要认证吗?

需要。MailStream 使用 OAuth——第一次连接时,你的 MCP 客户端会打开浏览器窗口登录并授权,之后会复用这个凭证。

MailStream 的 MCP 服务器用的是哪种传输方式?

MailStream 暴露的是 Streamable HTTP 端点,这是远程 MCP 服务器普遍使用、主流客户端都支持的传输方式。

评论