The MCP server that routes agent approvals and notifications to your SMS or Email. One npx command to bridge your terminal to the real world.
$ npx @relayrail/server start

Native integrations for the modern stack.
# Your AI agent reaches out when it needs you
response = await mcp_client.call_tool(
"send_notification",
{
"message": "Build complete! Deploy v2.1.0 to production?",
"options": ["Deploy now", "Wait for review"],
"channel": "sms" # or "email"
}
)
# You reply from your phone - no laptop needed
if response["choice"] == "Deploy now":
deploy_to_production() # Agent proceedsBENTO GRID FEATURES
Drop into any MCP-compatible client. No SDKs required.
Urgent requests via SMS. Logs via Email. Intelligent fallback routing.
Pass long context logs or diffs. We generate secure, hosted response pages automatically.
SOC2 Ready. A2P 10DLC Compliant. End-to-end audit trails.
HOW IT WORKS
// Agent-side code
const response = await mcp.call("request_approval", {
message: "Deploy to production?",
options: ["Yes", "No"],
context: { files: ["src/api/deploy.ts"] }
});
if (response.approved) {
await deploy();
}RelayRail: Claude Code
Deploy to production?
Reply 1 for Yes or 2 for No
Today 9:41 AM
1
Approved. Deploying now...
PRICING
Try RelayRail with real SMS & email
For developers building their first agent
For production agent systems
For teams running mission-critical agents