Connect your agent to GCSE paper generation.
Use the hosted MCP endpoint with OpenCode, OpenClaw, or another compatible client. You do not need to run Revise with the Past locally or configure a Convex project.
01
Connect
Add the hosted endpoint to your MCP client.
02
Choose
Pick a subject, tier, paper and topic from the catalog.
03
Generate
Receive HTTPS links to the question paper and mark scheme.
01 / Connect
Use the hosted endpoint.
In a MCP client, add the same URL as a remote server.
{
"mcp": {
"gcse_papers": {
"type": "remote",
"url": "https://revise.hridya.tech/mcp",
"enabled": true,
"oauth": false,
"timeout": 290000
}
}
}Connection details
- Endpoint
- https://revise.hridya.tech/mcp
- Transport
- Remote MCP over HTTPS
- Authentication
- No client secret required
02 / Choose
Let the client discover the available papers.
Start with the subject list and catalog instead of guessing IDs. The returned topic IDs, tiers and paper codes are the values to use in the generation request.
Prompt shape
Ask the agent to call `list_subjects`, then `get_subject_catalog`, then `generate_paper_bundle`. Focused generation should pass topic IDs from the catalog.
Broad papers require `selectAllTopics: true`.
Before you start
Hosted, temporary and rate-limited.
- 10 bundles per caller per hour and 300 bundles globally per hour by default.
- Generated PDFs are temporary download links and normally expire after 24 hours.
- The generated paper and mark scheme use source exam material. Share or redistribute them only where your exam board or school permits it.
- If a request times out, retry it; timeouts are rare and generation is typically fast.