{
  "entry": {
    "kind": "webmcp",
    "slug": "model-context-tool-inspector",
    "name": "Model Context Tool Inspector",
    "vendor": "Beaufort",
    "description": "A Chrome extension that discovers the WebMCP tools a page registers, renders their JSON schemas, and lets you invoke them manually with arguments you choose. Where WebMCP Radar answers \"what is here\", the Inspector answers \"what happens when it runs\".\n\nManual invocation is exactly what makes it useful for review and exactly what makes it sharp. Calling a tool from the Inspector executes it in the live page, in the live session — a `checkout` or `deleteAccount` tool does the real thing. It declares browser control and outbound network access. Use it against staging, or against accounts you are willing to mutate, and treat every successful invocation as evidence of what a compromised agent could have done unattended.",
    "website": "https://chromewebstore.google.com/",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "community",
    "capabilities": [
      "browser:control",
      "network:outbound"
    ],
    "packaging": null,
    "configFiles": null,
    "category": "browser-extension",
    "updatedAt": "2026-09-02",
    "risk": {
      "score": 40,
      "band": "medium",
      "signals": [
        {
          "id": "trust-community",
          "kind": "trust",
          "label": "Established community project",
          "contribution": -10
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}