Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’¬ Communication
  3. RacterMX
R
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

RacterMX

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Manage RacterMX email forwarding β€” domains, aliases, webhooks, and more β€” via AI.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "ractermx": {
      "command": "npx",
      "args": [
        "-y",
        "ractermx"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’¬ More in Communication

Documentation Overview

@ractermx/mcp-server

MCP server for managing RacterMX email forwarding via AI assistants.

Setup

Terminal
npm install

Configuration

Set environment variables:

  • RACTERMX_API_KEY (required) β€” your sk_* API key from RacterMX
  • RACTERMX_API_URL (optional) β€” defaults to https://ractermx.com

Usage with Kiro / Claude Desktop

Add to your MCP config:

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

Available Tools (111 total)

All tools target the V2 API (/api/v2).

Required API Key Scopes

Each tool group requires specific scopes on your API key:

Tool GroupRequired Scope
Dashboard, Statistics, Email Logs, Search, Quota, Rate Limitemail:read
Email Sendingemail:send
Domains, Tags, Organizations, Verification, Transfers, Security, Check Catalog, Reputation, DMARCdomains:read / domains:manage
Aliasesaliases:read / aliases:manage
SMTP Credentials, Anonymous Repliessmtp:read / smtp:manage
Webhookswebhooks:read / webhooks:manage
Blocklistblocklist:read / blocklist:manage
API Keys, Compliance Exportapi-keys:manage
Retention Policyretention:read / retention:manage
DNS Zone Recordsdns-zone:read / dns-zone:manage
Notificationsnotifications:read / notifications:manage
Alert Rulesalerts:read / alerts:manage

Create an API key with all 21 scopes for full access, or limit to specific scopes for restricted integrations.

Dashboard & Statistics (5)

  • get_dashboard β€” Dashboard statistics overview
  • get_statistics β€” Aggregated email statistics
  • get_daily_statistics β€” Daily breakdown for charts
  • get_statistics_by_domain β€” Stats grouped by domain
  • get_quota β€” Account quota and usage limits

Domains (9)

  • list_domains β€” List all forwarding domains
  • get_domain β€” Get domain details
  • add_domain β€” Add a new domain
  • update_domain β€” Update domain settings
  • delete_domain β€” Remove a domain
  • verify_domain_dns β€” Trigger DNS verification
  • get_domain_dns_records β€” Get required DNS records
  • get_domain_statistics β€” Get per-domain email stats
  • get_domain_health β€” SPF/DKIM/DMARC/MX status

Domain Wildcard (2)

  • enable_wildcard β€” Enable wildcard subdomain forwarding
  • disable_wildcard β€” Disable wildcard subdomain forwarding

Domain Tags (6)

  • list_tags β€” List all tags
  • create_tag β€” Create a tag
  • update_tag β€” Update a tag
  • delete_tag β€” Delete a tag
  • assign_tags_to_domain β€” Assign tags to a domain
  • remove_tag_from_domain β€” Remove a tag from a domain

Domain Notification Preferences (2)

  • get_notification_preferences β€” Get mute/unmute settings
  • set_notification_preferences β€” Set mute/unmute settings

Domain Transfers (2)

  • initiate_domain_transfer β€” Initiate a transfer
  • cancel_domain_transfer β€” Cancel a pending transfer

Organizations (10)

  • list_organizations β€” List org tree (with optional domains/scores)
  • create_organization β€” Create a child org
  • update_organization β€” Rename or reparent
  • delete_organization β€” Delete an org
  • list_organization_members β€” List members
  • invite_to_organization β€” Invite a user
  • remove_organization_member β€” Remove a member
  • list_organization_domains β€” List domains in an org
  • move_domain_to_organization β€” Move a domain
  • bulk_move_domains β€” Move multiple domains

Domain Security / DoSPM (8)

  • get_security_checks β€” All check results grouped by pillar
  • get_security_score β€” Latest posture score and grade
  • trigger_security_scan β€” On-demand scan (1/hr rate limit)
  • get_security_history β€” Score history (up to 365 days)
  • apply_security_fix β€” Apply suggested zone fix
  • acknowledge_drift β€” Acknowledge drift event
  • get_check_catalog β€” Full check catalog
  • set_check_override β€” Override check severity per domain

DNS Zone Records (4)

  • list_zone_records β€” List all zone records
  • create_zone_record β€” Create a DNS record
  • update_zone_record β€” Update a DNS record
  • delete_zone_record β€” Delete a DNS record

Aliases (8)

  • list_aliases β€” List aliases for a domain
  • list_all_aliases β€” Global alias list across all domains
  • get_alias β€” Get alias details
  • create_alias β€” Create a new alias
  • update_alias β€” Update an alias
  • delete_alias β€” Delete an alias
  • get_alias_statistics β€” Per-alias statistics
  • export_aliases β€” Export aliases as CSV
  • bulk_update_aliases β€” Bulk enable/disable or change forward_to

Email Logs (2)

  • list_email_logs β€” Search email logs with filters
  • get_email_log β€” Get a specific log entry

Email Sending (1)

  • send_email β€” Send an email

Webhooks (9)

  • list_webhooks β€” List webhook endpoints
  • create_webhook β€” Create a webhook
  • update_webhook β€” Update a webhook
  • delete_webhook β€” Delete a webhook
  • test_webhook β€” Send a test event
  • get_webhook_secret β€” Get signing secret
  • rotate_webhook_secret β€” Rotate signing secret
  • list_webhook_delivery_logs β€” View delivery history
  • retry_webhook_delivery β€” Retry a failed delivery

Blocklist (3)

  • list_blocklist β€” List blocked senders
  • add_blocklist_entry β€” Block a sender/pattern
  • remove_blocklist_entry β€” Unblock a sender

API Keys (3)

  • list_api_keys β€” List active keys
  • create_api_key β€” Create a new key
  • revoke_api_key β€” Revoke a key

SMTP Credentials (5)

  • list_smtp_credentials β€” List SMTP credentials
  • create_smtp_credential β€” Create SMTP credentials
  • delete_smtp_credential β€” Delete SMTP credentials
  • reset_smtp_password β€” Reset password
  • set_smtp_reply_from β€” Set reply-from alias

Retention Policy (2)

  • get_retention_policy β€” View retention settings
  • update_retention_policy β€” Update retention

Anonymous Replies (2)

  • list_anonymous_replies β€” List proxy addresses
  • disable_anonymous_reply β€” Disable a proxy

Notifications (4)

  • list_notifications β€” List dashboard notifications
  • mark_notification_read β€” Mark one as read
  • mark_all_notifications_read β€” Mark all as read
  • delete_notification β€” Delete a notification

Reputation (6)

  • get_reputation_score β€” Composite score and grade
  • get_reputation_blacklists β€” Current and historical listings
  • get_reputation_deliverability β€” Bounce/spam/rejection metrics
  • get_reputation_ips β€” Per-IP reputation data
  • get_reputation_trends β€” Time-series charts data
  • get_reputation_recommendations β€” Actionable recommendations

DMARC (6)

  • list_dmarc_reports β€” List aggregate reports
  • get_dmarc_report β€” Full report detail with records
  • get_dmarc_sources β€” Source analysis (who sends as you)
  • get_dmarc_compliance β€” Compliance rate and recommendations
  • export_dmarc_report β€” Export report as XML
  • apply_dmarc_policy β€” Change DMARC policy (none/quarantine/reject)

Alert Rules (7)

  • list_alert_rules β€” List rules
  • create_alert_rule β€” Create a rule
  • get_alert_rule β€” Get rule details
  • update_alert_rule β€” Update a rule
  • delete_alert_rule β€” Delete a rule
  • get_alert_rule_history β€” Firing history
  • test_alert_rule β€” Send test alert

Compliance Export (2)

  • trigger_compliance_export β€” Trigger export (1/24hr)
  • get_compliance_export_status β€” Check status/download URL

Search & Rate Limits (2)

  • search β€” Unified search across domains, aliases, logs
  • get_rate_limit_status β€” Current API rate limit status

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Communication View all alternatives
  • Agent Cold Email logoAgent Cold Email

    Agent-native cold-email infrastructure: domains, mailboxes, warmup, sequences, replies via 17 tools

    πŸ’¬ Communication0 views
    Compare vs Agent Cold Email β†’
  • MCPDomain logoMCPDomain

    Buy & manage domains from any AI chat: availability, register, DNS, email forwarding, AI bot stats.

    πŸ’¬ Communication0 views
    Compare vs MCPDomain β†’
  • Abnormal Security MCP logoAbnormal Security MCP

    Abnormal Security email threats, cases, and reporting in your terminal and your AI agents.

    πŸ’¬ Communication0 views
    Compare vs Abnormal Security MCP β†’
  • Palmyr logoPalmyr

    Agent infra: email, phone, social, domains, VPS, wallets. Paid per-action via x402, no API key.

    πŸ’¬ Communication0 views
    Compare vs Palmyr β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about RacterMX

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "ractermx": { "command": "npx", "args": ["-y", "RacterMX"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewRacterMX AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ractermx?style=directory)](https://allmcps.com/mcp/ractermx)
HTML Embed
<a href="https://allmcps.com/mcp/ractermx"><img src="https://allmcps.com/api/badge/ractermx?style=directory" alt="RacterMX on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’¬Communication
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’¬ Communication β†’Best MCP servers for Slack & Communication β†’Alternatives to RacterMX β†’Install in Claude DesktopInstall in CursorInstall in VS Code