AI Infrastructure Era

Natively Built for
Model Context Protocol (MCP)

The world's first email routing platform designed specifically for AI Agents. Empower Claude, Gemini, and your custom autonomous agents to manage email infrastructure securely.

Programmatic Control

Let AI Control Your Email Routing

By installing the official `@solidrixtech/mcp-server`, your local or cloud AI agents gain secure, authenticated access to your Solidrix Send dashboard. They can create API keys, check delivery logs, switch routing rules, or query bounce rates using natural language.

  • ✔ Official NPM Package `npx -y @solidrixtech/mcp-server`
  • ✔ Real-time Context Injection into LLMs
  • ✔ Strict Scoped Permission API Keys
// Claude Desktop config.json
{
  "mcpServers": {
    "solidrix-sandbox": {
      "command": "npx",
      "args": ["-y", "@solidrixtech/mcp-server@latest"],
      "env": {
        "SOLIDRIX_API_KEY": "slrx_test_..."
      }
    }
  }
}
Agent: "Switching traffic to AWS SES instantly."