

The cockpit: agent tool status, the full tool list and a quick-start guide.
Ostheimer Cockpit for WebMCP turns your WordPress site into a set of structured tools for
AI agents that run through your browser. It implements the experimental
WebMCP Draft Community Group Report,
which is not a W3C Standard. Compatible browser agents can discover what your
site can do and act on it. The plugin requires no separate MCP server and no
plugin API key.
The agent drafts; the human approves.
Tool registration and WordPress requests run in your browser tab and your own
WordPress installation. The plugin itself does not send content to the plugin
developer or another third-party service. Your chosen browser, AI agent, or
extension may process prompts, page content, tool inputs, or tool results on
external systems under its provider’s terms and privacy policy.
create_post / update_post — common core post fields: title, content,categories_names / tags_names resolve names tolist_posts, get_post, get_post_markdown — search and read content inlist_comments, moderate_comment — triage the comment queue: the agentlist_revisions, compare_revisions, restore_revision — read a post’supdate_post (published or scheduled contentlist_terms, get_site_info, get_activity — context and audit trail.upload_media, upload_media_base64 — media library uploads.The cockpit is extensible: register custom tools via
apply_filters( ‘webmcp_cockpit_tools’, $tools ) with a name, description,
JSON schema and PHP callback. Custom tools appear alongside the built-in ones
in the browser agent’s tool list.