tencent-add-article-mcp-server
A Spring Boot–based MCP server that integrates with Tencent Cloud Developer Community, exposing an MCP tool (addArticle) to publish Markdown articles. It converts Markdown to ProseMirror-like content for compatibility with Tencent’s editor and returns status/URLs/error messages. Authentication is done via a user cookie configured in application settings or environment variables.
Score Breakdown
⚙ Agent Friendliness
🔒 Security
Strengths: README recommends not hard-coding secrets and supports env/system property configuration; mentions using a local yml not committed and added to .gitignore. Risks: cookie-based auth without scope granularity; no stated protections for server exposure; rate limiting and safe retry behavior are not documented, which can increase the risk of credential misuse or accidental repeated publishing.
⚡ Reliability
Best When
You want a lightweight MCP tool that an agent can call to publish one or more articles using your own Tencent account cookie, and you can run the server privately (localhost/VPC) with controlled access.
Avoid When
You need fine-grained OAuth-based authorization, you cannot securely manage cookie-based credentials, or you require strong guarantees around idempotency and rate-limit handling for high-volume publishing.
Use Cases
- • Automating article publishing to Tencent Cloud Developer Community from an AI agent
- • Converting Markdown drafts into Tencent editor-compatible ProseMirror format before publishing
- • Integrating content publishing into an MCP-capable workflow (assistants/agents using MCP)
Not For
- • Producing general-purpose content generation APIs unrelated to Tencent article publishing
- • Multi-user/team deployments requiring strong per-user authorization and audit trails
- • Publicly exposed services without additional network and secret-management hardening
Interface
Authentication
Uses cookie for identity verification. No OAuth flow or documented scope granularity; assumes a single user cookie configured for the server.
Pricing
Self-hosted open-source project (license MIT); runtime costs depend on where you deploy it.
Agent Metadata
Known Gotchas
- ⚠ Cookie-based auth: ensure the MCP server is not exposed publicly and that the cookie is kept secret
- ⚠ Markdown-to-ProseMirror conversion: large/unsupported Markdown constructs may fail depending on converter coverage
- ⚠ No documented idempotency: agents should avoid blind retries on unknown failures
Alternatives
Full Evaluation Report
Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for tencent-add-article-mcp-server.
AI-powered analysis · PDF + markdown · Delivered within 30 minutes
Package Brief
Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.
Delivered within 10 minutes
Score Monitoring
Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.
Continuous monitoring
Scores are editorial opinions as of 2026-04-04.