
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@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 statslist_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 138 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.

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.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.