← Registry

Content Tools

vibecms.dev

Manage and retrieve site posts using the provided API.

1 endpoint18 known toolsFirst detected July 10, 2026Last detected July 10, 2026

ENDPOINT 1

https://vibecms.dev/mcp

No auth detected

Known tools 18

sites.get

Get the current site for this token.

posts.list

List bounded post summaries for the current site.

posts.search

Search bounded post summaries by title, slug, or excerpt.

posts.get

Get one post by id, including full Markdown.

posts.create

Create a draft post from a Markdown body.

posts.update

Update a post.

posts.publish

Publish a draft so it appears on the public blog.

posts.archive

Archive a post.

assets.upload

Upload an image as base64; decoded image must be 10 MB or smaller.

assets.list

List all image assets for the current site, newest first.

assets.get

Get one image asset's metadata and public URL by id.

assets.delete

Delete an image asset (file + metadata).

activity.list

List recent activity.

posts.versions.list

List version history for a post, newest first.

posts.versions.get

Get a specific version of a post by versionNumber, including full Markdown content.

posts.versions.restore

Restore a post to a previous version.

posts.format_guide

Returns supported post-formatting syntax + guidance; CALL BEFORE DRAFTING OR PUBLISHING.

posts.preview

Render Markdown to HTML with the same renderer as the public blog; returns outline + warnings.