← sodax.com

INDIVIDUAL MCP TOOL

sodax_get_logos

Get all SODAX logo variants with download links (SVG + PNG).

sodax.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://marketing.sodax.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for sodax_get_logos and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

sodax.com

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.marketing-sodax-mcp-server]
url = "https://marketing.sodax.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "marketing-sodax-mcp-server": {
      "type": "http",
      "url": "https://marketing.sodax.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: marketing-sodax-mcp-server
Remote MCP URL: https://marketing.sodax.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": {
    "marketing-sodax-mcp-server": {
      "url": "https://marketing.sodax.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "marketing-sodax-mcp-server",
  "transport": "streamable-http",
  "url": "https://marketing.sodax.com/mcp"
}
MCP Inspector

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

Related tools

  • sodax_get_voice_guardrails — Get the SODAX Voice & Guardrails — the essential rules for communicating about SODAX accurately.
  • sodax_refresh_voice_guardrails — Force a refresh of the Voice & Guardrails from Notion.
  • sodax_get_brand_assets_overview — Get an overview of the SODAX design system: colors, typography, layout tokens (spacing, border radius, stroke), logos, and usage guidelines.
  • sodax_get_brand_colors — Get the official SODAX color palette with token names and hex codes.
  • sodax_get_typography — Get official SODAX typography specs: font families, the full font-size scale, font weights, and line heights.
  • sodax_get_layout_tokens — Get SODAX layout tokens: the spacing scale (px), border-radius scale, and stroke/border widths.
  • sodax_get_design_tokens — Get the complete SODAX design tokens file (colors, spacing, border radius, stroke, typography) in the design-tokens JSON format.
  • sodax_get_usage_guidelines — Get SODAX brand rules and visual identity usage guidance: brand personality, colour-usage rules, CTA rules, typography rules, and layout guidance.