{"id":"viper31-one-tencent-add-article-mcp-server","name":"tencent-add-article-mcp-server","homepage":null,"repo_url":"https://github.com/Viper31-one/tencent-add-article-mcp-server","category":"cms","subcategories":[],"tags":["mcp","spring-boot","java","article-publishing","markdown","prosemirror","tencent-cloud","automation"],"what_it_does":"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.","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"],"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.","alternatives":["Use a direct (official/unofficial) Tencent Cloud Developer Community API integration with OAuth/API keys if available","Build a custom MCP server wrapper around an existing REST client for the Tencent publishing endpoints","Use a CMS-style publishing pipeline (static site + publishing automation) rather than cookie-driven editor integration"],"af_score":48.0,"security_score":44.0,"reliability_score":28.8,"package_type":"mcp_server","discovery_source":["github"],"priority":"low","status":"evaluated","version_evaluated":null,"last_evaluated":"2026-04-04T20:00:27.532536+00:00","interface":{"has_rest_api":true,"has_graphql":false,"has_grpc":false,"has_mcp_server":true,"mcp_server_url":null,"has_sdk":false,"sdk_languages":[],"openapi_spec_url":null,"webhooks":false},"auth":{"methods":["Cookie-based authentication via configured TENCENT_API_COOKIE (or equivalent Spring config/system property)"],"oauth":false,"scopes":false,"notes":"Uses cookie for identity verification. No OAuth flow or documented scope granularity; assumes a single user cookie configured for the server."},"pricing":{"model":null,"free_tier_exists":false,"free_tier_limits":null,"paid_tiers":[],"requires_credit_card":false,"estimated_workload_costs":null,"notes":"Self-hosted open-source project (license MIT); runtime costs depend on where you deploy it."},"requirements":{"requires_signup":false,"requires_credit_card":false,"domain_verification":false,"data_residency":[],"compliance":[],"min_contract":null},"agent_readiness":{"af_score":48.0,"security_score":44.0,"reliability_score":28.8,"mcp_server_quality":70.0,"documentation_accuracy":65.0,"error_message_quality":null,"error_message_notes":"Response example includes status, articleId, url, msg; status code meanings are partially described (0 success, -1 generic failure, others specific codes) but without a code list or mapping to recovery guidance.","auth_complexity":35.0,"rate_limit_clarity":10.0,"tls_enforcement":60.0,"auth_strength":35.0,"scope_granularity":0.0,"dependency_hygiene":55.0,"secret_handling":75.0,"security_notes":"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.","uptime_documented":0.0,"version_stability":35.0,"breaking_changes_history":30.0,"error_recovery":50.0,"idempotency_support":"false","idempotency_notes":"No explicit idempotency semantics (e.g., idempotency keys, dedupe by title/hash) are documented; repeated calls may publish multiple articles depending on Tencent-side behavior.","pagination_style":"none","retry_guidance_documented":false,"known_agent_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"]}}