Learning Resources
rerato.ai
Creates AI-generated voice experiences such as quizzes and training modules from content sources.
ENDPOINT 1
https://rerato.ai/mcp
Known tools 12
rerato_get_meReturns the authenticated context (organization, project, scopes) for the current API key.
rerato_create_sourceRegister a content source (URL or raw text) that an experience will be generated from.
rerato_create_hostCreate a voice-AI host preset (voice, personality, language).
rerato_create_experienceCreate a voiced experience (quiz, lesson, training module) referencing a source and host.
rerato_generate_experienceRun the LLM + voice generation pipeline on a draft experience.
rerato_publish_experiencePublish a generated experience so users can play it.
rerato_create_sessionStart a session for a player on a published experience.
rerato_record_session_eventAppend a runtime event (answer.submitted, audio.played, etc.) to a session.
rerato_complete_sessionMark a session complete and produce the result row.
rerato_get_resultsRead the result row for a completed session.
rerato_subscribe_webhookRegister a webhook subscription.
rerato_list_experiencesList experiences in the current project.