Serversio.github.quizlar/mcp-server
S

Quizlar — voice-powered AI flashcards with spaced repetition

io.github.quizlar/mcp-server · v1.0.0
● Remote
v1.0.0remote🌐 https://mcp.quizlar.app/mcp/↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.quizlar/mcp-server",
  "description": "Voice-led, FSRS-scheduled flashcards from YouTube, PDFs, web, or text. Auto-graded quizzes.",
  "title": "Quizlar — voice-powered AI flashcards with spaced repetition",
  "repository": {
    "url": "https://github.com/quizlar/mcp-server",
    "source": "github"
  },
  "version": "1.0.0",
  "websiteUrl": "https://quizlar.app",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.quizlar.app/mcp/",
      "headers": [
        {
          "description": "Authorization header value. Mint a Quizlar API key at https://quizlar.app/settings/api-keys (format: sk-qz-<32 chars>) and provide as 'Bearer sk-qz-...'.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}