Expanso Internal

Branding Guide

The definitive source for Expanso and Bacalhau brand systems. Use this guide to keep visuals, typography, and messaging consistent across every touchpoint.

Use as a Skill

Branding is published as a skill in the Expanso Skills marketplace. Open skills.expanso.io, search for "Branding", and follow the install instructions for your environment.

Tip: Use the skill when you need visual system guidance, color choices, or typography rules inside creative workflows.

Use as an MCP Server

The Branding MCP supports MCP discovery plus JSON-RPC. Point your MCP client at the discovery manifest and call tools directly.

POST /brand/mcp
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/list"
}

POST /brand/mcp
{
  "jsonrpc": "2.0",
  "id": 2,
  "method": "tools/call",
  "params": {
    "name": "get_brand_tokens"
  }
}

Brand Guide

Rendered live from the canonical guide to stay in sync with updates.

Loading guide...