{
  "protocolVersion": "0.3.0",
  "name": "MakeItRun",
  "description": "Publish HTML to a permanent live URL, straight from an AI conversation. Note: this service speaks MCP (Model Context Protocol), not A2A — connect any MCP client to the Streamable HTTP endpoint at https://mcp.makeitrun.ai/mcp (OAuth 2.1 with dynamic client registration). Human setup guide: https://makeitrun.ai/connect",
  "url": "https://mcp.makeitrun.ai/mcp",
  "preferredTransport": "MCP",
  "provider": { "organization": "MakeItRun", "url": "https://makeitrun.ai" },
  "version": "0.1.0",
  "documentationUrl": "https://makeitrun.ai/developers",
  "capabilities": {},
  "defaultInputModes": ["text/html", "text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "publish_html",
      "name": "Publish HTML",
      "description": "Publish a self-contained HTML page to a permanent live URL with access controls (public, signed-in, allowlist, private).",
      "tags": ["publish", "hosting", "html", "deploy"]
    },
    {
      "id": "list_my_publishes",
      "name": "List publishes",
      "description": "List the pages published by the authenticated user.",
      "tags": ["list", "manage"]
    },
    {
      "id": "delete_publish",
      "name": "Delete publish",
      "description": "Take one of your published pages offline.",
      "tags": ["delete", "manage"]
    }
  ]
}
