Audiense Insights MCP Server enables Claude and MCP clients to extract marketing insights and audience analysis from Audiense reports, including demographic, cultural, influencer, and content engagement data.
Retrieves the list of Audiense insights reports owned by the authenticated user.
Fetches detailed information about a specific intelligence report, including status, segmentation type, audience size, segments, and access links.
Retrieves aggregated insights for a given audience, including demographics, behavioral traits, psychographics, and socioeconomic factors.
Retrieves available baseline audiences, optionally filtered by country.
Retrieves the list of available affinity categories that can be used in influencer comparisons.
Compares influencers of a given audience with a baseline audience, including affinity scores, baseline comparison, and uniqueness scores.
Retrieves audience content engagement details, including liked content, shared content, and influential content.
Generates a comprehensive summary of an Audiense report, including report metadata, audience size, segment information, top insights, and top influencers.
{
"mcpServers": {
"audiense-insights": {
"command": "npx",
"args": [
"-y",
"mcp-audiense-insights"
],
"env": {
"AUDIENSE_CLIENT_ID": "your_client_id_here",
"AUDIENSE_CLIENT_SECRET": "your_client_secret_here",
"TWITTER_BEARER_TOKEN": "your_token_here"
}
}
}
}