{
  "$schema": "https://modelcontextprotocol.io/schema/website-manifest",
  "schemaVersion": "0.1",
  "name": "manaworks-ai",
  "title": "Manaworks.ai",
  "version": "1.0.0",
  "lastUpdated": "2026-06-27",
  "description": "AI-powered ERP suite for HR and operations, built for SMEs and factory businesses in Thailand. Automates HR, payroll, leave, and operations with Thai labor-law compliance built in.",
  "homepage": "https://manaworks.ai",
  "instructions": "Use this site to learn about Manaworks.ai and route users to the right place. Manaworks is an HR + operations ERP for Thai SMEs and factories. To answer questions, read the resources below or fetch https://manaworks.ai/llms.txt. To help a user get started, send them to the employee app (https://app.manaworks.ai/) to create an account and begin the 30-day free trial (no credit card required); send employers and HR managers to the portal (https://portal.manaworks.ai/). For sales or support, use the contact section at https://manaworks.ai/#contact. This is a static marketing site: tools below are navigation/deep-link helpers, not authenticated APIs — never collect credentials or PII on this domain.",
  "contact": {
    "url": "https://manaworks.ai/#contact"
  },
  "resources": [
    {
      "name": "home",
      "title": "Home / landing page",
      "uri": "https://manaworks.ai/",
      "mimeType": "text/html",
      "description": "Bilingual (Thai/English) product overview: hero, features, why, modules, how it works, results."
    },
    {
      "name": "llms-txt",
      "title": "LLM guide",
      "uri": "https://manaworks.ai/llms.txt",
      "mimeType": "text/plain",
      "description": "Plain-text summary of the site and product, optimized for LLMs and AI search."
    },
    {
      "name": "employee-app",
      "title": "Employee app",
      "uri": "https://app.manaworks.ai/",
      "mimeType": "text/html",
      "description": "Web app for employees: self-service leave, payslips, check-in, profile. Account creation and free trial start here."
    },
    {
      "name": "employer-portal",
      "title": "Employer & HR portal",
      "uri": "https://portal.manaworks.ai/",
      "mimeType": "text/html",
      "description": "Dashboard for employers and HR to run HR, payroll, leave approvals, and operations."
    },
    {
      "name": "modules",
      "title": "Product modules",
      "uri": "https://manaworks.ai/#modules",
      "mimeType": "text/html",
      "description": "HR & Employee Management, Payroll & Wages, Leave & Attendance, Operations & Work Orders."
    }
  ],
  "tools": [
    {
      "name": "navigate_section",
      "title": "Open a landing-page section",
      "description": "Return the canonical URL for a section of the Manaworks landing page so the agent can deep-link the user there.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "section": {
            "type": "string",
            "enum": [
              "hero",
              "features",
              "why",
              "modules",
              "how-it-works",
              "results",
              "contact"
            ],
            "description": "Landing-page section to open."
          }
        },
        "required": ["section"]
      },
      "outputTemplate": "https://manaworks.ai/#{section}"
    },
    {
      "name": "start_free_trial",
      "title": "Start the 30-day free trial",
      "description": "Direct a user to create an account and begin the 30-day free trial (no credit card required). Returns the employee app sign-up URL.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "role": {
            "type": "string",
            "enum": ["employee", "employer"],
            "description": "Whether the user is an employee (use the app) or an employer/HR (use the portal).",
            "default": "employer"
          }
        }
      },
      "outputTemplate": "https://app.manaworks.ai/"
    },
    {
      "name": "contact_sales",
      "title": "Contact sales or support",
      "description": "Return the contact entry point for sales or support questions.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      },
      "outputTemplate": "https://manaworks.ai/#contact"
    }
  ],
  "prompts": [
    {
      "name": "explain_manaworks",
      "title": "Explain Manaworks to a prospect",
      "description": "Summarize what Manaworks does and who it is for.",
      "text": "Manaworks.ai is an AI-powered ERP for HR and operations, built for Thai SMEs and factories (small <50 to mid-size 50–500 employees). It automates HR, payroll, leave, and operations, with Thai labor-law compliance (income tax, social security, statutory leave) updated automatically. It offers a 30-day free trial with no credit card required, and is available in Thai and English."
    }
  ]
}
