
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@ractermx/mcp-server
Advanced tools
MCP server for managing RacterMX email forwarding via AI assistants.
npm install
Set environment variables:
RACTERMX_API_KEY (required) — your sk_* API key from RacterMXRACTERMX_API_URL (optional) — defaults to https://ractermx.comAdd to your MCP config:
{
"mcpServers": {
"ractermx": {
"command": "node",
"args": ["/path/to/ractermx-mcp/src/index.js"],
"env": {
"RACTERMX_API_KEY": "sk_your_key_here"
}
}
}
}
All tools target the V2 API (/api/v2).
list_domains — List all forwarding domainsget_domain — Get domain detailsadd_domain — Add a new domainupdate_domain — Update domain settings (active, catch-all, max aliases)delete_domain — Remove a domainverify_domain_dns — Trigger DNS verificationget_domain_dns_records — Get required DNS recordsget_domain_statistics — Get email statsget_security_checks — Get all security check results grouped by pillarget_security_score — Get latest posture score and gradetrigger_security_scan — Trigger an on-demand security scan (1/hr rate limit)get_security_history — Get score history (last 90 days)apply_security_fix — Apply a suggested zone fix for a findingacknowledge_drift — Acknowledge a drift event and update baselinelist_zone_records — List all DNS zone records for a domaincreate_zone_record — Create a new DNS record (A, AAAA, CNAME, MX, TXT, SRV, etc.)update_zone_record — Update an existing DNS record (identify by old values, replace with new)delete_zone_record — Delete a DNS record (identify by name, type, content)list_aliases — List aliases for a domainget_alias — Get alias detailscreate_alias — Create a new aliasupdate_alias — Update an aliasdelete_alias — Delete an aliaslist_email_logs — Search email logs with filtersget_email_log — Get a specific log entrysend_email — Send an emaillist_webhooks — List webhook endpointscreate_webhook — Create a webhookupdate_webhook — Update a webhookdelete_webhook — Delete a webhooktest_webhook — Send a test eventlist_webhook_delivery_logs — View delivery historyretry_webhook_delivery — Retry a failed deliverylist_blocklist — List blocked sendersadd_blocklist_entry — Block a sender/patternremove_blocklist_entry — Unblock a senderlist_api_keys — List active keyscreate_api_key — Create a new keyrevoke_api_key — Revoke a keylist_smtp_credentials — List SMTP credentials for a domaincreate_smtp_credential — Create SMTP credentialsdelete_smtp_credential — Delete SMTP credentialsreset_smtp_password — Reset SMTP credential passwordget_retention_policy — View retention settingsupdate_retention_policy — Update retention (metadata days, content days, per-event overrides)list_anonymous_replies — List anonymous reply proxiesdisable_anonymous_reply — Disable a proxy addressFAQs
MCP server for managing RacterMX email forwarding via AI assistants
The npm package @ractermx/mcp-server receives a total of 165 weekly downloads. As such, @ractermx/mcp-server popularity was classified as not popular.
We found that @ractermx/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.