← stwof.com
INDIVIDUAL MCP TOOL
get_logo_assets
Return absolute, directly fetchable URLs for the logo files.
LIVE ENDPOINT
https://stwof.com/mcp
Connect to this endpoint to inspect the live schema for get_logo_assets and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
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.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.get_brand_document— Return the full markdown of a single brand document.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.search_brand— Full-text search across every brand document.search— Search the brand system and return matching sections.fetch— Retrieve the full text of a brand document or a specific section, by the id returned from search.