Multilingual AI study tool. Paste any public video URL to get a structured Knowledge Pack — summary, key ideas, glossary, quiz, transcript with timestamps — in Spanish, Portuguese, German, or English. Ships as an MCP server with one anonymous tool (vozclara_generate_pack) plus three OAuth-protected tools (search_my_library, ask_video, export_anki). Cloudflare Workers + Llama 3.3 70B (free/Pro) or Claude Sonnet 4.5 (Pro Plus). Free tier requires no signup. A LEON MARÉ product.
Server Config
{
"mcpServers": {
"vozclara": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://vozclara.app/api/mcp"
]
}
}
}