# Audiense Insights (verified)

Extract marketing insights and audience analysis from Audiense reports.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add AudienseCo/mcp-audiense-insights

# Browse available tools
npx -y @smithery/cli@latest tool list AudienseCo/mcp-audiense-insights

# Get full schema for a tool
npx -y @smithery/cli@latest tool get AudienseCo/mcp-audiense-insights get-reports

# Call a tool
npx -y @smithery/cli@latest tool call AudienseCo/mcp-audiense-insights get-reports '{}'
```

## Tools (8)

- `get-reports` — Retrieves the list of Audiense insights reports owned by the authenticated user.
- `get-report-info` — Retrieves detailed information about a specific intelligence report, including its status, segmentation type, audience …
- `get-audience-insights` — Retrieves aggregated insights for a given audience ID, providing statistical distributions across various attributes.
- `get-baselines` — Retrieves available baselines, optionally filtered by country.
- `get-categories` — Retrieves the list of available affinity categories that can be used as the categories parameter in the compare-audienc…
- `compare-audience-influencers` — Compares the influencers of an audience with a baseline audience. The baseline is determined as follows:
- `get-audience-content` — Retrieves audience content engagement details for a given audience.
- `report-summary` — Generates a comprehensive summary of an Audiense report, including segment details, top insights, and influencers.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get AudienseCo/mcp-audiense-insights <tool-name>
```

## Prompts (3)

- `audiense-demo` (reportName) — A prompt to extract marketing insights and audience understanding from Audiense reports through demographic, cultural, …
- `audiense-demo2` (reportName) — A prompt to extract marketing insights and audience understanding from Audiense reports through demographic, cultural, …
- `segment-matching` (brand1, brand2) — A prompt to match and compare audience segments across Audiense reports, identifying similarities, unique traits, and k…

---

Source: https://github.com/AudienseCo/mcp-audiense-insights | License: Apache-2.0
