Server data from the Official MCP Registry
Public MCP server for Makuri, an EU-compliant AI tutoring platform for immigrant children.
Public MCP server for Makuri, an EU-compliant AI tutoring platform for immigrant children.
Remote endpoints: streamable-http: https://mcp.cogniledger.eu/mcp
This is a well-designed, read-only MCP server exposing static metadata about the Makuri EdTech platform under EU compliance constraints. The server has no authentication (appropriate for public metadata), no dangerous code patterns, no credential storage, and minimal external dependencies. Permissions are narrowly scoped to HTTP networking and environment variable reading for runtime config. Minor code quality observations (broad exception handling in the test client) do not constitute security risks. The architecture and security posture align well with the server's stated purpose of exposing public, static information only. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity).
7 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
A public, read-only Model Context Protocol server operated by CogniLedger Solutions S.R.L. (Bucharest, Romania). It exposes structured metadata about the Makuri EdTech platform — eight tools covering mission, languages, teaching approach, pricing, safety, compliance posture, tech stack, and contact channels.
This is a reference deployment demonstrating production MCP patterns under EU compliance constraints. Makuri is a High Risk AI system under EU AI Act Annex III, paragraph 3 (educational AI for minors); the v1 scope of this server is therefore deliberately narrow: metadata only, no user data, no PII, no aggregated analytics.
https://mcp.cogniledger.eu/mcpEdit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"cogniledger-makuri": {
"url": "https://mcp.cogniledger.eu/mcp"
}
}
}
Restart Claude Desktop. The eight tools appear under the connector picker.
In Le Chat settings, add a new MCP connector:
https://mcp.cogniledger.eu/mcpEdit ~/.cursor/mcp.json:
{
"mcpServers": {
"cogniledger-makuri": {
"url": "https://mcp.cogniledger.eu/mcp"
}
}
}
| Tool | Description |
|---|---|
get_platform_info | Mission, target users, founding details, operating company. |
get_supported_languages | All 14 supported locales with UI / AI tutor coverage flags. Optional locale filter. |
get_subjects | Textbook-agnostic teaching approach, ten action buttons, learning modes. |
get_pricing_tiers | Free trial and beta subscription details. |
get_safety_features | Age gate, content filters, parental controls, AI safety guardrails. |
get_compliance_matrix | EU AI Act, GDPR, GDPR-K, COPPA, ISO 42001 — current status with disclaimer. Optional regulation filter. |
get_tech_stack | Frontend, backend, database, AI providers, EU data residency. |
get_contact_info | Contact channels by purpose. Optional purpose filter. |
Full input schemas and example responses: docs/TOOLS.md. Real client transcripts: docs/EXAMPLES.md. Compliance disclosure: docs/COMPLIANCE_DISCLOSURE.md.
git clone https://github.com/cogniledger/cogniledger-mcp-makuri.git
cd cogniledger-mcp-makuri
npm install
npm run dev
The server starts on http://localhost:3000. The MCP endpoint is http://localhost:3000/mcp.
# In one terminal:
npm run dev
# In another:
npm run test:smoke
The smoke test connects to the local server, lists tools, calls each one, and exits non-zero on any failure.
npx @modelcontextprotocol/inspector
Connect with transport streamable-http to http://localhost:3000/mcp. All eight tools should be visible and callable.
.env is git-ignored; .env.example lists variable names only and is empty for v1.evt, tool, ts, status, duration_ms. No request bodies, no IPs, no argument values.docs/COMPLIANCE_DISCLOSURE.md for the full compliance posture.MIT — see LICENSE.
Copyright © 2026 CogniLedger Solutions S.R.L.
Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption