{
  "name": "ÍL·LUKI",
  "description": "Public information agent for ÍL·LUKI, a membership platform where one identity connects learning, tools, community and services. Answers what ÍL·LUKI is, what membership includes, searches published Q&A, checks referral handles, and returns signup links. Read-only: it holds no member data and performs no actions. The callable interface is Model Context Protocol (MCP) over Streamable HTTP JSON-RPC 2.0, so the method names are MCP's (tools/list, tools/call) rather than A2A's.",
  "version": "1.0.0",
  "protocolVersion": "1.0",
  "url": "https://illuki.com/api/mcp",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://illuki.com/api/mcp",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["application/json", "text/plain"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "securitySchemes": {},
  "security": [],
  "provider": {
    "organization": "ÍL·LUKI",
    "url": "https://illuki.com"
  },
  "documentationUrl": "https://illuki.com/llms.txt",
  "iconUrl": "https://illuki.com/favicon.ico",
  "skills": [
    {
      "id": "about-illuki",
      "name": "About ÍL·LUKI",
      "description": "Returns a factual description of ÍL·LUKI, its membership model, and the named parts of its ecosystem.",
      "tags": ["about", "company", "membership"],
      "examples": ["What is ÍL·LUKI?", "Explain the ÍL·LUKI ecosystem"]
    },
    {
      "id": "ask-eve",
      "name": "Ask EVE",
      "description": "Asks ÍL·LUKI's public guide EVE a free-text question and returns her grounded answer. Declines anything not published.",
      "tags": ["qa", "assistant"],
      "examples": ["How does ÍL·LUKI membership work?"]
    },
    {
      "id": "membership-overview",
      "name": "Membership Overview",
      "description": "Returns the free tier and the $25/month Premium tier and what each includes, plus how referral links and payouts differ between them.",
      "tags": ["membership", "pricing"],
      "examples": ["What does ÍL·LUKI Premium cost?"]
    },
    {
      "id": "signup-link",
      "name": "Signup Link",
      "description": "Returns the free signup URL, optionally crediting a referral handle.",
      "tags": ["signup", "referral"],
      "examples": ["Give me a link to join ÍL·LUKI with referral handle che"]
    },
    {
      "id": "resolve-referral-handle",
      "name": "Check Referral Handle",
      "description": "Returns whether a string is a well-formed ÍL·LUKI referral handle. Boolean only; no personal information, and it does not confirm that the handle belongs to a member.",
      "tags": ["referral", "validation"],
      "examples": ["Is che a well-formed ÍL·LUKI referral handle?"]
    },
    {
      "id": "search-faq",
      "name": "Search FAQ",
      "description": "Searches ÍL·LUKI's published question-and-answer material and reports which matching topics are not public.",
      "tags": ["faq", "search"],
      "examples": ["Does ÍL·LUKI cost anything to join?"]
    }
  ]
}
