Summary
Mail over a socket, local or hosted.
It answers three questions about a mailbox — what arrived, what mentions this, how much of it there is — and it is packaged to be deployed rather than only run on the machine in front of you.
What it is
A mail server that speaks MCP over WebSocket rather than stdio. Clients reach it through a bundled stdio bridge, pointed either at a local instance or at a deployment on Render.
What you get
- The latest mail for a given email address
- A search inside mail content
- Mail statistics
- A connection test, for telling a dead socket from an empty inbox
- A health endpoint on the same service, for checking the deployment itself
Requirements
A current Node.js. Clients connect through the bundled stdio-bridge.js pointed at the WebSocket endpoint — a ws:// address locally, or the wss:// address of a deployment. The tool names are in Turkish.
