iBluSend
Allows interaction with iMessage through iBluSend, providing inbox triage, safe draft and send workflows, and contact, device, and compliance operations.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@iBluSendTriage my inbox and show urgent messages from the last 24 hours."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
iBluSend Plugins
Official, shared plugin packaging for iBluSend on OpenAI and Claude. One package connects both providers to the same workspace-bound MCP resource and supplies three provider-neutral workflows:
inbox triage;
safe draft and send; and
contact, device, and compliance operations.
The public package intentionally exposes the curated public-v1 contract. It is not a bulk campaign engine, does not bypass iBluSend compliance controls, and does not ship credentials.
Repository status
Version 1.0.0 is the public-review release candidate. It has not been submitted to or
published in a provider directory. The iBluSend package carries the OpenAI app mapping proven in
the private ChatGPT developer-mode beta; white-label output omits .app.json unless that brand has
its own registered OpenAI app.
Related MCP server: secure-comms
Layout
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 runbooksValidate the checked-in package
Node.js 20 or newer is sufficient; there are no runtime or development dependencies.
npm testWhen the provider CLIs and the OpenAI validator's PyYAML dependency are available, run their validators too. Use a temporary Python target rather than installing globally when needed:
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 . --strictRegenerate iBluSend
npm run generate
npm run generate:checkGenerated plugin files carry a header or are binary assets. Change brands/iblusend.json or the
generator, then regenerate; do not patch generated copies independently.
Generate a private white-label bundle
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/ is ignored. Agency brand documents and archives stay private. Only iBluSend is intended
for the first public submissions.
See the public AI Assistants setup guide,
local beta, white-label packaging, and the provider
submission runbooks under docs/submission/.
Security
The MCP endpoint is
https://api.iblusend.com/functions/v1/agent-api/v1/mcp/public.OAuth is discovered from the resource at runtime; no client secret or API key belongs here.
Every authorization grant is bound to one workspace.
Write tools require
Read and actconsent.Sending workflows stop on the exact workspace, one 1:1 recipient, and final content for host approval.
Report security concerns privately to support@iblusend.com.
License and marks
Code and workflow text are licensed under MIT. iBluSend names, logos, and other brand assets are excluded from that grant; see TRADEMARKS.md.
This server cannot be deployed
Maintenance
Related MCP Connectors
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
Remote MCP for MCP consent scope receipt, structured receipts, audit logs, and reviewer-ready eviden
Hosted MCP messaging across owners, tools, and machines, with readable transcripts.
Related MCP Servers
- AlicenseCqualityBmaintenanceSecure MCP server for on-prem Microsoft Exchange (EWS) with tools for email, calendar, contacts, folders, attachments, and free/busy availability.315MIT
- AlicenseNot gradedqualityCmaintenanceEnables secure communications with built-in EU AI Act compliance through the MCP protocol.MIT
- AlicenseNot gradedqualityDmaintenanceA 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
- AlicenseNot gradedqualityCmaintenanceEnables reading, sending, and managing Microsoft 365/Outlook emails through MCP tools with OAuth 2.1 authentication.62MIT