rurussian-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@rurussian-mcpexplain text: Меня зовут Анна"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RuRussian Agent-Native MCP
Agent-native MCP server for rurussian.com and multi-agent learning workflows.
This version upgrades the original single-file wrapper into a production-oriented learning infrastructure with:
strict JSON outputs backed by Pydantic schemas
three explicit layers: atomic tools, workflow tools, and memory tools
modular services for backend access, parsing, lesson generation, and learner modeling
persistent JSON-backed learning memory designed for later migration to MongoDB or another database
Architecture
rurussian_mcp/
schemas/ -> request/response contracts
services/ -> backend access, parsing, workflows, memory
tools/ -> MCP tool registration by layer
memory/ -> persistence namespace
server.py -> thin FastMCP entrypointRelated MCP server: mcp-guap
Installation
pip install rurussian-mcpConfiguration
{
"mcpServers": {
"rurussian": {
"command": "rurussian-mcp",
"args": [],
"env": {
"RURUSSIAN_API_URL": "https://rurussian.com/api",
"RURUSSIAN_API_KEY": "YOUR_BOT_API_KEY",
"RURUSSIAN_LEARNER_EMAIL": "learner@example.com"
}
}
}
}Optional environment variables:
RURUSSIAN_MEMORY_STORERURUSSIAN_LEARNER_IDRURUSSIAN_BUY_SESSION_ENDPOINTSRURUSSIAN_CONFIRM_PURCHASE_ENDPOINTS
Tool Surface
Support Tools
authenticateauthentication_statuslist_pricing_planspurchase_statuscreate_key_purchase_sessionconfirm_key_purchase
Layer A: Atomic Tools
parse_sentencegenerate_examplesgenerate_reading_passage
Layer B: Workflow Tools
explain_text_for_learnercreate_daily_lessoncreate_review_sessionevaluate_user_answersimulate_conversation
Layer C: Memory Tools
get_learning_profileupdate_learning_progressget_next_best_lesson
Examples
Structured request and response examples for every tool are in examples/tool_examples.json.
Notes
The server reuses the real RuRussian backend where it already exists today: translation, Zakuska generation, sentence generation, and checkout flows.
Sentence parsing, lesson assembly, learner scoring, and profile memory are implemented locally so autonomous agents can compose deterministic JSON outputs.
Memory uses a simple JSON store now and is isolated behind a service layer for future database-backed scaling.
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP Server for an Agent Task Marketplace
MCP server for Russian books search, details, and recommendation candidates.
MCP server for progressive tool usage at any scale (see https://klavis.ai)
MCP server for building and testing AI agents with multi-model experimentation and insights.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceModular MCP server providing text preprocessing and NLP tools for AI agent ecosystems.18 PyPIMIT
- FlicenseAqualityDmaintenanceMCP server for ГУАП's student portal enabling AI agents to manage tasks, materials, and reports.112-
- AlicenseNot gradedqualityDmaintenanceAn MCP server and CLI for step-by-step learning, enabling humans and agents to learn subjects like language tutoring through a structured prompt system.1Apache 2.0
- AlicenseAqualityCmaintenanceAn MCP server that enforces a pedagogical workflow to teach topics step by step, using research, decomposition, and spaced retrieval practice.71MIT