Learning Resources
matura.pet
Provides tools for browsing parsed exam materials, including subjects, topics, exams, papers, and official questions.
ENDPOINT 1
https://mcp.matura.pet/mcp
MCP server metadata
- Name
- MaturAI
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
get_topic_questionsGet a bounded page of official questions assigned to one topic.
Inferred read-onlysample_questionsSelect up to 25 official questions for practice; change seed for another set.
Inferred read-onlyget_question_hintsReveal the first hints progressively, without exposing the final answer.
Inferred read-onlyget_question_solutionGet a full worked solution; optionally include official scoring details.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.