LogoSTMCP
Download
mcp-audiense-insights

Audiense Insights MCP Server

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.

Tools

1. get-reports

Retrieves the list of Audiense insights reports owned by the authenticated user.

2. get-report-info

Fetches detailed information about a specific intelligence report, including status, segmentation type, audience size, segments, and access links.

3. get-audience-insights

Retrieves aggregated insights for a given audience, including demographics, behavioral traits, psychographics, and socioeconomic factors.

4. get-baselines

Retrieves available baseline audiences, optionally filtered by country.

5. get-categories

Retrieves the list of available affinity categories that can be used in influencer comparisons.

6. compare-audience-influencers

Compares influencers of a given audience with a baseline audience, including affinity scores, baseline comparison, and uniqueness scores.

7. get-audience-content

Retrieves audience content engagement details, including liked content, shared content, and influential content.

8. report-summary

Generates a comprehensive summary of an Audiense report, including report metadata, audience size, segment information, top insights, and top influencers.

Open Graph image for Audiense Insights MCP Server

JSON Config

{
  "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"
      }
    }
  }
}

Information