How our MCP server works
Every Blogee tenant can generate an API key from Settings and connect their own MCP client: Claude Code, Claude Desktop, or anything else that speaks the protocol.
Keys are scoped to exactly one tenant. No tool accepts a tenant id as an argument, so there is no way for an agent to see or touch another blog's data. Under the hood every tool call runs through the same tenant-scoped, Postgres-RLS-enforced query helpers that power the admin dashboard.
Read more on the MCP page.