@ractermx/mcp-server
@ractermx/mcp-server
AIアシスタント経由でRacterMXのメール転送を管理するためのMCPサーバー。
セットアップ
npm installRelated 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キーに特定のスコープが必要です:
ツールグループ | 必要なスコープ |
ダッシュボード、統計、メールログ、検索、クォータ、レート制限 |
|
メール送信 |
|
ドメイン、タグ、組織、検証、転送、セキュリティ、チェックカタログ、レピュテーション、DMARC |
|
エイリアス |
|
SMTP認証情報、匿名返信 |
|
Webhook |
|
ブロックリスト |
|
APIキー、コンプライアンスエクスポート |
|
保持ポリシー |
|
DNSゾーンレコード |
|
通知 |
|
アラートルール |
|
フルアクセスには全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レート制限ステータス
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 gradedqualityBmaintenanceAn MCP server that receives emails on your domain and allows AI assistants to search, read, and manage them via natural language queries.1,276MIT
- AlicenseAqualityBmaintenanceAn 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.499,229LGPL 3.0
- AlicenseNot gradedqualityBmaintenanceAn 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
- AlicenseAqualityDmaintenanceMCP server that gives AI agents the ability to send, read, and search email via Gmail.469MIT
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.
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/racter-ciso/ractermx-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server