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.

Evaluated Apr 04, 2026 (17d ago)
Repo ↗ Cms mcp spring-boot java article-publishing markdown prosemirror tencent-cloud automation
⚙ Agent Friendliness
48
/ 100
Can an agent use this?
🔒 Security
44
/ 100
Is it safe for agents?
⚡ Reliability
29
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
70
Documentation
65
Error Messages
--
Auth Simplicity
35
Rate Limits
10

🔒 Security

TLS Enforcement
60
Auth Strength
35
Scope Granularity
0
Dep. Hygiene
55
Secret Handling
75

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

Uptime/SLA
0
Version Stability
35
Breaking Changes
30
Error Recovery
50
AF Security 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

REST API
Yes
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

Methods: Cookie-based authentication via configured TENCENT_API_COOKIE (or equivalent Spring config/system property)
OAuth: No Scopes: No

Uses cookie for identity verification. No OAuth flow or documented scope granularity; assumes a single user cookie configured for the server.

Pricing

Free tier: No
Requires CC: No

Self-hosted open-source project (license MIT); runtime costs depend on where you deploy it.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

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

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-04-04.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered