0
/ 100
9 hours ago
glama

Quality Screener MCP Server

Enables AI agents to screen and filter stock universe, compute custom quality scores, inspect score history, manage scoring systems, and generate shareable screen links, acting as the signed-in user.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Reads files from sensitive locations
Touches: credentials.json
🔐
You'll be asked for 1 credential: QSCREENER_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configQSCREENER_API_URLe =https://your-backend.example.com \
configQSCREENER_WEBSITE_URL
configQSCREENER_MCP_HOST0.0.0.0 Bind host for HTTP transports
configPORTQSCREENER_MCP_PUBLIC_URL http://localhost:{\8080} Publicly reachable base URL of this server; used to build the OAuth callback URL
configQSCREENER_MCP_PORTQSCREENER_MCP_TRANSPORT=streamable-http =8080 \
configQSCREENER_MCP_PUBLIC_URLe =http://localhost:8080 \
🔐 secretQSCREENER_TOKENstdio (default) A local agent (e.g. Claude Code) launches the server as a subprocess Token from $ or ~/.config/qscreener/credentials.json
configQSCREENER_CONFIG_DIR~/.config/qscreener Directory holding credentials.json for stdio mode
configQSCREENER_MCP_TRANSPORTstreamable-http QSCREENER_MCP_PORT=8080 \
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/quality-screener-quality-screener-mcp-server-ma0wfm)](https://m8ven.ai/mcp/quality-screener-quality-screener-mcp-server-ma0wfm)
commit: ca4b5521e3be4a2bdd04953092c90d1b5b387191
code hash: 3c19048021c4baafcd7e8b2d9db30cb62e18378ef327b88de1d04b4b60954be7
verified: 7/31/2026, 9:07:17 AM
view raw JSON →