New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

sensecritiq-mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sensecritiq-mcp

MCP server for SenseCritiq — UX research synthesis agent

pipPyPI
Version
0.1.5
Weekly downloads
22
22.22%
Maintainers
1
Weekly downloads
 
Created

SenseCritiq MCP Server

mcp-name: io.github.salvisare/sensecritiq

SenseCritiq turns raw research into actionable insights - automatically.

Upload an interview recording, transcript, or survey and Claude will transcribe it, extract themes, surface verbatim quotes with speaker attribution, and generate structured findings in minutes. No more manual affinity mapping. No more hours spent tagging transcripts. Your entire research history becomes queryable in plain language.

Built for UX researchers, product teams, and anyone who talks to users.

What you can do

  • Upload any format - audio (mp3, m4a, wav, mp4), transcripts (txt, pdf, docx)
  • Get structured synthesis - themes, key findings, verbatim quotes - each pinned to speaker and timestamp
  • Search across all sessions - semantic search over your full research history
  • Generate reports - export as Markdown or PDF with one tool call
  • Query in plain language - ask questions across months of research, get cited answers

Setup

  • Sign up and get your API key at sensecritiq.com
  • Add to your Claude Desktop claude_desktop_config.json:
{
  "mcpServers": {
    "sensecritiq": {
      "command": "uvx",
      "args": ["sensecritiq-mcp"],
      "env": {
        "SCQ_API_KEY": "scq_live_your_key_here"
      }
    }
  }
}
  • Restart Claude Desktop. SenseCritiq tools will appear automatically.

Tools

upload_research_file

Upload an audio recording, video, or transcript for processing. Returns a session_id to track progress.

Parameters: file_path (required), session_name (required), project_id (optional), tags (optional)

get_session_status

Poll processing status after upload. Values: queued → processing → ready → failed.

Parameters: session_id (required)

get_synthesis

Retrieve themes, key findings, and quote count for a completed session. Every finding cites a verbatim source.

Parameters: session_id (required)

get_quotes

Get verbatim quotes from a session, optionally filtered by theme. Each quote includes speaker label and timestamp.

Parameters: session_id (required), theme_id (optional)

search_research

Semantic search across your entire research history. Ask questions in plain language and get cited answers.

Parameters: query (required), project_id (optional), date_from (optional), date_to (optional)

list_sessions

List all research sessions, optionally filtered by project.

Parameters: project_id (optional), limit (default 20), offset (default 0)

generate_report

Generate a formatted report for a session. Returns a pre-signed download URL valid for 24 hours.

Parameters: session_id (required), format (markdown | pdf | notion)

Example usage in Claude

Upload session-04.m4a as "Onboarding exit interviews - March"
What do users say about the invite flow across all sessions?
Generate a PDF report for session sess_abc123

Supported file formats

TypeFormats
Audiomp3, m4a, wav, mp4
Transcripttxt, pdf, docx

Plans

PlanSessions/monthPrice
Free2$0
Starter10$29/mo
Growth30$79/mo
Team150$199/mo

All plans include full MCP server access and all 7 tools.

License

MIT

FAQs

Related posts