Marble MCP

Connect AI agents and MCP clients to your Marble workspace.

Documentation

Server URL

https://codex-dashboard-navigation-performance-marble-mcp.taqib.workers.dev/mcp

Configure your MCP client with Streamable HTTP and pass your Marble API key using the Mcp-Marble-Api-Key header.

Works with

Available tools

PostsRead, search, create, update, and delete Marble posts.6 tools
  • get_postsGet a paginated list of Marble posts with optional filters.
  • search_postsSearch posts by title and content.
  • get_postGet a single post by ID or slug.
  • create_postCreate a new post.
  • update_postUpdate an existing post by ID or slug.
  • delete_postDelete a post by ID or slug.
CategoriesManage categories in your Marble workspace.5 tools
  • get_categoriesGet a paginated list of categories.
  • get_categoryGet a single category by ID or slug.
  • create_categoryCreate a new category.
  • update_categoryUpdate an existing category by ID or slug.
  • delete_categoryDelete a category by ID or slug.
TagsManage tags in your Marble workspace.5 tools
  • get_tagsGet a paginated list of tags.
  • get_tagGet a single tag by ID or slug.
  • create_tagCreate a new tag.
  • update_tagUpdate an existing tag by ID or slug.
  • delete_tagDelete a tag by ID or slug.
AuthorsManage authors in your Marble workspace.5 tools
  • get_authorsGet a paginated list of authors.
  • get_authorGet a single author by ID or slug.
  • create_authorCreate a new author.
  • update_authorUpdate an existing author by ID or slug.
  • delete_authorDelete an author by ID or slug.
MediaRead, upload, update, and delete Marble media assets.5 tools
  • get_mediaGet a paginated list of media.
  • get_media_assetGet a single media asset by ID.
  • upload_media_from_urlUpload a remote file URL to Marble media.
  • update_mediaUpdate media asset metadata.
  • delete_mediaDelete a media asset by ID.