LIVE ENDPOINT
https://mcp.matura.pet/mcp
Connect to this endpoint to inspect the live schema for list_papers and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
list_subjects— List subjects that have parsed exam material available.list_topics— List every question topic, optionally limited to one subject.list_exams— List historical exams and their papers for a subject.get_paper_questions— Get a bounded page of official questions from one exam paper.get_topic_questions— Get a bounded page of official questions assigned to one topic.sample_questions— Select up to 25 official questions for practice; change seed for another set.get_question_hints— Reveal the first hints progressively, without exposing the final answer.get_question_solution— Get a full worked solution; optionally include official scoring details.