{
  "site": "https://windowsforum.com",
  "description": "WindowsForum.com registers WebMCP tools on every page for in-browser AI agents: forum search, thread/post/user/KB reads, and (for logged-in members) confirmation-gated actions executed in the visitor's own session.",
  "api": {
    "surface": "document.modelContext",
    "registration": "registerTool",
    "origin_trials": {
      "chrome": { "feature": "WebMCP", "expires": "2026-11-17" },
      "edge": { "feature": "WebMCP", "expires": "2026-08-26" }
    },
    "permissions_policy": "tools=(self)",
    "inspection": "window.WFWebMCP.getStatus()",
    "declarative_forms": ["search-windowsforum"]
  },
  "tools": {
    "manifest": "https://windowsforum.com/webmcp/manifest.json",
    "call_endpoint": "https://windowsforum.com/webmcp/call.json",
    "note": "The tool set is visitor-specific: guests see the public read tools; logged-in members also see member-state reads and confirmation-gated actions. Fetch the manifest with same-origin credentials."
  },
  "documentation": {
    "skill": "https://windowsforum.com/.well-known/agent-skills/webmcp-browser-tools/SKILL.md",
    "llms_txt": "https://windowsforum.com/llms.txt"
  },
  "related": {
    "mcp_server": "https://mcp.windowsforum.com/",
    "mcp_discovery": "https://windowsforum.com/.well-known/mcp.json"
  },
  "provider": {
    "name": "WindowsForum.com",
    "url": "https://windowsforum.com"
  },
  "note": "Unofficial discovery document: the W3C WebMCP spec registers tools at runtime via JavaScript and defines no .well-known manifest yet. This file exists so crawlers that cannot execute JavaScript can still discover the tool surface."
}
