← Registry

Learning Resources

matura.pet

Provides tools for browsing parsed exam materials, including subjects, topics, exams, papers, and official questions.

1 endpoint9 known toolsFirst detected September 19, 2026Last detected September 19, 2026

ENDPOINT 1

https://mcp.matura.pet/mcp

No auth detected

MCP server metadata

Name
MaturAI
Capabilities
experimentalpromptsresourcestools
Server instructions

Use these read-only tools to find official historical exam material. When helping a student, start with get_question_hints and reveal one hint at a time. Use get_question_solution only when the student asks for the answer or has already attempted the question. Distinguish official answers and grading notes from MaturAI's student-facing explanations. Preserve the provenance supplied with questions and clearly label any new questions you create as generated rather than official exam content.

Known tools 9

list_subjects

List subjects that have parsed exam material available.

Inferred read-only
list_topics

List every question topic, optionally limited to one subject.

Inferred read-only
list_exams

List historical exams and their papers for a subject.

Inferred read-only
list_papers

List exam papers available for a subject.

Inferred read-only
get_paper_questions

Get a bounded page of official questions from one exam paper.

Inferred read-only
get_topic_questions

Get a bounded page of official questions assigned to one topic.

Inferred read-only
sample_questions

Select up to 25 official questions for practice; change seed for another set.

Inferred read-only
get_question_hints

Reveal the first hints progressively, without exposing the final answer.

Inferred read-only
get_question_solution

Get a full worked solution; optionally include official scoring details.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.maturai]
url = "https://mcp.matura.pet/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "maturai": {
      "type": "http",
      "url": "https://mcp.matura.pet/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: maturai
Remote MCP URL: https://mcp.matura.pet/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "maturai": {
      "url": "https://mcp.matura.pet/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "maturai": {
      "type": "http",
      "url": "https://mcp.matura.pet/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "maturai",
  "transport": "streamable-http",
  "url": "https://mcp.matura.pet/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.