CogniLedger MCP Server — Makuri showcase
A public, read-only MCP server operated by CogniLedger Solutions S.R.L. (Bucharest, Romania).
This server exposes metadata only about the Makuri EdTech platform — eight tools covering mission, supported languages, teaching approach, pricing, safety features, compliance posture, tech stack, and contact channels. No user data, no PII, no aggregated analytics. It 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).
The server is unauthenticated and free to call. Connect it from Claude Desktop, Le Chat, Cursor, or any MCP-capable client.
Connect
Claude Desktop
Edit ~/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"
}
}
}Le Chat (Mistral)
Add a new MCP connector in Le Chat settings with: Name: CogniLedger — Makuri Transport: streamable-http URL: https://mcp.cogniledger.eu/mcp
Cursor
Edit ~/.cursor/mcp.json:
{
"mcpServers": {
"cogniledger-makuri": {
"url": "https://mcp.cogniledger.eu/mcp"
}
}
}Tools
get_platform_info— Mission, target users, founding details, operating company.get_supported_languages— All 14 supported locales with UI and AI tutor coverage flags.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.get_tech_stack— Frontend, backend, database, AI providers, EU data residency.get_contact_info— Contact channels by purpose (partnership, press, support, compliance).
Full schemas and example responses: docs/TOOLS.md.
Compliance disclosure
This server exposes metadata only. No user data, no personally identifiable information, and no aggregated user metrics derived from end-user behavior are accessible through any tool. Compliance statuses returned by get_compliance_matrix reflect a self-assessment by CogniLedger Solutions S.R.L. as of the last_reviewed date in each entry; statuses are updated periodically.
For operational data inquiries, GDPR data subject requests, or authoritative confirmation of a compliance claim, contact leonid@cogniledger.eu. Such data is never exposed through public MCP endpoints. The server is operated under Romanian jurisdiction; EU GDPR applies.