{"id":51025471,"url":"https://github.com/bjornfix/mcp-abilities-toolset","last_synced_at":"2026-06-21T19:30:34.134Z","repository":{"id":362626996,"uuid":"1162099726","full_name":"bjornfix/mcp-abilities-toolset","owner":"bjornfix","description":"Toolset integration for WordPress via MCP. Manage custom post types, fields, taxonomies, and relationships.","archived":false,"fork":false,"pushed_at":"2026-06-05T05:26:20.000Z","size":54,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-05T07:31:39.040Z","etag":null,"topics":["ai-agents","mcp","toolset","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-02-19T21:45:24.000Z","updated_at":"2026-06-05T05:26:24.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/bjornfix/mcp-abilities-toolset","commit_stats":null,"previous_names":["bjornfix/mcp-abilities-toolset"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bjornfix/mcp-abilities-toolset","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjornfix%2Fmcp-abilities-toolset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjornfix%2Fmcp-abilities-toolset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjornfix%2Fmcp-abilities-toolset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjornfix%2Fmcp-abilities-toolset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bjornfix","download_url":"https://codeload.github.com/bjornfix/mcp-abilities-toolset/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bjornfix%2Fmcp-abilities-toolset/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","toolset","wordpress","wordpress-plugin"],"created_at":"2026-06-21T19:30:33.180Z","updated_at":"2026-06-21T19:30:34.128Z","avatar_url":"https://github.com/bjornfix.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MCP Abilities - Toolset\n\nToolset abilities for MCP. Manage custom post types, fields, and relationships created with Toolset.\n\n[![GitHub release](https://img.shields.io/github/v/release/bjornfix/mcp-abilities-toolset)](https://github.com/bjornfix/mcp-abilities-toolset/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:** 1.0.3\n**License:** GPLv2 or later\n**License URI:** https://www.gnu.org/licenses/gpl-2.0.html\n\n## What It Does\n\nToolset abilities for MCP. Manage custom post types, fields, and relationships created with Toolset.\n\nThis plugin is part of the Devenia MCP abilities ecosystem. It gives an MCP-capable agent a focused, authenticated way to work with Toolset 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 - Toolset**.\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 (40)\n\n| Ability | Description |\n|---------|-------------|\n| `toolset/list-post-types` | List Toolset post types |\n| `toolset/get-post-type-fields` | Get fields for a post type |\n| `toolset/get-post-type-taxonomies` | Get taxonomies for a post type |\n| `toolset/create-post` | Create post with Toolset fields |\n| `toolset/get-post` | Get post with Toolset field data |\n| `toolset/list-posts` | List posts with filters |\n| `toolset/update-post` | Update post and field values |\n| `toolset/delete-post` | Delete a post |\n| `toolset/get-user-fields` | Get user field definitions |\n| `toolset/get-user` | Get user with Toolset fields |\n| `toolset/list-users` | List users |\n| `toolset/list-roles` | List WordPress roles |\n| `toolset/get-role-capabilities` | Get role capabilities |\n| `toolset/list-post-relationships` | List Toolset relationships |\n| `toolset/list-forms` | List Toolset forms |\n| `toolset/list-taxonomies` | List taxonomies |\n| `toolset/list-terms` | List terms for taxonomy |\n| `toolset/create-term` | Create taxonomy term |\n| `toolset/get-taxonomy-ui` | Get taxonomy UI settings |\n| `toolset/set-taxonomy-ui` | Update taxonomy UI settings |\n| `toolset/list-views` | List Toolset views |\n| `toolset/get-post-relationships` | Get relationships for a post |\n| `toolset/get-users-by-role` | List users by role |\n| `toolset/query-posts` | Query posts by filters |\n| `toolset/create-post-type` | Create post type |\n| `toolset/create-taxonomy` | Create taxonomy |\n| `toolset/delete-post-type` | Delete post type |\n| `toolset/delete-taxonomy` | Delete taxonomy |\n| `toolset/list-field-groups` | List field groups |\n| `toolset/update-field-group` | Update field group |\n| `toolset/create-field-group` | Create field group |\n| `toolset/create-relationship` | Create post relationship |\n| `toolset/add-post-relationship` | Link posts in a relationship |\n| `toolset/get-posts-by-relationship` | Get related posts |\n| `toolset/check-access` | Check access rules |\n| `toolset/get-user-capabilities` | Get user capabilities |\n| `toolset/update-field` | Update field definition |\n| `toolset/get-field` | Get field definition |\n| `toolset/audit-usage` | Audit pages, posts, and Toolset objects for active Toolset usage |\n| `toolset/cleanup-stale-data` | Clean stale Toolset metadata, objects, and toolsetDSVersion attributes after migration |\n\n## Usage Examples\n\n### List Toolset post types\n\n```json\n{\n  \"ability_name\": \"toolset/list-post-types\",\n  \"parameters\": {}\n}\n```\n\n### Create a post with Toolset fields\n\n```json\n{\n  \"ability_name\": \"toolset/create-post\",\n  \"parameters\": {\n    \"post_type\": \"issue\",\n    \"title\": \"Broken checkout button\",\n    \"status\": \"publish\",\n    \"fields\": {\n      \"wpcf-priority\": \"high\"\n    }\n  }\n}\n```\n\n### Create relationship link\n\n```json\n{\n  \"ability_name\": \"toolset/add-post-relationship\",\n  \"parameters\": {\n    \"relationship_slug\": \"project-to-issue\",\n    \"parent_id\": 101,\n    \"child_id\": 205\n  }\n}\n```\n\n## Changelog\n\n### 1.0.3\n- Added: `toolset/cleanup-stale-data` destructive cleanup ability for stale Toolset metadata, Toolset objects, and `toolsetDSVersion` content attributes after migration\n\n### 1.0.2\n- Added: `toolset/audit-usage` read-only ability to find posts/pages with Toolset blocks, shortcodes, fields, Views/templates, and Toolset configuration objects\n\n### 1.0.1\n- Fixed: Removed hard plugin header dependency on abilities-api to avoid slug-mismatch activation blocking\n- Updated: Plugin URI to the bjornfix GitHub repository\n\n### 1.0.0\n- Initial release\n- Post types: list, get fields, get taxonomies\n- Posts: create, get, list, update, delete\n- Issue tracker: create, list, update status\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-toolset/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-toolset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbjornfix%2Fmcp-abilities-toolset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbjornfix%2Fmcp-abilities-toolset/lists"}