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.
No reviews yet. Be the first to review!
Sign in to join the conversation
Retrieves the list of Audiense insights reports owned by the authenticated user. Parameters: None
Fetches detailed information about a specific intelligence report. Parameters: report_id (string) - The ID of the intelligence report.
Retrieves aggregated insights for a given audience. Parameters: audience_insights_id (string) - The ID of the audience insights; insights (array of strings, optional) - List of specific insight names to filter.
Retrieves available baseline audiences, optionally filtered by country. Parameters: country (string, optional) - ISO country code to filter by.
Retrieves the list of available affinity categories that can be used in influencer comparisons. Parameters: None
Compares influencers of a given audience with a baseline audience. 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.
Retrieves audience content engagement details. Parameters: audience_content_id (string) - The ID of the audience content.
Generates a comprehensive summary of an Audiense report. Parameters: report_id (string) - The ID of the intelligence report to summarize.