Skip to main content
Glama
1736280642-Star

content-publish-engine-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WECHATSYNC_BRIDGE_URLNoBase URL of the authorized local bridge service. Required when DIRECT_PUBLISH_ENABLED=true.http://127.0.0.1:9528
DIRECT_PUBLISH_ENABLEDNoSet to 'true' to enable real publishing via the bridge transport. When false or unset, adapters run in mock mode.false
PUBLISH_JOB_STORE_PATHNoPath to the JSON file where publish jobs and results are persisted. Defaults to `.data/publish-jobs.json`.
WECHATSYNC_BRIDGE_TOKENNoBearer token required by the bridge service. Must be set when DIRECT_PUBLISH_ENABLED=true.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
platform_auth_probeA

Check whether a platform adapter is authenticated without returning credentials.

publish_content_preflightA

Check publish-payload completeness and verified official platform rules without applying editorial preferences.

publish_job_createB

Create an idempotent publish job from a final draft. Returns a durable job handle.

publish_job_runB

Execute one publish job by calling the platform adapter directly. Returns the publish result.

publish_job_getA

Read one publish job and its current status from the local job store.

publish_job_verifyA

Verify a previously submitted publish job and resolve its public URL.

publish_liveness_checkB

Check whether an observed public article is still live and advance its lifecycle state.

publish_verification_dueB

Check whether a publish schedule is due for verification based on its nextVerificationAt.

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/1736280642-Star/content-publish-engine'

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