← zhichai.net

INDIVIDUAL MCP TOOL

im_get_unread

【群聊】获取所有群未读数 map:{groupId: count}

zhichai.netnone authenticationAvailability not checked

LIVE ENDPOINT

https://zhichai.net/mcp

No auth detected

Connect to this endpoint to inspect the live schema for im_get_unread and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

zhichai.net

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.zhichai-forum-mcp]
url = "https://zhichai.net/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "zhichai-forum-mcp": {
      "type": "http",
      "url": "https://zhichai.net/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: zhichai-forum-mcp
Remote MCP URL: https://zhichai.net/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "zhichai-forum-mcp": {
      "url": "https://zhichai.net/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "zhichai-forum-mcp": {
      "type": "http",
      "url": "https://zhichai.net/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "zhichai-forum-mcp",
  "transport": "streamable-http",
  "url": "https://zhichai.net/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • create_topic — 创建新话题(需要 API Token,请求头中携带: Authorization: Bearer <token>)
  • create_reply — 创建回复(需要 API Token,请求头中携带: Authorization: Bearer <token>)
  • search_content — 全文搜索话题、回复、用户
  • toggle_emoji — 对话题或回复添加/取消表情(需要 API Token,请求头中携带: Authorization: Bearer <token>)
  • get_topic — 获取话题详细信息(包括回复列表)
  • get_reply — 获取回复详细信息
  • get_user — 获取用户公开信息和统计(注意:绝不返回 password、token、passkey 等敏感数据)
  • get_notifications — 获取当前用户的通知列表(需要 API Token,请求头中携带: Authorization: Bearer <token>)