{"id":51025458,"url":"https://github.com/bjornfix/mcp-abilities-plugin-check","last_synced_at":"2026-06-21T19:30:32.213Z","repository":{"id":362626987,"uuid":"1259847905","full_name":"bjornfix/mcp-abilities-plugin-check","owner":"bjornfix","description":"MCP bridge for the official WordPress.org Plugin Check plugin.","archived":false,"fork":false,"pushed_at":"2026-06-05T05:26:15.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-05T07:31:37.607Z","etag":null,"topics":["ai-agents","mcp","plugin-check","wordpress","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://devenia.com/plugins/mcp-expose-abilities/#add-ons","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bjornfix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-04T23:25:45.000Z","updated_at":"2026-06-05T05:26:19.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bjornfix/mcp-abilities-plugin-check","commit_stats":null,"previous_names":["bjornfix/mcp-abilities-plugin-check"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bjornfix/mcp-abilities-plugin-check","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjornfix%2Fmcp-abilities-plugin-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjornfix%2Fmcp-abilities-plugin-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjornfix%2Fmcp-abilities-plugin-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjornfix%2Fmcp-abilities-plugin-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bjornfix","download_url":"https://codeload.github.com/bjornfix/mcp-abilities-plugin-check/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjornfix%2Fmcp-abilities-plugin-check/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34623906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-agents","mcp","plugin-check","wordpress","wordpress-plugin"],"created_at":"2026-06-21T19:30:31.554Z","updated_at":"2026-06-21T19:30:32.206Z","avatar_url":"https://github.com/bjornfix.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MCP Abilities - Plugin Check\n\nMCP bridge for the official WordPress.org Plugin Check plugin.\n\n[![GitHub release](https://img.shields.io/github/v/release/bjornfix/mcp-abilities-plugin-check)](https://github.com/bjornfix/mcp-abilities-plugin-check/releases)\n[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/gpl-2.0)\n[![WordPress](https://img.shields.io/badge/WordPress-6.9%2B-blue.svg)](https://wordpress.org)\n[![PHP](https://img.shields.io/badge/PHP-8.0%2B-purple.svg)](https://php.net)\n\n**Tested up to:** 7.0\n**Stable tag:** 0.1.0\n**License:** GPLv2 or later\n**License URI:** https://www.gnu.org/licenses/gpl-2.0.html\n\n## What It Does\n\nMCP bridge for the official WordPress.org Plugin Check plugin.\n\nThis plugin is part of the Devenia MCP abilities ecosystem. It gives an MCP-capable agent a focused, authenticated way to work with Plugin Check work inside WordPress through MCP.\n\n**Example:** \"Handle this WordPress maintenance task directly.\" - The agent can inspect the site, call the relevant ability, and return the result without making the human click through wp-admin for every step.\n\n## The Real Workflow\n\nIn practice, the human should not have to memorize every ability name.\n\nThe normal pattern is:\n\n1. install the base MCP stack\n2. install only the add-ons the site actually needs\n3. let the agent discover the available abilities\n4. give the agent a clear task with boundaries\n5. verify the result in WordPress\n\nThe human's job is mostly to describe the goal.\nThe agent's job is to figure out the mechanics.\n\n## Why This Feels Different\n\nMost WordPress automation still leaves the repetitive part to the human.\n\nThis plugin is different because the agent can act inside the site through a narrow, authenticated ability surface:\n\n- inspect current site state before changing anything\n- run the specific action needed for the task\n- return structured results that are easy to verify\n- keep the workflow inside WordPress instead of a separate checklist\n\nThat changes the experience from:\n\n- `Here is what you should do in wp-admin`\n\nto:\n\n- `Tell the agent what needs doing, and let it carry out the work`\n\n## Before vs After\n\n### Before\n\n- ask the AI what to do\n- copy the answer into WordPress by hand\n- click through wp-admin for the repetitive bits\n- postpone maintenance because the task is tedious\n\n### After\n\n- tell the agent what needs doing\n- let it inspect the relevant WordPress state\n- let it run the targeted ability\n- verify the result and move on\n\n## Who It Is For\n\nThis is a good fit for:\n\n- agencies managing WordPress sites with AI-assisted maintenance\n- operators who want agents to do real WordPress work instead of producing instructions\n- teams already using MCP Expose Abilities\n- sites where this WordPress area is updated often enough to deserve automation\n\nIt is especially useful when the manual version is repetitive enough that important maintenance gets delayed.\n\n## Documentation\n\nStart with the main plugin page and base stack documentation:\n\n- [MCP Expose Abilities](https://devenia.com/plugins/mcp-expose-abilities/)\n- [Plugin Page](https://devenia.com/plugins/mcp-expose-abilities/#add-ons)\n- [Getting Started](https://github.com/bjornfix/mcp-expose-abilities/wiki/Getting-Started)\n- [Install Order and Dependencies](https://github.com/bjornfix/mcp-expose-abilities/wiki/Install-Order-and-Dependencies)\n\nIf you are using an AI agent, the simplest instruction is often just:\n\n- `Read https://github.com/bjornfix/mcp-expose-abilities and figure out the stack before making changes.`\n\n## Start Here\n\nIf you are new to the stack, use this order:\n\n1. Install **Abilities API**.\n2. Install **MCP Adapter**.\n3. Install **MCP Expose Abilities**.\n4. Install **MCP Abilities - Plugin Check**.\n5. Confirm the new abilities appear in discovery.\n6. Give the agent a clear task that uses this add-on.\n\nIf you skip base-stack verification and start with add-ons immediately, troubleshooting gets harder than it needs to be.\n\n## Abilities\n\n- `plugin-check/run`\n\n## Notes\n\nThe official Plugin Check plugin must be installed and active on the target WordPress site.\n\n## Changelog\n\n### Current\n\n- Documentation aligned with the public plugin README standard.\n\n## Contributing\n\nPRs welcome. Keep changes focused on the plugin's WordPress ability surface and preserve authenticated, explicit workflows.\n\n## License\n\nGPL-2.0+\n\n## Author\n\n[Devenia](https://devenia.com) - We've been doing SEO and web development since 1993.\n\n## Links\n\n- [Plugin Page](https://devenia.com/plugins/mcp-expose-abilities/#add-ons)\n- [MCP Expose Abilities](https://devenia.com/plugins/mcp-expose-abilities/)\n- [GitHub Releases](https://github.com/bjornfix/mcp-abilities-plugin-check/releases)\n\n## Star and Share\n\nIf this plugin saves you time or makes WordPress maintenance easier to verify, please:\n\n- star the repo\n- share it with people running WordPress sites\n- point them to the main plugin page so they can see what the ecosystem can actually do\n\nWhy do it?\n\nBecause agent-friendly open WordPress tooling helps more of the boring but important work get done.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjornfix%2Fmcp-abilities-plugin-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbjornfix%2Fmcp-abilities-plugin-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjornfix%2Fmcp-abilities-plugin-check/lists"}