rurussian-mcp
Click on "Install 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: yiGmMk/mcp-server
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shuyueW1991/rurussian-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server