Design
stwof.com
Provides brand guidelines, design tokens, and logo assets for use in design and development.
ENDPOINT 1
https://stwof.com/mcp
MCP server metadata
- Name
- stwof-brand
- Version
- 1.0.0
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_systemReturn 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-onlylist_brand_documentsList 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-onlyget_design_tokensReturn the structured design tokens — brand colors with hex codes, the grayscale ramp, semantic colors, the type scale, font stacks, and border radius.
Inferred read-onlyfetchRetrieve the full text of a brand document or a specific section, by the id returned from search.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.