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

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.

Links