For agents
Your brandbook, ready for every agent.
Start from your own identity, record what is approved, and let every agent work from the same reviewed version.
Connect a product to the remote MCP endpoint, manage its hosted brandbook, and give agents the approved version. Product credentials separate read, draft, and publish access.
Tools
Scoped tools for a shared brand system
Each call stays inside the credential's scope and returns a result a person can review.
- brandkit_books_list
- Discover brandbooks within your product credential scope.
- brandkit_book_get
- Read an approved brandbook, or pin an exact published revision and hash.
- brandkit_book_save_draft
- Create a brandbook or add a draft, with a version check so edits never collide.
- brandkit_book_publish
- Promote a reviewed, validated draft with explicit publish permission, evidence, and an exact hash.
- brandkit_entity_types_list
- Discover the schemas for assets, themes, image prompts, and other design entities.
- brandkit_entities_list
- List design entities in your product scope and filter by type.
- brandkit_entity_get
- Read an entity or pin its exact revision and hash.
- brandkit_entity_save_draft
- Save a schema-validated design entity draft without changing its published version.
- brandkit_entity_publish
- Publish a reviewed entity revision with the required permission and evidence.
Workflow
Audit, scope, review, validate again.
- 01
Pin
Pin a contract version and hash.
- 02
Audit
Review what the audit flags, including anything it could not check.
- 03
Scope
Select one change and record its evidence.
- 04
Validate
Validate again before promoting a proposed asset.
Connect
One endpoint, or the local tools
Use the hosted endpoint with a product credential from your workspace, or run the tools locally.
Endpoint
https://www.brandkitexpress.com/api/mcp
# Primary connection: hosted Streamable HTTP MCP
# URL: https://www.brandkitexpress.com/api/mcp
# Authorization: Bearer <product credential>
# Approved resource: brandkit://books/your-site/approved
# Optional: run the tools locally
node scripts/brand-audit.mjs validate --contract brand.json --project your-site
node scripts/brand-audit.mjs audit --contract brand.json --json
node scripts/brand-audit.mjs generate --contract brand.json
# Local MCP server; connect using your agent client's stdio configuration
node scripts/brandkit-mcp.mjsBefore you connect
Create a workspace and a product credential first. Review contract changes before accepting a new version. The local CLI also offers contract validation, auditing, and generation planning.