mcp/README.mdread-only
This site is an MCP server. Point an agent at it and it can read the posts instead of you scrolling. One tool, posts, three ops. Stateless, no auth, nothing writes.
| op=list | every post: slug, title, summary, date, tag, commit hash, url |
| op=read | one post's markdown by slug |
| op=search | case-insensitive substring over title, summary and body |
claude mcp add --transport http generalist https://www.generalist.dev/api/mcpcurl -s -X POST https://www.generalist.dev/api/mcp \ -H 'content-type: application/json' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call", "params":{"name":"posts","arguments":{"op":"search","query":"mutation"}}}'