ENDPOINT 1
https://vibecms.dev/mcp
Known tools 18
sites.getGet the current site for this token.
posts.listList bounded post summaries for the current site.
posts.searchSearch bounded post summaries by title, slug, or excerpt.
posts.getGet one post by id, including full Markdown.
posts.createCreate a draft post from a Markdown body.
posts.updateUpdate a post.
posts.publishPublish a draft so it appears on the public blog.
posts.archiveArchive a post.
assets.uploadUpload an image as base64; decoded image must be 10 MB or smaller.
assets.listList all image assets for the current site, newest first.
assets.getGet one image asset's metadata and public URL by id.
assets.deleteDelete an image asset (file + metadata).
activity.listList recent activity.
posts.versions.listList version history for a post, newest first.
posts.versions.getGet a specific version of a post by versionNumber, including full Markdown content.
posts.versions.restoreRestore a post to a previous version.
posts.format_guideReturns supported post-formatting syntax + guidance; CALL BEFORE DRAFTING OR PUBLISHING.
posts.previewRender Markdown to HTML with the same renderer as the public blog; returns outline + warnings.