Audiense Insights
Summary
This MCP client, developed by an unspecified author, enables integration with Audiense's audience insights platform. Built with TypeScript and leveraging the Model Context Protocol SDK, it provides tools for accessing Audiense's API to retrieve audience data and insights. The implementation focuses on simplifying authentication and data retrieval from Audiense, offering functionality to query audience information. It includes optional integration with the Twitter API for enhanced capabilities. This client is particularly useful for applications requiring programmatic access to audience analytics, enabling use cases such as targeted marketing campaigns, social media strategy development, and demographic analysis without directly handling API authentication complexities.
Available Actions(8)
get-reports
Retrieves the list of Audiense insights reports owned by the authenticated user. Parameters: None.
get-report-info
Fetches detailed information about a specific intelligence report. Parameters: report_id (string) - The ID of the intelligence report.
get-audience-insights
Retrieves aggregated insights for a given audience, including demographics, behavioral traits, psychographics, and socioeconomic factors. Parameters: audience_insights_id (string) - The ID of the audience insights; insights (array of strings, optional) - List of specific insight names to filter.
get-baselines
Retrieves available baseline audiences, optionally filtered by country. Parameters: country (string, optional) - ISO country code to filter by.
get-categories
Retrieves the list of available affinity categories that can be used in influencer comparisons. Parameters: None.
compare-audience-influencers
Compares influencers of a given audience with a baseline audience, providing various metrics. Parameters: audience_influencers_id (string) - ID of the audience influencers; baseline_audience_influencers_id (string) - ID of the baseline audience influencers; cursor (number, optional) - Pagination cursor; count (number, optional) - Number of items per page (default: 200); bio_keyword (string, optional) - Filter influencers by bio keyword; entity_type (enum: person | brand, optional) - Filter by entity type; followers_min (number, optional) - Minimum number of followers; followers_max (number, optional) - Maximum number of followers; categories (array of strings, optional) - Filter influencers by categories; countries (array of strings, optional) - Filter influencers by country ISO codes.
get-audience-content
Retrieves audience content engagement details, including liked, shared, and influential content. Parameters: audience_content_id (string) - The ID of the audience content.
report-summary
Generates a comprehensive summary of an Audiense report, including metadata, audience size, segment information, and top insights. Parameters: report_id (string) - The ID of the intelligence report to summarize.
Community Reviews
No reviews yet. Be the first to review!
Sign in to join the conversation