Skip to main content
Glama
racter-ciso

@ractermx/mcp-server

by racter-ciso

@ractermx/mcp-server

AIアシスタント経由でRacterMXのメール転送を管理するためのMCPサーバー。

セットアップ

npm install

Related MCP server: Email MCP Server

設定

環境変数を設定します:

  • RACTERMX_API_KEY (必須) — RacterMXのsk_* APIキー

  • RACTERMX_API_URL (任意) — デフォルトはhttps://ractermx.com

Kiro / Claude Desktopでの使用方法

MCP設定に追加します:

{
  "mcpServers": {
    "ractermx": {
      "command": "npx",
      "args": ["-y", "@ractermx/mcp-server"],
      "env": {
        "RACTERMX_API_KEY": "sk_your_key_here"
      }
    }
  }
}

利用可能なツール (全111個)

すべてのツールはV2 API (/api/v2)を対象としています。

必要なAPIキーのスコープ

各ツールグループには、APIキーに特定のスコープが必要です:

ツールグループ

必要なスコープ

ダッシュボード、統計、メールログ、検索、クォータ、レート制限

email:read

メール送信

email:send

ドメイン、タグ、組織、検証、転送、セキュリティ、チェックカタログ、レピュテーション、DMARC

domains:read / domains:manage

エイリアス

aliases:read / aliases:manage

SMTP認証情報、匿名返信

smtp:read / smtp:manage

Webhook

webhooks:read / webhooks:manage

ブロックリスト

blocklist:read / blocklist:manage

APIキー、コンプライアンスエクスポート

api-keys:manage

保持ポリシー

retention:read / retention:manage

DNSゾーンレコード

dns-zone:read / dns-zone:manage

通知

notifications:read / notifications:manage

アラートルール

alerts:read / alerts:manage

フルアクセスには全21スコープのAPIキーを作成するか、制限付き統合には特定のスコープのみに制限します。

ダッシュボードと統計 (5)

  • get_dashboard — ダッシュボード統計の概要

  • get_statistics — 集計されたメール統計

  • get_daily_statistics — チャート用の日別内訳

  • get_statistics_by_domain — ドメイン別の統計

  • get_quota — アカウントのクォータと使用制限

ドメイン (9)

  • list_domains — すべての転送ドメインを一覧表示

  • get_domain — ドメインの詳細を取得

  • add_domain — 新しいドメインを追加

  • update_domain — ドメイン設定を更新

  • delete_domain — ドメインを削除

  • verify_domain_dns — DNS検証をトリガー

  • get_domain_dns_records — 必要なDNSレコードを取得

  • get_domain_statistics — ドメイン別のメール統計を取得

  • get_domain_health — SPF/DKIM/DMARC/MXのステータス

ドメインワイルドカード (2)

  • enable_wildcard — ワイルドカードサブドメイン転送を有効化

  • disable_wildcard — ワイルドカードサブドメイン転送を無効化

ドメインタグ (6)

  • list_tags — すべてのタグを一覧表示

  • create_tag — タグを作成

  • update_tag — タグを更新

  • delete_tag — タグを削除

  • assign_tags_to_domain — タグをドメインに割り当て

  • remove_tag_from_domain — ドメインからタグを削除

ドメイン通知設定 (2)

  • get_notification_preferences — ミュート/ミュート解除設定を取得

  • set_notification_preferences — ミュート/ミュート解除設定を設定

ドメイン転送 (2)

  • initiate_domain_transfer — 転送を開始

  • cancel_domain_transfer — 保留中の転送をキャンセル

組織 (10)

  • list_organizations — 組織ツリーを一覧表示(オプションでドメイン/スコア付き)

  • create_organization — 子組織を作成

  • update_organization — 名前変更または親組織の変更

  • delete_organization — 組織を削除

  • list_organization_members — メンバーを一覧表示

  • invite_to_organization — ユーザーを招待

  • remove_organization_member — メンバーを削除

  • list_organization_domains — 組織内のドメインを一覧表示

  • move_domain_to_organization — ドメインを移動

  • bulk_move_domains — 複数のドメインを移動

ドメインセキュリティ / DoSPM (8)

  • get_security_checks — ピラー別にグループ化されたすべてのチェック結果

  • get_security_score — 最新のポスチャスコアとグレード

  • trigger_security_scan — オンデマンドスキャン(1時間あたり1回のレート制限)

  • get_security_history — スコア履歴(最大365日)

  • apply_security_fix — 推奨されるゾーン修正を適用

  • acknowledge_drift — ドリフトイベントを確認

  • get_check_catalog — 完全なチェックカタログ

  • set_check_override — ドメインごとにチェックの重大度を上書き

DNSゾーンレコード (4)

  • list_zone_records — すべてのゾーンレコードを一覧表示

  • create_zone_record — DNSレコードを作成

  • update_zone_record — DNSレコードを更新

  • delete_zone_record — DNSレコードを削除

エイリアス (8)

  • list_aliases — ドメインのエイリアスを一覧表示

  • list_all_aliases — 全ドメインにわたるグローバルエイリアス一覧

  • get_alias — エイリアスの詳細を取得

  • create_alias — 新しいエイリアスを作成

  • update_alias — エイリアスを更新

  • delete_alias — エイリアスを削除

  • get_alias_statistics — エイリアス別の統計

  • export_aliases — エイリアスをCSVとしてエクスポート

  • bulk_update_aliases — 一括有効化/無効化またはforward_toの変更

メールログ (2)

  • list_email_logs — フィルター付きでメールログを検索

  • get_email_log — 特定のログエントリを取得

メール送信 (1)

  • send_email — メールを送信

Webhook (9)

  • list_webhooks — Webhookエンドポイントを一覧表示

  • create_webhook — Webhookを作成

  • update_webhook — Webhookを更新

  • delete_webhook — Webhookを削除

  • test_webhook — テストイベントを送信

  • get_webhook_secret — 署名シークレットを取得

  • rotate_webhook_secret — 署名シークレットをローテーション

  • list_webhook_delivery_logs — 配信履歴を表示

  • retry_webhook_delivery — 失敗した配信を再試行

ブロックリスト (3)

  • list_blocklist — ブロックされた送信者を一覧表示

  • add_blocklist_entry — 送信者/パターンをブロック

  • remove_blocklist_entry — 送信者のブロックを解除

APIキー (3)

  • list_api_keys — アクティブなキーを一覧表示

  • create_api_key — 新しいキーを作成

  • revoke_api_key — キーを失効

SMTP認証情報 (5)

  • list_smtp_credentials — SMTP認証情報を一覧表示

  • create_smtp_credential — SMTP認証情報を作成

  • delete_smtp_credential — SMTP認証情報を削除

  • reset_smtp_password — パスワードをリセット

  • set_smtp_reply_from — 返信元エイリアスを設定

保持ポリシー (2)

  • get_retention_policy — 保持設定を表示

  • update_retention_policy — 保持設定を更新

匿名返信 (2)

  • list_anonymous_replies — プロキシアドレスを一覧表示

  • disable_anonymous_reply — プロキシを無効化

通知 (4)

  • list_notifications — ダッシュボード通知を一覧表示

  • mark_notification_read — 1件を既読にする

  • mark_all_notifications_read — すべてを既読にする

  • delete_notification — 通知を削除

レピュテーション (6)

  • get_reputation_score — 複合スコアとグレード

  • get_reputation_blacklists — 現在および過去のブラックリスト登録

  • get_reputation_deliverability — バウンス/スパム/拒否のメトリクス

  • get_reputation_ips — IP別のレピュテーションデータ

  • get_reputation_trends — 時系列チャートデータ

  • get_reputation_recommendations — 実行可能な推奨事項

DMARC (6)

  • list_dmarc_reports — 集計レポートを一覧表示

  • get_dmarc_report — レコード付きの完全なレポート詳細

  • get_dmarc_sources — 送信元分析(誰があなたとして送信しているか)

  • get_dmarc_compliance — コンプライアンス率と推奨事項

  • export_dmarc_report — レポートをXMLとしてエクスポート

  • apply_dmarc_policy — DMARCポリシーを変更(none/quarantine/reject)

アラートルール (7)

  • list_alert_rules — ルールを一覧表示

  • create_alert_rule — ルールを作成

  • get_alert_rule — ルールの詳細を取得

  • update_alert_rule — ルールを更新

  • delete_alert_rule — ルールを削除

  • get_alert_rule_history — 発動履歴

  • test_alert_rule — テストアラートを送信

コンプライアンスエクスポート (2)

  • trigger_compliance_export — エクスポートをトリガー(24時間に1回)

  • get_compliance_export_status — ステータス/ダウンロードURLを確認

検索とレート制限 (2)

  • search — ドメイン、エイリアス、ログにわたる統合検索

  • get_rate_limit_status — 現在のAPIレート制限ステータス

A
license - permissive license
Not graded
quality - not tested
C
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
    An MCP server that receives emails on your domain and allows AI assistants to search, read, and manage them via natural language queries.
    1,276
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    An MCP server providing comprehensive email capabilities via IMAP and SMTP, enabling AI assistants to read, search, send, manage, schedule, and analyze emails across multiple accounts.
    49
    9,229
    LGPL 3.0
  • A
    license
    Not graded
    quality
    B
    maintenance
    An MCP server that provides AI agents with a persistent, agent-native email mailbox for sending, receiving, and managing emails through bounded-context retrieval, idempotent operations, and explicit acknowledgement.
    MIT

View all related MCP servers

Related MCP Connectors

  • Hosted email MCP for AI agents with inboxes, send/receive, memory, recovery, and credits.

  • Shipmail MCP server for AI agent custom-domain email inboxes with REST API and webhooks.

  • MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.

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/racter-ciso/ractermx-mcp'

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