{
  "$schema": "https://raw.githubusercontent.com/modelcontextprotocol/modelcontextprotocol/main/schema/2025-06-18/server-card.schema.json",
  "serverInfo": {
    "name": "ownify-web",
    "title": "Ownify",
    "version": "1.0.0",
    "description": "Public, read-only tools for discovering Ownify pages, navigating the Ownify site, and getting a short summary of the Ownify product. Exposed in-browser via the WebMCP API (navigator.modelContext) to AI agents that visit ownify.com."
  },
  "publisher": {
    "name": "Ownify",
    "url": "https://ownify.com/"
  },
  "transport": {
    "type": "webmcp",
    "endpoint": "https://ownify.com/",
    "description": "Tools are registered in the browser via navigator.modelContext (WebMCP). There is no remote HTTP MCP endpoint; agents must load the page to access these tools."
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {},
    "prompts": {},
    "logging": {}
  },
  "tools": [
    {
      "name": "ownify_list_pages",
      "description": "List the main public pages on ownify.com with their paths and titles.",
      "annotations": { "readOnlyHint": true }
    },
    {
      "name": "ownify_navigate",
      "description": "Navigate the current Ownify browser tab to a specific same-origin Ownify path (e.g. '/investors/faq').",
      "annotations": { "readOnlyHint": false }
    },
    {
      "name": "ownify_get_summary",
      "description": "Return a short plain-English summary of what Ownify is, who it's for, and where it operates.",
      "annotations": { "readOnlyHint": true }
    }
  ],
  "documentation": {
    "url": "https://ownify.com/llms.txt"
  },
  "contact": {
    "url": "https://ownify.com/about"
  }
}
