{
  "schema_version": "v1",
  "name": "KIRA MCP Server",
  "description": "KIRA's Model Context Protocol server. Exposes the full KIRA platform — Lojain AI (WhatsApp), KiraChats (Instagram automation), Social Manager, and Web Studio — as Claude tools. Any user with a KIRA account can connect and manage their platform through natural language in Claude.",
  "url": "https://mcp.kiragpt.com/mcp",
  "transport": "streamable-http",
  "auth": {
    "type": "bearer",
    "description": "Provide your KIRA tenant API key as a Bearer token. Get your key from Dashboard → Settings → API Keys."
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "products": [
    {
      "name": "Lojain AI",
      "description": "WhatsApp AI platform — manage conversations, contacts, campaigns, knowledge base, SLA, payments, and catalog"
    },
    {
      "name": "KiraChats",
      "description": "Instagram automation — comment-to-DM flows, giveaways, loyalty triggers, story DM sequences, analytics"
    },
    {
      "name": "Social Manager",
      "description": "Social content scheduling and publishing — Instagram posts, brand content, performance analytics"
    },
    {
      "name": "Web Studio",
      "description": "E-commerce store management — products, orders, AI-generated product images, customer reviews"
    }
  ],
  "setup": {
    "claude_code": {
      "description": "Add to Claude Code via stdio transport",
      "command": "python /path/to/kira_mcp/run.py",
      "env": {
        "KIRA_API_KEY": "your_tenant_api_key",
        "KIRA_TENANT_ID": "your_tenant_uuid",
        "KIRA_API_BASE": "https://api.kiragpt.com"
      }
    },
    "claude_ai": {
      "description": "Add as remote connector in Claude Pro/Max",
      "url": "https://mcp.kiragpt.com/mcp",
      "auth": "Bearer <your_kira_api_key>"
    }
  },
  "contact": "sales@kiragpt.com",
  "docs": "https://kiraco.org/services/kira-suite"
}
