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.
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.
Ask ARIA the way you'd ask a research analyst — in plain language, as specific as you like:
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.
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 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.
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.
{
"mcpServers": {
"aria": {
"url": "<your-aria-mcp-url>"
}
}
}Click through the sign-in prompt with your Convosight account to finish connecting.
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.
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).