Skip to main content
Glama

Audiense Insights MCP Server

Official
by AudienseCo

get-audience-insights

Retrieves aggregated audience insights by analyzing demographics, behavior, psychographics, and socioeconomic attributes to support targeted marketing strategies and audience understanding.

Instructions

Retrieves aggregated insights for a given audience ID, providing statistical distributions across various attributes. Available insights include demographics (e.g., gender, age, country), behavioral traits (e.g., active hours, platform usage), psychographics (e.g., personality traits, interests), and socioeconomic factors (e.g., income, education status).

Input Schema

NameRequiredDescriptionDefault
audience_insights_idYesThe ID of the audience insights.
insightsNoOptional list of insight names to filter.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "audience_insights_id": { "description": "The ID of the audience insights.", "type": "string" }, "insights": { "description": "Optional list of insight names to filter.", "items": { "type": "string" }, "type": "array" } }, "required": [ "audience_insights_id" ], "type": "object" }
Install Server

Other Tools from Audiense Insights MCP Server

Related Tools

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/AudienseCo/mcp-audiense-insights'

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