WordPress MCP Safe
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WORDPRESS_BASE_URL | Yes | The base URL of your WordPress staging site (e.g., https://staging.example.com) | |
| WORDPRESS_USERNAME | Yes | Your WordPress username with Editor role | |
| WORDPRESS_ENVIRONMENT | Yes | Environment type; must be 'staging' for safety | staging |
| WORDPRESS_APPLICATION_PASSWORD | Yes | Application password generated for the user |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| wp_get_site_infoA | Get WordPress site information (name, URL, description). Read-only. |
| wp_list_postsB | List WordPress posts. Supports pagination, status filter, and search. Read-only. |
| wp_list_pagesA | List WordPress pages. Supports pagination, status filter, and search. Read-only. |
| wp_get_postA | Get a single WordPress post by ID with full content. Read-only. |
| wp_get_pageA | Get a single WordPress page by ID with full content. Read-only. |
| wp_search_contentB | Search posts and pages by keyword. Read-only. |
| wp_get_categoriesA | List all post categories. Read-only. |
| wp_get_tagsA | List all post tags. Read-only. |
| wp_get_mediaB | Get media item by ID or list recent media. Read-only. |
| wp_create_draft_postB | Create a new post as DRAFT only. Never publishes. Staging only. |
| wp_create_draft_pageB | Create a new page as DRAFT only. Never publishes. Staging only. |
| wp_update_draft_postA | Update an existing DRAFT post. If post is published, creates a new draft instead. Never publishes. |
| wp_update_draft_pageA | Update an existing DRAFT page. If page is published, creates a new draft instead. Never publishes. |
| wp_upload_mediaC | Upload media to WordPress staging. Staging only. |
| wp_create_seo_proposalC | Generate SEO improvement proposal for a post or page. Optionally save as draft. |
| wp_create_revision_noteC | Create a revision draft with an editorial note. Original content is not modified. |
| wp_analyze_page_seoA | Analyze a page for SEO issues: headings, keywords, meta, internal links, readability. |
| wp_analyze_post_seoC | Analyze a post for SEO issues. |
| wp_check_internal_linksC | Check internal and external links in a post or page. |
| wp_generate_content_reportB | Generate a summary report of all posts and pages on the site. |
| wp_find_old_contentC | Find published content not updated within a given number of days. |
| wp_suggest_content_improvementsC | Get editorial and SEO improvement suggestions for a post or page. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 22 tools
Each tool targets a distinct resource-action combination. Tools are differentiated by content type (post/page) or operation (analyze, create, update, list, etc.), with clear descriptions preventing overlap.
All tools follow the consistent pattern `wp_verb_noun` (or `wp_verb_prep_noun`) with snake_case, e.g., `wp_create_draft_post`, `wp_find_old_content`. No mixing of conventions.
22 tools is well-scoped for a WordPress management server focusing on safe content operations and SEO. Each tool serves a clear purpose without being overwhelming or too sparse.
The server covers core content workflows: create drafts, read, update drafts, search, analyze SEO, and manage media. Missing delete operations, but this aligns with the 'safe' design. Minor gap for publishing.