qc41-light-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@qc41-light-mcpAnalyze this sales-call transcript and generate the QC 4.1 report."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
QC 4.1 Light
Español · AI agents: AGENTS.md
The call felt fine. The transcript tells another story.
QC 4.1 Light is an open, evidence-first sales-call diagnostic: one transcript in, one structured report out — with quotes, a breakpoint, corrections, and a speakable recovery line.
Quick start
git clone https://github.com/mgallmur-glitch/qc41-light.git
cd qc41-light
npm install # optional — for CLI/MCP only
qc41-light demoThe offline demo validates and renders a synthetic report — no API key, no network.
Shareable samples: examples/synthetic-report.md · ES examples/synthetic-report.es.md
Related MCP server: audio-transcriber
Install from GitHub Packages
Package visibility on GitHub Packages defaults to private for user accounts. Make it Public at: https://github.com/users/mgallmur-glitch/packages/npm/package/qc41-light → Package settings → Change visibility.
npm install @mgallmur-glitch/qc41-light
# or globally:
npm install -g @mgallmur-glitch/qc41-lightRequires a GitHub PAT with read:packages (and login to npm.pkg.github.com), or install from the release tarball / clone.
Install surfaces
Surface | Command |
Offline demo |
|
Analyze file (BYOK) |
|
MCP server |
|
Skill / harness |
|
Claude Code |
MCP tools: analyze_sales_call, get_qc41_light_prompt, get_schema.
Skill / harness path
Hermes Agent — one-command install
hermes skills install --yes https://raw.githubusercontent.com/mgallmur-glitch/qc41-light/v0.3.5/SKILL.mdThen invoke it in a new Hermes session:
/qc41-light Analyze this authorized, redacted sales-call transcript and return validated JSON.The URL installation includes the canonical prompt, report schema, validator, renderer, privacy rules, and IP boundary. Package version: 0.3.5. Report schema version: qc41-light-0.2.
For any other assistant, provide SKILL.md + prompts/analyze-call.md, then validate:
python3 scripts/validate_report.py report.json
python3 scripts/render_report.py report.json > report.mdAdapters: Claude Code · Codex · Hermes · generic — under adapters/.
Eval harness
python3 eval/generate_corpus.py # 50 synthetic EN/ES calls
python3 eval/run_baseline.py # reference vs naive baselineRun the baseline locally and consult eval/README.md for the current reference and naive-score definitions.
What one call returns
Output | Why it matters |
Transcript quality audit | Know when confidence should drop |
Stage map + two strengths | Preserve what already works |
One breakpoint | Not a laundry list |
Objections with quotes only | Evidence or silence |
Three mistakes + three speakable corrections | Ready for the next call |
Recovery line + replay plan + checklist | Actionable next step |
Boundary
Useful and bounded. Proprietary QC methodology, taxonomies, scoring formulas and team systems stay out of this package — see docs/IP_BOUNDARY.md.
Privacy
No telemetry in this package. CLI/MCP analysis is local BYOK (env keys). Redact real calls before sending transcripts to any model — docs/PRIVACY.md.
Status
Current package and skill release: v0.3.5. The report schema contract remains qc41-light-0.2 for compatibility. These versions are intentionally separate: package changes do not alter the JSON shape unless the schema version also changes. CLI · MCP · eval are on main.
License
Apache-2.0. See LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseBqualityCmaintenanceMCP server that turns any audio or video source into structured, searchable intelligence for agents, enabling download, transcription, semantic search, speaker identification, and more.Last updated224MIT- Alicense-qualityAmaintenanceMCP server that enables audio transcription from files (wav, mp4, mp3, flac) or microphone recording, with dynamic tool selection and enterprise-grade security.Last updated2MIT
- Flicense-qualityDmaintenanceMCP server that analyzes TTS audio recordings, providing transcription, quality scoring, pacing analysis, and mispronunciation detection to debug voice call center audio.Last updated
- Alicense-qualityCmaintenanceMCP server that converts videos, audio, and meeting recordings into structured transcripts and summaries with multi-backend ASR and automatic fallback.Last updatedMIT
Related MCP Connectors
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
Official MCP server for OmniDimension. Drive voice agents, dispatch calls, and run bulk campaigns.
A paid remote MCP for hosted MCP server, built to return verdicts, receipts, usage logs, and audit-r
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mgallmur-glitch/qc41-light'
If you have feedback or need assistance with the MCP directory API, please join our Discord server