← Registry

Design

stwof.com

Provides brand guidelines, design tokens, and logo assets for use in design and development.

1 endpoint8 known toolsFirst detected August 23, 2026Last detected August 23, 2026

ENDPOINT 1

https://stwof.com/mcp

No auth detected

MCP server metadata

Name
stwof-brand
Version
1.0.0
Capabilities
toolsresources
Server instructions

The Set The World On Fire brand system. Call get_brand_system first when generating anything that must match the brand — it returns voice, color, typography, logo rules and asset URLs in one response. Use search_brand for a specific question, and get_logo_assets when you need real artwork rather than a description.

Known tools 8

get_brand_system

Return the entire brand system as markdown: voice and tone, writing rules, color, typography, logo construction and misuse, the design system, and absolute URLs for every logo file.

Inferred read-only
list_brand_documents

List the individual brand documents with a one-line summary of each, so you can fetch only the one you need instead of the whole system.

Inferred read-only
get_brand_document

Return the full markdown of a single brand document.

Inferred read-only
get_design_tokens

Return the structured design tokens — brand colors with hex codes, the grayscale ramp, semantic colors, the type scale, font stacks, and border radius.

Inferred read-only
get_logo_assets

Return absolute, directly fetchable URLs for the logo files.

Inferred read-only
search_brand

Full-text search across every brand document.

Inferred read-only
search

Search the brand system and return matching sections.

Inferred read-only
fetch

Retrieve the full text of a brand document or a specific section, by the id returned from search.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.stwof-brand]
url = "https://stwof.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "stwof-brand": {
      "type": "http",
      "url": "https://stwof.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: stwof-brand
Remote MCP URL: https://stwof.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "stwof-brand": {
      "url": "https://stwof.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "stwof-brand": {
      "type": "http",
      "url": "https://stwof.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "stwof-brand",
  "transport": "streamable-http",
  "url": "https://stwof.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.