Developers & AI Builders
MCP Server available
The CMS your
AI agent can drive.
luno ships with an open REST API and MCP server. Your AI agent can create content, publish it to your CMS, and distribute it across 9 channels — fully autonomously. No human in the loop required.
Architecture
How it works with AI agents
AI Agent
Claude / GPT / Ollama
luno MCP / API
create · publish · distribute
9 Channels
X · Instagram · Newsletter…
// AI agent creates and distributes content via luno MCP const result = await luno.entries.create({ title: "Spring campaign launch", body: generatedContent, publish: true, distribute: ["x", "instagram", "newsletter"], schedule: "2026-06-01T09:00:00+09:00" }); // → Published to CMS + distributed to all channels automatically // → Returns delivery status per channel console.log(result.deliveries); // { x: "sent", instagram: "sent", newsletter: "queued" }
MCP Server
Connect with one line
Add luno to any MCP-compatible AI client. Claude Desktop, Cursor, and custom agents all work out of the box.
# Claude Desktop config { "mcpServers": { "luno": { "command": "npx", "args": ["@luno/mcp-server"], "env": { "LUNO_API_KEY": "your_key" } } } }
MCP standard compliant
Works with any MCP-compatible client. Claude, Cursor, custom agents — plug in and go.
REST API + webhooks
Full REST API with OpenAPI spec. Webhooks for delivery events. No auth required for public content.
llms.txt support
Every luno site auto-generates llms.txt. AI agents can discover and read your content structure.
Cloudflare edge
Runs on Cloudflare Workers globally. Sub-100ms API responses. No cold starts.
SDK & OSS
Open source tools
luno-sdkOSS
TypeScript SDK. Full type safety, auto-complete, error handling.
luno-mcpOSS
MCP server for AI agents. Claude Desktop ready.
luno-cliOSS
CLI for local development and CI/CD pipelines.
wp-to-lunoOSS
WordPress migration tool. Import posts, media, and categories.
luno-nextOSS
Next.js starter with luno CMS pre-configured.
luno-astroOSS
Astro integration with automatic ISR and image optimization.
Stack
Built on the modern stack
Cloudflare Workers
Cloudflare R2
Hyperdrive
PostgreSQL
TypeScript
OpenAPI 3.1
MCP Protocol
llms.txt
Resend
Webhooks
No servers to manage. No cold starts. Gross Margin 80%+ by design.
Developer feedback
"The MCP integration took under 10 minutes. My Claude agent now creates content drafts, publishes them to luno, and I wake up to posts already live on X and in my newsletter. It's the missing piece between AI generation and actual distribution."
DK
D.K
AI developer · Building agentic workflows
Give your AI agent a publishing pipeline.
Free plan includes API access and MCP server. No credit card required.