← iheartezoic.com

INDIVIDUAL MCP TOOL

read_brand_guide

Read the canonical Ezoic style and brand guide as JSON or markdown.

iheartezoic.comnone authenticationAvailability not checked

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 endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_brand_standards — Search Ezoic brand standards, copy, palette tokens, CSS variables, typography, logo rules, photo/backdrop rules, components, data-viz patterns, banned patterns, asset guidance, and voice rules.
  • list_brand_assets — List real public brand, design-element, photo-backdrop, and font assets from /brand, /images/design-elements, /photo-backs, and /fonts.
  • get_brand_asset — Get metadata and direct live URL/download URL for one brand, design-element, photo-backdrop, or font asset under /brand, /images/design-elements, /photo-backs, or /fonts.