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.
Related MCP Servers
- Alicense-qualityDmaintenanceModular MCP server providing text preprocessing and NLP tools for AI agent ecosystems.Last updatedMIT
- AlicenseAqualityDmaintenanceAn MCP server for learning purposes that integrates jina.ai tools for web search and reading.Last updated45Apache 2.0
- Alicense-qualityBmaintenanceMCP server suite that lets coding agents generate deep instructional content from external sources and operate classroom-interactive EdTech platforms including Padlet, Google Classroom, Kahoot!, Wayground, Wordwall, and Nearpod.Last updatedMIT
- Flicense-qualityDmaintenanceMCP server for ГУАП's student portal enabling AI agents to manage tasks, materials, and reports.Last updated1
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server for AI dialogue using various LLM models via AceDataCloud
Pocket Agent (aipocketagent.com) MCP server — read tools for personas, apps, and product info.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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