Documentation

Getting Started

Guides

Reference

Docs v0.1

MCP tools

MCP tools

Over MCP, an agent sees only the tools its token's scopes allow. The surface mirrors the admin:

  • Contentlist_collections, and per collection list_/get_/create_/update_/delete_{handle}.
  • Schemacreate_collection, update_collection, add_field, remove_field, set_fields, delete_collection.
  • Medialist_media, get_media, media_usage, upload_media, delete_media.
  • Users & roleslist_users, list_roles, create_user, set_role.
  • Tokenslist_tokens, mint_token, revoke_token, pause_token, resume_token.
  • Settingsget_settings, set_settings.

The server also serves a full operating guide as an MCP resource, nimbus://guide/core, so an agent learns the rules — read-before-write, subset-only granting, the validation shape — without trial and error.