mcpbeat Sign in

中国 AI 合规与备案(条文级自查) MCP Server

answering

中国 AI 合规与备案(条文级自查) is answering right now. Last checked 2 min ago. It exposes 6 tools. Last commit 18 Sep 2026.

生成式AI备案、AI生成内容标识、深度合成、算法备案:条文级问答 + 应办事项清单(中文)

Uptime history 6 days of history · worst day 78%
6 days agonow
90.1%
Uptime 24h
82 of 91 checks
6
Tools
read from the server
1885 ms
Response time
average over 24h
0
Stars
last commit 18 Sep 2026

What the code does

We read the source, 22 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable server.py:70
    with io.open(os.path.join(DATA, name), encoding="utf-8") as f:

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 2 min ago.

run in your terminal
claude mcp add ai-compliance --transport http https://savantcat.cn/mcp-compliance
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ai-compliance": {
      "url": "https://savantcat.cn/mcp-compliance"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ai-compliance]
url = "https://savantcat.cn/mcp-compliance"
.cursor/mcp.json
{
  "mcpServers": {
    "ai-compliance": {
      "url": "https://savantcat.cn/mcp-compliance"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ai-compliance": {
      "url": "https://savantcat.cn/mcp-compliance"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

compliance
search_compliance
按关键词检索中国 AI 合规条目,返回最相关的若干条(含结论与条文依据)。 Args: query: 检索词,如「AI 客服 备案」「AI 生成内容 标注」「训练数据 合法来源」「大数据杀熟」 top_k: 返回条数,默认 5
filing
filing_route
判断一项 AI 服务要办哪些手续(备案/安全评估/标识),逐条给出法规依据。 Args: public_facing: 是否面向中国境内公众提供服务(仅内部使用请传 false) generates_content: 是否能生成文本/图片/音频/视频等内容 edits_face_or_voice: 是否提供人脸、人声等生物识别信息编辑功能(换脸、AI 配音、数字人) only_internal_use: 是否仅企业内部使用、不对外提供
regulation
regulation_info
获取收录法规清单(名称、发布/施行日期、条数、官方原文链接、核心要求)。
requirement
get_requirement
按 slug 取一条合规要求的完整内容(正文 + 依据条文 + 落地动作 + 常见追问)。 Args: slug: 条目标识,先用 list_topics 或 search_compliance 取得
self
self_check
按场景出合规自查清单:把命中条目的「落地动作」汇总成可勾选待办,并列出条文依据。 Args: scope: 场景或关键词,如「AI 客服」「营销文案 标注」「小程序 上架」「全量」; 留空则返回全量自查清单
topics
list_topics
列出全部合规条目的标题清单。 Args: cluster: 可选,按集群过滤。可选值 genai-interim(生成式AI暂行办法) / ai-content-label(AI生成合成内容标识) / deep-synthesis(深度合成) / algo-recommendation(算法推荐与备案) / filing-practice(备案实操)

Endpoints

URLTransportStateLatencyChecked
https://savantcat.cn/mcp-compliance streamable-http answering 1816 ms 2 min ago

中国 AI 合规与备案(条文级自查) — questions

Answers built from our own checks of this server.

What can 中国 AI 合规与备案(条文级自查) do?
It exposes 6 tools, read directly from the server on our last check. Among them: filing_route, get_requirement, list_topics, regulation_info, search_compliance, self_check. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is 中国 AI 合规与备案(条文级自查) working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 82 of 91 checks got a reply (90.1%), average response time 1885 ms. The bar chart above shows every period we have measured.
How do I connect 中国 AI 合规与备案(条文级自查)?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does 中国 AI 合规与备案(条文级自查) need an API key?
No. 中国 AI 合规与备案(条文级自查) completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
Is 中国 AI 合规与备案(条文级自查) open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.