Back to Home
Quizzardd icon

Quizard-MCP-Server

Verified Safe

by Quizzardd

Overview

This server functions as a Classroom Quiz Generator, leveraging AI to create, revise, and publish quizzes for educators by extracting content from learning materials and integrating with a backend classroom service.

Installation

Run Command
python server.py

Environment Variables

  • BACKEND_BASE_URL
  • BACKEND_AUDIENCE
  • GOOGLE_APPLICATION_CREDENTIALS
  • SERVICE_ACCOUNT_FILE
  • PORT

Security Notes

The server uses Google Cloud Storage for content retrieval and Google OIDC tokens for backend authentication, which are generally secure practices. It loads environment variables for sensitive paths. The `read_content_file_from_URL` function handles various URL schemes, including direct HTTP requests. While the intended use appears to be limited to Google Cloud Storage URLs by the tool descriptions, if the `file_url` input to this function were to be manipulated by an external, untrusted source, it could potentially lead to SSRF vulnerabilities, although the agent instructions for its use typically prevent this. No 'eval' or explicit shell execution is observed.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens5000
Stars0
Forks1
Last Update2025-11-23

Tags

Quiz GenerationClassroom ManagementAI AssistantContent ExtractionGoogle Cloud