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, providing 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, and top insights for each segment
Audiense Insights MCP provides seamless access to your Audiense marketing analytics platform directly through Claude or other MCP-compatible clients. Extract comprehensive audience analysis including demographics, cultural insights, influencer data, and content engagement metrics to inform your marketing strategies. This integration enables AI assistants to help analyze and interpret your audience data for more effective marketing decisions.
Audiense Insights MCP Server allows Claude and other MCP-compatible clients to interact with your Audiense Insights account, providing access to powerful audience analysis and marketing insights. This integration enables you to extract valuable data about audience demographics, cultural insights, influencer analysis, and content engagement directly through your AI assistant.
Before using this MCP server, you'll need:
To set up the Audiense Insights MCP server with Claude Desktop:
Open the Claude Desktop configuration file:
~/Library/Application Support/Claude/claude_desktop_config.json
%AppData%\Claude\claude_desktop_config.json
Add the Audiense Insights MCP server configuration to the mcpServers
section:
"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"
}
}
}
Once configured, you can ask Claude to perform various tasks related to your Audiense Insights data:
Example prompts:
If you encounter issues with the Audiense Insights MCP:
For additional support, visit the Audiense website or refer to the GitHub repository.