← polyglotgym.com
INDIVIDUAL MCP TOOL
start_cefr_lesson
Return the public URL for a CEFR lesson exercise in a selected language.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
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.polyglotgym-com]
url = "https://polyglotgym.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"polyglotgym-com": {
"type": "http",
"url": "https://polyglotgym.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: polyglotgym-com
Remote MCP URL: https://polyglotgym.com/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": {
"polyglotgym-com": {
"url": "https://polyglotgym.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"polyglotgym-com": {
"type": "http",
"url": "https://polyglotgym.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "polyglotgym-com",
"transport": "streamable-http",
"url": "https://polyglotgym.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
find_language_course— Find a public PolyglotGym course page for a target language and optional CEFR level.find_grammar_explanation— Find a public grammar explanation page for a language learning topic.find_vocabulary_practice— Find a public vocabulary practice page for a language and topic.get_public_course_outline— Return public course navigation links for a language and optional CEFR level.find_a1_collection— Find a public A1 topic collection page for a language, such as restaurant, city, travel, or health.find_frequency_word_list— Find a public high-frequency word list page for a language: Top 100, Top 500, or Top 1000 words.