content-publish-engine-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WECHATSYNC_BRIDGE_URL | No | Base URL of the authorized local bridge service. Required when DIRECT_PUBLISH_ENABLED=true. | http://127.0.0.1:9528 |
| DIRECT_PUBLISH_ENABLED | No | Set to 'true' to enable real publishing via the bridge transport. When false or unset, adapters run in mock mode. | false |
| PUBLISH_JOB_STORE_PATH | No | Path to the JSON file where publish jobs and results are persisted. Defaults to `.data/publish-jobs.json`. | |
| WECHATSYNC_BRIDGE_TOKEN | No | Bearer token required by the bridge service. Must be set when DIRECT_PUBLISH_ENABLED=true. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/1736280642-Star/content-publish-engine'
If you have feedback or need assistance with the MCP directory API, please join our Discord server