Linux 软件免费装
Banner图

HLB Ability Registry for MCP

开发者 jdbg
更新时间 2026年8月21日 18:45
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

multisite ai rest-api mcp abilities-api

下载

1.6.2 1.6.3 1.6.4

详情介绍:

Most "connect AI to WordPress" tools expose either everything or nothing: a single broad REST scope, or a fixed bundle of tools the site owner can't trim. HLB Ability Registry for MCP takes a different approach — it ships a declarative catalogue of individually-togglable WordPress Abilities, and the site owner decides exactly which ones are live, per site. What it actually does Source code Development happens in the open: https://github.com/jdbg/hlb-ability-registry-mcp Try it without installing anything This plugin ships a WordPress Playground blueprint so you can click through the settings screen and a live MCP endpoint in a disposable browser sandbox before installing anything on a real site. See the FAQ below for the link.

安装:

  1. Install and activate the plugin as usual (upload the zip, or wp plugin install).
  2. Visit Settings → HLB Ability Registry for MCP to review and toggle the abilities available on this site.
  3. (Optional) Install the MCP Adapter plugin — it's not in the wordpress.org directory, so download it from its GitHub releases page and upload it via Plugins → Add New → Upload Plugin. Once it's active, this plugin's admin notice clears and your MCP endpoint goes live automatically; no extra configuration needed.
  4. On multisite, network-activate to set a network default; individual subsites can override it from their own settings screen unless network mode is enabled.

屏幕截图:

  • Live search narrows the list by name, id, or description across every category at once.

常见问题:

Does this plugin require the MCP Adapter to do anything?

No. Abilities register with WordPress core's Abilities API regardless, and are reachable via /wp-json/wp-abilities/v1/. The MCP Adapter is only needed if you want the dedicated MCP protocol endpoint. This plugin never downloads or installs the MCP Adapter automatically — it only detects whether it's present and links to its GitHub releases page if not.

Which abilities are enabled by default?

Read-only abilities (listing/getting posts, media, comments, taxonomies, templates, site info) default on. Anything that writes or deletes data defaults off until a site administrator turns it on explicitly.

Is this safe on multisite?

Yes. Per-subsite settings are always intersected with the currently-available ability registry, so a stale or renamed id can never be registered. In network mode, every permission and capability check still runs inside the target subsite's own context via switch_to_blog(), so a non-member is denied exactly as if they'd called the API on that subsite directly.

更新日志:

1.6.4 1.6.3 1.6.2 1.6.1 1.6.0 1.5.0 1.4.0 1.3.0 1.2.0 1.1.0 1.0.0