Learning Resources
rerato.ai
Creates AI-generated voice experiences such as quizzes and training modules from content sources.
ENDPOINT 1
https://rerato.ai/mcp
MCP server metadata
- Name
- rerato-mcp
- Version
- 0.1.0
You are interacting with Rerato — a voice-AI primitive. Typical agent flow: rerato_get_me → rerato_create_source → rerato_create_host → rerato_create_experience → rerato_generate_experience → rerato_publish_experience → rerato_create_session → rerato_complete_session → rerato_get_results. The platform API is in private beta: tool calls return COMING_SOON until access opens — surface this as 'pilot access required' (email info@rerato.com) to the user, not as a retry candidate.
Known tools 12
rerato_get_meReturns the authenticated context (organization, project, scopes) for the current API key.
Inferred read-onlyrerato_create_sourceRegister a content source (URL or raw text) that an experience will be generated from.
Inferred read-onlyrerato_create_hostCreate a voice-AI host preset (voice, personality, language).
Potential side effectsrerato_create_experienceCreate a voiced experience (quiz, lesson, training module) referencing a source and host.
Potential side effectsrerato_generate_experienceRun the LLM + voice generation pipeline on a draft experience.
Inferred read-onlyrerato_record_session_eventAppend a runtime event (answer.submitted, audio.played, etc.) to a session.
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.rerato-mcp]
url = "https://rerato.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"rerato-mcp": {
"type": "http",
"url": "https://rerato.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: rerato-mcp
Remote MCP URL: https://rerato.ai/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": {
"rerato-mcp": {
"url": "https://rerato.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"rerato-mcp": {
"type": "http",
"url": "https://rerato.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "rerato-mcp",
"transport": "streamable-http",
"url": "https://rerato.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for rerato.ai was fetched 2026-09-06T22:30:21.784Z.
rerato.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.