67
/ 100
27 days ago
glama

Quiz App MCP server

A Python MCP server built with FastMCP that exposes tools for a quiz app, optionally backed by a MySQL database.

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
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: DB_PASSWORD
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.
configDB_HOSTyour DB host
configDB_USERyour DB user
🔐 secretDB_PASSWORDyour DB password
configDB_NAMEyour DB name
configDB_PORT
configRENDER├── server.py # entry point — branches on env var (stdio vs HTTP)
configPORT
// 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/sathvik1607-quiz-mcp-server-e46hf4)](https://m8ven.ai/mcp/sathvik1607-quiz-mcp-server-e46hf4)
commit: ceed62628ecf9c02eaed35fcb6a56682a5e2f332
code hash: e3b98b0b671c9fb33c51a5293f3a5bfe80cae5c521defa10d2d96dbab99d3c07
verified: 7/4/2026, 9:10:45 AM
view raw JSON →