get_brand_analytics

Gets brand analytics: sentiment scores, share of voice, mention rankings, and competitor mentions. Aggregated across all monitoring runs with optional filters.

Available from 1 provider (1 remote)

Input Schema


            {
  "type": "object",
  "properties": {
    "brandId": {
      "description": "Brand ID (ObjectId)",
      "type": "string"
    },
    "type": {
      "description": "Filter by query type (e.g. 'UnaidedAwareness', 'Reputation')",
      "type": [
        "string",
        "null"
      ],
      "default": null
    },
    "industry": {
      "description": "Filter by industry",
      "type": [
        "string",
        "null"
      ],
      "default": null
    },
    "aspect": {
      "description": "Filter by aspect",
      "type": [
        "string",
        "null"
      ],
      "default": null
    },
    "llmProvider": {
      "description": "Filter by LLM provider name",
      "type": [
        "string",
        "null"
      ],
      "default": null
    },
    "startDate": {
      "description": "Start date (ISO 8601)",
      "type": [
        "string",
        "null"
      ],
      "default": null
    },
    "endDate": {
      "description": "End date (ISO 8601)",
      "type": [
        "string",
        "null"
      ],
      "default": null
    }
  },
  "required": [
    "brandId"
  ]
}
          

Remote Providers (1)

These servers are accessible over the network — no local installation needed.

BrandKarma

Remote

https://app.getbrandkarma.com/api/mcp/

View product →