Linux 软件免费装

Agentgate for WebMCP

开发者 chatpod
更新时间 2026年4月2日 22:16
PHP版本: 8.0 及以上
WordPress版本: 6.9
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

content ai browser read-only webmcp

下载

1.0.0

详情介绍:

Agentgate for WebMCP is a zero-configuration plugin that makes your published content available to AI agents through the WebMCP browser standard. Activate it on any HTTPS-enabled WordPress 6.9 site and three read-only tools become available instantly. What agents can do Agents visiting your site in a supported browser can: No content is modified. Agents see the same public information as any visitor. Under the hood A small deferred script checks whether the browser supports navigator.modelContext. If it does, the plugin fetches the available tool definitions from a local REST endpoint and registers them. Each tool invocation is processed server-side, sanitized, and returned as structured JSON. Results are cached in the browser for 24 hours to keep requests low. Unsupported browsers simply ignore the script — nothing breaks, nothing logs.

安装:

Upload and activate the plugin. There are no settings pages or toggles. The only prerequisite is that your site uses HTTPS, which the WebMCP standard requires for its browser APIs to function.

常见问题:

Is any content on my site changed or exposed beyond what is already public?

No. The plugin only surfaces information that is already visible to anyone browsing your site: published post content and category metadata.

My site uses plain HTTP. Will the plugin still work?

It will not. The WebMCP browser APIs are restricted to pages served over HTTPS. On HTTP pages the script exits immediately without registering any tools or making network requests.

Does this add load to my server?

Minimal. Tool definitions are served from a lightweight REST endpoint with HTTP caching headers (ETag + 5-minute max-age). Browsers also persist the tool list in localStorage for 24 hours, so repeat page views rarely trigger a new request.

Which browsers support WebMCP?

Chrome 146 and newer. On all other browsers the plugin is inert.

更新日志:

1.0.0