Skip to main content
Glama
kwgoodwin

Clearon WordPress MCP

by kwgoodwin

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WP_AUTHNoWordPress authentication credentials (e.g., 'username:application_password').
WP_USERNoWordPress username used with WP_APP_PASSWORD.
WP_APP_PASSWORDNoWordPress application password used with WP_USER.
OPENCLAW_LOCAL_SECRETSNoPath to a local secrets JSON file containing clearonWordPress.wpAuth. If omitted, defaults to ~/.openclaw/secrets/local.json.
CLEARON_WP_MCP_LOG_LEVELNoLog level for troubleshooting. Use 'info' or 'debug'.info
CLEARON_WP_MCP_WORKSPACENoAbsolute path to the workspace root. Payload and image paths must resolve inside this root. Set when the process is not already started from that workspace.

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_server_healthB

Report local server health, auth mode, and endpoint basics.

get_auth_modeA

Report which WordPress auth source the server will use.

get_endpoint_configA

Report the target WordPress base URL and REST endpoint configuration.

get_postB

Fetch a WordPress post by id or slug.

find_postsB

Find WordPress posts by slug or title and optionally filter by status.

upsert_post_from_payloadC

Create or update a Clearon WordPress post from an existing payload JSON file.

upload_mediaC

Upload a local asset to WordPress media library.

set_featured_imageB

Disabled direct mutation tool. Use a reviewed payload workflow instead.

upsert_share_blockC

Disabled direct mutation tool. Use a reviewed payload workflow instead.

set_social_metaB

Disabled direct mutation tool. Use a reviewed payload workflow instead.

publish_nowB

Publish an existing prepared post immediately from a reviewed payload, with the same safety gates and verification used by payload upserts.

audit_slug_stateB

Audit the live state of a slug and expose duplicate candidates.

resolve_duplicate_postsB

Explicitly clean up duplicate posts by trashing, deleting, or downgrading them.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/kwgoodwin/clearon-wordpress-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server