A
licenseNot graded
qualityA
maintenanceMCP server for Toutiao creator platform, enabling QR code login, article and micro-post publishing, and login status checks via browser automation.
AGPL 3.0
No user-submitted related servers found.
Scored across 4 tools
Each tool has a distinct purpose: login, check status, logout, and publish. The boundaries are clear with no overlapping responsibilities.
All tools follow the same verb_noun pattern with a consistent 'toutiao_' prefix (login, check_status, logout, publish_article). Naming is uniform and predictable.
With 4 tools, the set is well-scoped for the authentication and publishing workflow. Each tool fills a clear need without unnecessary bloat.
The tool covers the full login lifecycle (login, check, logout) and the core publishing action. No obvious gaps for the stated purpose of publishing to Toutiao.