{
  "version": "1.0",
  "protocolVersion": "2025-03-26",
  "serverInfo": {
    "name": "copy2llm",
    "version": "0.3.0",
    "title": "Copy2LLM"
  },
  "description": "Install and configure Copy2LLM, the portable context layer between websites and AI.",
  "documentationUrl": "https://copy.computer/docs",
  "transport": {
    "type": "streamable-http",
    "endpoint": "/mcp"
  },
  "capabilities": {
    "tools": {}
  },
  "authentication": {
    "required": false,
    "schemes": []
  },
  "tools": [
    {
      "name": "get_install_snippet",
      "description": "Return the Copy2LLM script-tag snippet and React import for adding the context-layer button to a website.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "position": {
            "type": "string",
            "enum": [
              "bottom-right",
              "bottom-left",
              "top-right",
              "top-left",
              "inline"
            ]
          },
          "theme": {
            "type": "string",
            "enum": [
              "auto",
              "light",
              "dark"
            ]
          }
        },
        "additionalProperties": false
      }
    },
    {
      "name": "get_docs",
      "description": "Return Copy2LLM developer docs: install paths, options, OpenAPI, and when to use the product.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    }
  ]
}
