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 サーバーは、https://my.mailstream.app/mcp にホストされた Model Context Protocol エンドポイントです。AI アシスタントはローカルに何もインストール・実行することなく接続できます。

MailStream の MCP サーバーにはどう接続しますか?

エンドポイント https://my.mailstream.app/mcp を Claude Code、Cursor、VS Code など任意の MCP 対応クライアントに追加してください。このページのセットアップ手順で各クライアントを一度に設定できます。

MailStream の MCP サーバーは認証が必要ですか?

はい。MailStream は OAuth を使用します。初回接続時に MCP クライアントがブラウザを開いてサインイン・認可を行い、以降はその認証情報を再利用します。

MailStream の MCP サーバーはどのトランスポートを使用しますか?

MailStream は Streamable HTTP エンドポイントを公開しており、これはリモート MCP サーバーで広く使われ、主要な MCP クライアントがサポートするトランスポートです。

コメント