NIBWP

NIBWP

By nibwp
Details
View on WordPress

NIBWP WordPress publishes a curated set of read-only WordPress abilities as Model Context Protocol (MCP) tools so any MCP-compatible client can call them through a standard, signed REST endpoint. Use it to let AI clients inspect your site without copy-pasting or scraping.

What it does

  • Bundles the WordPress MCP adapter and exposes a wp/v2/ ability listing.
  • Registers safe, read-only abilities for posts, terms, users, media, options, comments, menus, search.
  • Adds a read-only directory listing + file-reading ability scoped to the WordPress content directory.
  • Provides a per-site key/value memory store (saved as a WordPress option) the AI client can use to remember context across calls.

What it does NOT do

  • It does not transmit content to any external service.
  • It does not change site behaviour or content unless you explicitly ask it to through the WordPress core ability set.
  • It does not require an account, license key, or subscription.

Permissions

Every ability requires a logged-in user with the manage_options capability. The permission check is filterable via the nibwp_permission_callback filter.

Details

Plugin code:
nibwp
Plugin version:
1.0.0
Author:
Outdated:
No
WP version:
6.9 or higher
PHP version:
8.0 or higher
Test up to WP version:
7.0
Total installations:
0
Last updated:
2026-06-19
Rating:
Times rated:
0
ai
api
automation
mcp
rest-api