← Back to Plugins
MCP Server MCP

RacterMX

github By github 👁 1 views ▲ 0 votes

Manage RacterMX email forwarding — domains, aliases, webhooks, and more — via AI.

Homepage Verified source GitHub

Install

npx -y @ractermx/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@ractermx/mcp-server",
      "version": "2.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your RacterMX API key (sk_*)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "RACTERMX_API_KEY"
        },
        {
          "description": "RacterMX API base URL (defaults to https://ractermx.com)",
          "format": "string",
          "name": "RACTERMX_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...