Skip to main content
Glama
iTraceur

wechat-mp-search

by iTraceur

Related Servers

Alternatives to wechat-mp-search

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      C
      maintenance
      Enables searching for WeChat official account articles through the Sogou WeChat platform, returning structured article information.
      8
      -
    • A
      license
      A
      quality
      C
      maintenance
      Enables crawling WeChat Official Account articles via the mp.weixin.qq.com search interface, including account search, article listing, incremental crawling, and fetching articles as Markdown with local SQLite storage.
      6
      1
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables fetching WeChat public account articles, caching them in SQLite, and reading them as paginated Markdown via MCP, with optional DeepSeek summarization and HTML/Markdown export.
      MIT
    • A
      license
      A
      quality
      D
      maintenance
      Read WeChat (微信) Official Account articles with native multimodal output — body, images, and video keyframes returned as MCP content blocks. Handles all three embed types: Tencent Video, WeChat-native, and Channels (视频号 metadata via public API).
      1
      7
      MIT

    TDQS

    A3.9/5.0

    Scored across 3 tools

    Disambiguation4/5

    weixin_search and weixin_search_all both search Sogou WeChat articles, but their descriptions clearly distinguish single-page vs aggregated multi-page results. get_weixin_article_content is a separate retrieval step with no overlap.

    Naming Consistency3/5

    The weixin_search and weixin_search_all names share a consistent prefix and action style, but get_weixin_article_content breaks the pattern by leading with get_ and placing article before content. The naming is still readable, just not uniformly structured.

    Tool Count5/5

    Three tools is appropriately scoped for a focused WeChat article search-and-read server. Each tool has a distinct role: one-page search, multi-page search, and content retrieval.

    Completeness5/5

    For the stated purpose of searching WeChat public account articles and reading article text, the surface is complete. Search covers both quick single-page and full paginated needs, and content fetching provides the end-to-end workflow.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues