{
  "name": "Parlor",
  "description": "Agentic website platform for small businesses. Agents can build multi-page websites, manage blog content, galleries, forms, bookings, an e-commerce shop, payment products and invoices, CRM contacts, email campaigns, restaurant menus, reviews, deployments, and analytics — all via MCP.",
  "url": "https://www.parlor.website",
  "version": "2.0.0",
  "provider": {
    "name": "Braintied",
    "url": "https://www.parlor.website",
    "contactEmail": "support@parlor.website"
  },
  "capabilities": {
    "mcp": {
      "url": "https://www.parlor.website/api/mcp",
      "transport": "streamable-http",
      "protocolVersion": "2025-03-26",
      "authentication": {
        "type": "bearer",
        "description": "JWT Bearer token (claims: sub, account_id, role, exp) or API key with pk_ prefix. Role-based: read / write / admin."
      }
    }
  },
  "skills": [
    { "name": "website_building", "description": "Create and publish multi-page websites and projects, including AI-assisted site generation." },
    { "name": "content_management", "description": "Manage blog posts, image galleries, assets, and lead-capture forms." },
    { "name": "commerce", "description": "Run an e-commerce shop: products, variants, inventory, orders, and discount codes." },
    { "name": "payments", "description": "Create payment products, invoices, and payment links, and report on payments. (Auth-scoped; permission-checked and audit-logged.)" },
    { "name": "bookings", "description": "Define meeting types and manage appointment bookings." },
    { "name": "crm_and_email", "description": "Manage CRM contacts and run email campaigns." },
    { "name": "restaurant", "description": "Manage restaurant menus and items (Toast / Mise POS sync)." },
    { "name": "reviews_and_analytics", "description": "Respond to reviews and retrieve site analytics." },
    { "name": "deployment", "description": "Deploy projects to a custom domain or Parlor subdomain." }
  ],
  "documentation": "https://www.parlor.website/llms-full.txt",
  "shortDocs": "https://www.parlor.website/llms.txt",
  "mcpManifest": "https://www.parlor.website/.well-known/mcp.json",
  "toolListNote": "The authoritative, always-current list of callable tools is served at /.well-known/mcp.json (generated from the live registry). The skills above are coarse capability groupings."
}
