Skip to main content
Glama
ZachPulse

iBluSend

by ZachPulse

iBluSend 플러그인

OpenAI 및 Claude용 iBluSend의 공식 공유 플러그인 패키징입니다. 하나의 패키지가 두 공급자를 동일한 워크스페이스에 바인딩된 MCP 리소스에 연결하고 공급자 중립적인 세 가지 워크플로를 제공합니다.

  • 받은 편지함 분류;

  • 안전한 초안 작성 및 전송;

  • 연락처, 기기 및 규정 준수 작업.

퍼블릭 패키지는 의도적으로 선별된 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/에 있는 공급자 제출 관련 행동(runbook)을 참조하세요.

보안

  • MCP 엔드포인트는 https://api.iblusend.com/functions/v1/agent-api/v1/mcp/public입니다.

  • OAuth는 런타임에 리소스에서 검색됩니다. 여기에는 클라이언트 시크릿이나 API키가 개체가 아닙니다.

  • 모든 권한 부여는 하나의 워크스페이스에 바인딩됩니다.

  • 쓰기 도구는 읽기 및 실행 동의를 요구합니다.

  • 전송 워크플로우는 정확한 작업 공간, 단일 번호, 최종 콘텐츠에서 호스트 승인을 위해 중지합니다.

보안 문제는 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