iBluSend
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 . --strictiBluSend の再生成
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-senderdist/ は無視されます。代理店ブランド文書とアーカイブは非公開のままです。最初の公開提出は 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 を参照してください。
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityBmaintenanceMCP server for Mimecast Email Security — message tracking, threat intelligence, and email queue management. Enables AI assistants to investigate and manage email security events.1Apache 2.0
- AlicenseCqualityAmaintenanceSecure MCP server for on-prem Microsoft Exchange (EWS) with tools for email, calendar, contacts, folders, attachments, and free/busy availability.314MIT
- AlicenseNot gradedqualityCmaintenanceEnables secure communications with built-in EU AI Act compliance through the MCP protocol.MIT
- AlicenseNot gradedqualityCmaintenanceA secure remote MCP server that integrates Microsoft 365 services with AI assistants, enabling email, calendar, Teams, and contact operations via the Microsoft Graph API.2MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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