Web Interface & API
Server: Running ✅
Email Service: Ready ✅
Mode: Public API (users provide their own API key)
DM the CEO on Twitter or email the CTO at manojk030303@gmail.com - we will send you an API key within seconds!
This server is designed for Model Context Protocol (MCP) integration.
For MCP usage, connect to this server using the MCP protocol on the standard input/output.
Test the email API (replace with your Lemon Email API key):
curl -X POST hhttps://lemon-email-mcp-production.up.railway.app/send-email \ -H "Content-Type: application/json" \ -d '{ "to": "test@example.com", "subject": "Test Email", "body": "Hello from Railway!", "fromemail": "mail@normanszobotka.com", "api_key": "your-lemon-email-api-key-here" }'