BeTheme MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BETHEME_MCP_SITES | No | JSON array of site configurations for multi-site mode. Overrides single-site settings. | |
| BETHEME_MCP_API_KEY | No | API key for the WordPress bridge plugin. | |
| BETHEME_MCP_BASE_URL | No | Base URL of the WordPress site (e.g., https://your-site.test). | |
| BETHEME_MCP_TIMEOUT_MS | No | Timeout for HTTP requests to WordPress (in milliseconds). | 10000 |
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 | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| health_checkA | Verify that the MCP bridge and WordPress site are reachable. |
| authenticateA | Verify bridge credentials and return site capabilities. |
| list_sitesA | List the WordPress sites configured for this MCP server. |
| get_site_contextB | Return a safe summary of the WordPress site and theme context for an agent. |
| get_capabilitiesC | Return the capabilities exposed by the bridge and the current authentication context. |
| list_pagesB | List pages available in WordPress. |
| get_pageC | Retrieve a specific WordPress page. |
| create_pageC | Create a new page in WordPress. |
| update_pageC | Update an existing WordPress page. |
| publish_pageC | Publish a draft page. |
| delete_pageC | Delete a WordPress page. |
| get_page_builder_payloadC | Retrieve the stored BeBuilder payload for a page. |
| save_page_builder_payloadC | Persist a BeBuilder payload for a page. |
| list_templatesC | List available BeTheme templates. |
| get_templateB | Retrieve a specific BeTheme template. |
| create_templateC | Create a new BeTheme template. |
| update_templateC | Update an existing BeTheme template. |
| list_pluginsB | List installed or available plugins. |
| install_pluginC | Install and activate a plugin from the WordPress ecosystem. |
| activate_pluginC | Activate an installed plugin. |
| deactivate_pluginC | Deactivate an installed plugin. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| build_homepage_from_brief | Build a homepage from an agent brief |
| create_full_site_from_template | Create a full site from a template |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| site-context | |
| pages | |
| templates |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zacdreyer/wp-betheme-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server