An MCP-native CMS, not a CMS with an API bolted on
Most headless CMSs expose an API as an afterthought to a UI-first product. The schemas drift, the auth assumes a browser session, and anything the API can't do becomes a scraping job. For agent workflows, that surface area is where reliability goes to die.
LotsBlog inverts it. The MCP server at api.lots.blog/mcp exposes the same content lifecycle the dashboard uses — create, draft, interlink, schedule, publish, update — as typed, callable tools. Any MCP-capable agent (Claude, your own LotsAgent, or a custom system) connects once and operates the blog with no UI in the loop.