A
licenseB
qualityB
maintenanceEnables reading and managing WordPress sites via the WP REST API, including posts, pages, media, taxonomies, users, and arbitrary REST endpoints, with optional authenticated write operations.
17
10 npm
1
MIT
No user-submitted related servers found.
Scored across 7 tools
Each tool targets a distinct resource (categories, pages, posts, site info) or filtering method, with no overlap between them.
All tools follow a consistent 'fetch_<entity>[_by_<filter>]' pattern, using snake_case throughout.
7 tools is well-scoped for a read-only WordPress interface, covering the main retrieval needs without being excessive.
The server is read-only with no create, update, or delete operations, which is a significant gap for a full WordPress management experience.