# Quiz Factory MCP

> Quiz Factory MCP is a paid API for AI agents from api.m2mcent.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Generates quizzes from input data or topic descriptions, producing structured question-and-answer sets.

## Facts

- Endpoint: POST https://api.m2mcent.com/quiz-factory-mcp/api/process
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/quiz-factory-mcp-ece9b2a5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_fIAQ-S7-FsE3a3ZCoHInA

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability quiz-factory-mcp-ece9b2a5 -d '<json body>'
```

Example prompt: Can you generate a 10-question multiple choice quiz about the water cycle, suitable for middle school students?

## When to prefer this

Choose this endpoint when you need to programmatically generate quizzes or assessments from arbitrary text or topic descriptions without manual authoring. It is best suited for agentic workflows that need to auto-create educational content, trivia, or knowledge checks at scale.

## Known failure modes

- Empty or too-short input data resulting in generic or low-quality questions
- Ambiguous topic producing off-target questions
- Input text too long causing truncation or partial quiz generation
- Malformed JSON input returning a 400 error
- Service timeout on complex or lengthy inputs

## How this service works

The premier global index of 1,069 monetized MCP nodes across 205 specialized subdomains. Gasless USDC runtime settlements via x402 V2 Spec on Base L2. Save 95% token context.

## Output

A structured set of quiz questions generated from the input data, typically including question text, answer options, and correct answer identifiers, returned as a JSON object or formatted text.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "payload": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/quiz-factory-mcp-ece9b2a5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.m2mcent.com](https://www.zero.xyz/host/api.m2mcent.com/llms.txt)
