Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

ReadGZH

io.github.sweesama/readgzh

Read WeChat public account articles via MCP. 99.89% anti-scraping success, 50-87% token compression.

Uptime
50.0%
2 direct probes · 30d
Response
1356ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

readgzh.read

Read and extract the full text content of a WeChat Official Account (微信公众号) article via ReadGZH (readgzh.site). Provide a WeChat article URL and get back the title, author, publish time, and full arti…

readgzh.list

List recently cached WeChat articles via ReadGZH. Returns titles, authors, and links. Useful for browsing what articles have been previously read and cached.

readgzh.search

Search cached WeChat articles by keyword via ReadGZH. Searches in article titles and content. Returns matching articles with snippets.

readgzh.list_by_account

List cached WeChat articles published by one Official Account (公众号) via ReadGZH. IMPORTANT: this only covers articles already cached by ReadGZH — WeChat has no public API for a full account archive, s…

readgzh.get

Get a cached WeChat article by its short slug/URL path via ReadGZH. Use when you have a slug like 'minicpm-o-4-5' from a previous read.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "readgzh": {
      "url": "https://api.readgzh.site/mcp-server",
      "transport": "streamable-http"
    }
  }
}