Skip to main content
Glama
BRNDMK

brandomica-mcp-server

brandomica_brand_report

Generate a brand safety report with availability scores, trademark screening, domain costs, and evidence for due diligence and filing readiness.

Instructions

Generate a comprehensive Brand Safety Report with timestamped evidence for due diligence. Includes availability score, safety assessment, filing readiness, linguistic/phonetic screening, all evidence, domain costs, trademark filing estimates, and limitations. Returns full JSON report.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brand_nameYesThe brand name to check

Implementation Reference

  • Registration and handler implementation for the brandomica_brand_report tool.
    server.registerTool(
      "brandomica_brand_report",
      {
        title: "Brand Safety Report",
        description:
          "Generate a comprehensive Brand Safety Report with timestamped evidence for due diligence. Includes availability score, safety assessment, filing readiness, linguistic/phonetic screening, all evidence, domain costs, trademark filing estimates, and limitations. Returns full JSON report.",
        inputSchema: z.object(brandNameInput).strict(),
        annotations: toolAnnotations,
      },
      async ({ brand_name }) => {
        const data = await fetchApi("brand-report", brand_name);
        return {
          content: [{ type: "text" as const, text: JSON.stringify(data) }],
        };
      }
    );

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BRNDMK/brandomica-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server