Skip to main content
Glama
ZachPulse

iBluSend

by ZachPulse

iBluSend Plugins

OpenAI と Claude 向けの iBluSend の公式・共有プラグインパッケージ。1 つのパッケージで両プロバイダーを同じワークスペースに紐づく MCP リソースに接続し、プロバイダーに依存しない 3 つのワークフローを提供します:

  • 受信トレイのトリアージ;

  • 安全な下書きと送信; および

  • 連絡先、デバイス、コンプライアンス操作。

公開パッケージは、厳選された public-v1 コントラクトを意図的に公開します。一括キャンペーンエンジンではなく、iBluSend のコンプライアンス管理を迂回せず、認証情報を同梱しません。

リポジトリのステータス

このパッケージは開発/ローカルベータ版のままであり、公開マーケットプレイスには提出されていません。iBluSend パッケージは、プライベートな ChatGPT 開発者モードベータで実証済みの実際の OpenAI アプリマッピングを現在備えています。ホワイトラベル出力では、そのブランドが独自の登録済み OpenAI アプリを持たない限り、.app.json は省略されます。

Related MCP server: outlook-mcp

レイアウト

plugins/iblusend/                     Generated installable plugin
  .codex-plugin/plugin.json           OpenAI / Codex manifest
  .app.json                           Registered iBluSend OpenAI app mapping
  .claude-plugin/plugin.json          Claude manifest
  .mcp.json                           Shared remote MCP connection
  skills/                             Provider-neutral workflows
.agents/plugins/marketplace.json      Codex repository marketplace
.claude-plugin/marketplace.json       Claude repository marketplace
brands/                               Validated brand documents
scripts/                              Generator and package validator
tests/                                Determinism, parity, and leak checks
docs/                                 Beta and submission runbooks

チェックインされたパッケージの検証

Node.js 20 以降で十分です。実行時依存関係も開発依存関係もありません。

npm test

プロバイダーの CLI と OpenAI バリデータの PyYAML 依存関係が利用可能な場合は、それらのバリデータも実行してください。グローバルにインストールするのではなく、一時的な Python ターゲットを使用してください:

validation_env="$(mktemp -d)"
python3 -m pip install --quiet --target "$validation_env" -r requirements-validation.txt
PYTHONPATH="$validation_env" python3 \
  "$CODEX_HOME/skills/.system/plugin-creator/scripts/validate_plugin.py" plugins/iblusend
rm -r "$validation_env"
claude plugin validate plugins/iblusend --strict
claude plugin validate . --strict

iBluSend の再生成

npm run generate
npm run generate:check

生成されたプラグインファイルにはヘッダーが含まれるか、バイナリアセットです。brands/iblusend.json またはジェネレーターを変更してから再生成してください。生成されたコピーを個別に修正しないでください。

プライベートホワイトラベルバンドルの生成

node scripts/generate-brand-package.mjs \
  --brand brands/imessage-sender.example.json \
  --output dist/imessage-sender
node scripts/validate-packages.mjs --root dist/imessage-sender

dist/ は無視されます。代理店ブランド文書とアーカイブは非公開のままです。最初の公開提出は iBluSend のみを対象としています。

ローカルベータホワイトラベルパッケージング、および docs/submission/ 配下のプロバイダー提出用ランブックを参照してください。

セキュリティ

  • MCP エンドポイントは https://api.iblusend.com/functions/v1/agent-api/v1/mcp/public です。

  • OAuth は実行時にリソースから検出されます。ここにクライアントシークレットや API キーは存在しません。

  • すべての認可付与は 1 つのワークスペースにバインドされます。

  • 書き込みツールには Read and act の同意が必要です。

  • 送信ワークフローは、正確なワークスペース、1 対 1 の受信者、およびホスト承認用の最終コンテンツで停止します。

セキュリティ上の懸念は support@iblusend.com まで非公開で報告してください。

ライセンスと商標

コードとワークフローテキストは MIT のもとでライセンスされています。iBluSend の名称、ロゴ、およびその他のブランド資産はその付与から除外されます。TRADEMARKS.md を参照してください。

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server for Mimecast Email Security — message tracking, threat intelligence, and email queue management. Enables AI assistants to investigate and manage email security events.
    1
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Read, search, send, organize, draft and schedule email across your inboxes from any MCP client.

  • Remote MCP for Android CLI agent build gate, structured receipts, audit logs, and reviewer-ready evi

  • Remote MCP for Copilot CLI switch gate MCP, structured receipts, audit logs, and reviewer-ready evid

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ZachPulse/iblusend-plugins'

If you have feedback or need assistance with the MCP directory API, please join our Discord server