People live life, we help you understand itBook a demo →
Get Started

ARIA by Convosight

ARIA is Convosight's AI research assistant, and is available as a remote MCP (Model Context Protocol) server, so any AI assistant that supports remote MCP servers — Claude, VS Code, Cursor, Microsoft Copilot, and others — can call ARIA to answer questions with real, consumer data.

What you need before you start

ARIA is available to Convosight customers with an active account. If you don't have one yet, contact our team (reachus@convosight.com) to get set up. Usage is subject to a daily quota tied to your account.

What ARIA can help with

Social trends
What's trending or going viral right now, and where
Brand health
Sentiment, share of voice, and how a brand is being talked about
Influencer performance
How a creator or influencer is actually performing
Campaign tracking
How a campaign or hashtag is performing over time
Community metrics
Engagement and health signals for a group or community
Competitor benchmarking
How you stack up against named competitors
Audience insights
The language, pain points, and purchase triggers real people use

Example questions

Ask ARIA the way you'd ask a research analyst — in plain language, as specific as you like:

"What are people saying about [brand] on Instagram this month?"
"How does [creator]'s engagement compare to [competitor creator]?"
"What's driving the most engagement in [community/group] right now?"
"Compare sentiment for [brand A] vs [brand B] over the last quarter."

You can ask follow-up questions in the same conversation — ARIA keeps context, so you can drill into a comparison or trend without repeating everything you already asked.

Connect ARIA to your AI assistant

Contact the team (reachus@convosight.com) to get your MCP URL.

Every client below uses the same pattern: add that URL as a remote MCP server, then sign in with your Convosight account when prompted. That sign-in step uses standard OAuth — you won't need to create or paste any API keys.

Claude (Desktop, Web, or Claude Code)

  1. In Claude, go to Settings → Connectors (in some versions this is labeled Integrations) and choose Add custom connector.
  2. Paste in your ARIA MCP server URL and save.
  3. Click Connect and sign in with your Convosight account when prompted.
  4. For Claude Code, you can instead run:
claude mcp add --transport http aria <your-aria-mcp-url>

The first time you use it, Claude Code will open your browser to complete sign-in.

VS Code

  1. Open the Command Palette and run MCP: Add Server, or add the following to your mcp.json:
{
  "servers": {
    "aria": {
      "type": "http",
      "url": "<your-aria-mcp-url>"
    }
  }
}

VS Code will prompt you to sign in with your Convosight account the first time ARIA is used.

Cursor

  1. Go to Settings → MCP and choose Add new MCP server, or add the following to your MCP config:
{
  "mcpServers": {
    "aria": {
      "url": "<your-aria-mcp-url>"
    }
  }
}

Click through the sign-in prompt with your Convosight account to finish connecting.

Any other MCP-compatible client

Add ARIA as a remote MCP server using the URL our team gives you (Streamable HTTP transport) and complete the OAuth sign-in with your Convosight account when your client prompts you.

Need help?

If you run into any issues getting set up, or want to talk through what ARIA can do for your team, reach out to our team (reachus@convosight.com).