{
  "name": "Frontman",
  "description": "AI website editor for existing WordPress, Next.js, Astro, and Vite sites. Uses live page context, CSS, screenshots, CMS or component context, routes, and logs to make reviewable updates.",
  "url": "https://frontman.sh",
  "provider": {
    "name": "Frontman AI",
    "url": "https://frontman.sh"
  },
  "version": "1.0.0",
  "documentationUrl": "https://frontman.sh/docs/",
  "contactUrl": "https://frontman.sh/contact/",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json",
    "text/x-diff"
  ],
  "skills": [
    {
      "id": "visual-website-editing",
      "name": "Visual website editing",
      "description": "Select live website elements and request WordPress updates or source-code changes using runtime context.",
      "tags": [
        "website-editor",
        "visual-editing",
        "wordpress"
      ]
    },
    {
      "id": "runtime-context",
      "name": "Runtime context collection",
      "description": "Collect DOM, CSS, screenshots, CMS or component context, routes, and server logs for website editing agents.",
      "tags": [
        "mcp",
        "browser",
        "dev-server"
      ]
    },
    {
      "id": "lighthouse-audits",
      "name": "Lighthouse audits",
      "description": "Run performance and accessibility audits inside the Frontman workflow.",
      "tags": [
        "performance",
        "accessibility"
      ]
    }
  ],
  "endpoints": {
    "documentation": "https://frontman.sh/docs/",
    "llms": "https://frontman.sh/llms.txt",
    "mcp": "https://frontman.sh/.well-known/mcp/server-card.json",
    "apiCatalog": "https://frontman.sh/.well-known/api-catalog"
  }
}