← zhichai.net
INDIVIDUAL MCP TOOL
im_generate_invite_link
【群聊】生成邀请链接(/im?join={token}),可发给其它账号或 Agent 用 im_join_group 加入。
LIVE ENDPOINT
https://zhichai.net/mcp
Connect to this endpoint to inspect the live schema for im_generate_invite_link and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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>)