MCP Server
Give your AI agents a publishing surface.
Postpiece ships a Model Context Protocol (MCP) server so AI agents like Claude can create, edit, schedule, and publish content directly. Connect once and your agent manages sites, posts, media, and search.
Connect in one config block
Point any Model Context Protocol client at mcp.postpiece.com with a bearer key. Your agent immediately gets tools to create, edit, schedule, and publish across your sites.
MCP client config
{
"mcpServers": {
"postpiece": {
"url": "https://mcp.postpiece.com",
"headers": { "Authorization": "Bearer $POSTPIECE_KEY" }
}
}
}What agents can do
The MCP server exposes the full content surface — not a read-only slice. Agents draft in Markdown, attach media, set taxonomy, run search to avoid duplicates, and publish or schedule, all through typed tools.
Write & publish tools
Agents call create-post, update-post, publish-post, and schedule-post with Markdown bodies — the same pipeline the dashboard uses, with drafts, revisions, and scheduling.
Full editorial toolkit
Ingest existing articles, set featured images from a URL, manage authors, categories, and tags — everything an editorial agent needs to run a site end to end.
Search & linking
Semantic + lexical search and related-post lookup are exposed as tools, so agents can find, link, and dedupe content before publishing.
Site management
Configure themes, menus, redirects, widgets, and domains through MCP — agents can stand up and maintain a whole site, not just write posts.
Scoped, revocable access
Every write is scoped to a bearer API key you control. Rotate or revoke access at any time from the dashboard.
Standard protocol
The server runs on Cloudflare Workers and speaks standard MCP over HTTP, so any MCP-capable client — Claude, IDEs, custom agents — can connect.
Explore the platform
Let your agents publish.
Free to start · No credit card required · Deploy on Cloudflare