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

웹훅

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회 제한)

  • 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 — 이메일 보내기

웹훅 (9)

  • list_webhooks — 웹훅 엔드포인트 나열

  • create_webhook — 웹훅 생성

  • update_webhook — 웹훅 업데이트

  • delete_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 — 답장 보낸 사람(reply-from) 별칭 설정

보존 정책 (2)

  • get_retention_policy — 보존 설정 보기

  • update_retention_policy — 보존 업데이트

익명 답장 (2)

  • list_anonymous_replies — 프록시 주소 나열

  • disable_anonymous_reply — 프록시 비활성화

알림 (4)

  • list_notifications — 대시보드 알림 나열

  • mark_notification_read — 하나를 읽음으로 표시

  • 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