Human approval gate for AI agent actions. Before your agent fires a Stripe refund, sends a Gmail message, posts a Slack message etc — ReinGate intercepts it, sends a Telegram notification to your phone, and waits for your tap before executing. **Your agent never holds your Stripe or Gmail credentials.** ReinGate executes server-side after approval. No bypass path. **Setup (5 min):** 1. Sign up at reingate.com 2. Connect your Stripe / Gmail / Slack etc. in the dashboard 3. Copy your MCP token 4. Add this server to your agent with your token Works with Claude Desktop, base44, n8n, and any MCP client.
How to connect
https://server.smithery.ai/dev-vx0k/ReinGate/mcp
curl -X POST https://server.smithery.ai/dev-vx0k/ReinGate/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'