← sodax.com
INDIVIDUAL MCP TOOL
sodax_search_integration_profiles
Search across ALL integration profiles by keyword.
LIVE ENDPOINT
https://marketing.sodax.com/mcp
Connect to this endpoint to inspect the live schema for sodax_search_integration_profiles 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.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_logos— Get all SODAX logo variants with download links (SVG + PNG).