Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

Makuri Showcase (CogniLedger)

io.github.Cogniledger/cogniledger-mcp-makuri

Public MCP server for Makuri, an EU-compliant AI tutoring platform for immigrant children.

Uptime
100.0%
3 probes
Response
1211ms
last probe
Tools
9
callable

Tools · 9

get_platform_info

Returns general information about the Makuri platform, including mission, target users, founding details, and company information. Use this tool when the user asks 'what is Makuri', 'who made it', or …

get_supported_languages

Returns the list of languages supported by Makuri, with separate coverage details for user interface versus AI tutor interactions. Use when the user asks which languages Makuri supports or whether a s…

get_subjects

Returns the list of academic subjects Makuri teaches, grouped by grade level, with information about exam preparation coverage. Use when the user asks what Makuri teaches or about specific subjects.

get_pricing_tiers

Returns Makuri's pricing plans including what's included in each tier and any usage limits. Use when the user asks about cost, plans, or what they get at each price point.

get_safety_features

Returns information about safety features on Makuri, including age verification, content filtering, parental controls, and AI safety guardrails. Use when the user asks about child safety, content mode…

get_compliance_matrix

Returns Makuri's current compliance posture across EU AI Act, GDPR, GDPR-K (children data), COPPA, and ISO 42001. Each entry shows current status (compliant, in_progress, not_applicable), evidence, an…

get_tech_stack

Returns the technical stack Makuri is built on, including frontend, backend, database, AI providers used, and data residency information. Use when the user asks how Makuri is built or which AI models …

get_contact_info

Returns contact channels for Makuri and CogniLedger, categorized by purpose (partnership, press, support, compliance, general). Use when the user asks how to reach the team or who handles a specific i…

get_free_resources

Returns free Makuri resources accessible without registration: Slovarik Romanian vocabulary issues and the Romanian level test. Use this when a user asks about free Romanian learning materials, langua…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "makuri_showcase_(cogniledger)": {
      "url": "https://mcp.cogniledger.eu/mcp",
      "transport": "streamable-http"
    }
  }
}