MCP server for SenseCritiq — UX research synthesis agent
Project description
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
| Type | Formats |
|---|---|
| Audio | mp3, m4a, wav, mp4 |
| Transcript | txt, pdf, docx |
Plans
| Plan | Sessions/month | Price |
|---|---|---|
| Free | 2 | $0 |
| Starter | 10 | $29/mo |
| Growth | 30 | $79/mo |
| Team | 150 | $199/mo |
All plans include full MCP server access and all 7 tools.
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sensecritiq_mcp-0.1.3.tar.gz.
File metadata
- Download URL: sensecritiq_mcp-0.1.3.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c057611dc7608fd769a3c39052ba15b0b1390335bbb6191c2e3db968d066154e
|
|
| MD5 |
1cc0fe18260bc1d3559fb2b847aa2de5
|
|
| BLAKE2b-256 |
cd78ed10ea0de1379d3583e006c3430804241a6f1a5d1e2151fceb31c80ef604
|
File details
Details for the file sensecritiq_mcp-0.1.3-py3-none-any.whl.
File metadata
- Download URL: sensecritiq_mcp-0.1.3-py3-none-any.whl
- Upload date:
- Size: 11.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54b760c5c13dd6786f4591205c65e1c6e28390d8e7222601efd83efa361a9028
|
|
| MD5 |
e3a0fc4aff72bee19c5824c1dfa1940b
|
|
| BLAKE2b-256 |
2f6c61d1eab206ffeeefb60f15207199c73e962db98e9b14f690f7d17f810764
|