make-your-point-mcp
An MCP (Model Context Protocol) server exposing one free tool: writing_clinic.
Paste any piece of your own professional writing — an email, a Slack message, a pitch — and get back a one-line diagnosis and a tightened rewrite, coached in the tradition of Simply Said.
This is a free preview of the coaching behind Make Your Point, a 25-day writing course.
Usage
Add to your MCP client config (e.g. Claude Desktop):
{
"mcpServers": {
"make-your-point": {
"command": "npx",
"args": ["-y", "make-your-point-mcp"]
}
}
}
How it works
This package is a thin stdio-transport proxy — all logic runs server-side at makeyourpoint.app/mcp. No API key required; usage is rate-limited per IP.