缔零科技 Mcp
@lawgenesis
About 缔零科技 Mcp
高精度内容安全风控产品
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"lawgenesis-mcp": {
"command": "npx",
"args": [
"-y",
"supergateway",
"--sse",
"https://mcp.lawgenesis.cn/api/sse",
"--header",
"\"Authorization:",
"Bearer",
"<your-token>\""
]
}
}
}Tools
2Addition Add two numbers ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json **Example Response:** ```json { "status": "Status", "msg": "Msg", "data": 1 } ``` **Output Schema:** ```json { "properties": { "status": { "type": "string", "enum": [ "success", "error" ], "title": "Status" }, "msg": { "type": "string", "title": "Msg" }, "data": { "type": "integer", "title": "Data" } }, "type": "object", "required": [ "status", "msg", "data" ], "title": "Response[int]" } ``` **422**: Validation Error Content-Type: application/json **Example Response:** ```json { "detail": [ { "loc": [], "msg": "Message", "type": "Error Type" } ] } ``` **Output Schema:** ```json { "properties": { "detail": { "items": { "properties": { "loc": { "items": {}, "type": "array", "title": "Location" }, "msg": { "type": "string", "title": "Message" }, "type": { "type": "string", "title": "Error Type" } }, "type": "object", "required": [ "loc", "msg", "type" ], "title": "ValidationError" }, "type": "array", "title": "Detail" } }, "type": "object", "title": "HTTPValidationError" } ```
Audit 对文本内容进行安全审查 ### Responses: **200**: Successful Response (Success Response) Content-Type: application/json **Example Response:** ```json { "status": "Status", "msg": "Msg", "data": { "has_danger": true } } ``` **Output Schema:** ```json { "properties": { "status": { "type": "string", "enum": [ "success", "error" ], "title": "Status" }, "msg": { "type": "string", "title": "Msg" }, "data": { "properties": { "tag": { "title": "Tag", "description": "Type of harmful content" }, "has_danger": { "type": "boolean", "title": "Has Danger", "description": "Whether contains harmful content" } }, "type": "object", "required": [ "has_danger" ], "title": "AuditResponse" } }, "type": "object", "required": [ "status", "msg", "data" ], "title": "Response[AuditResponse]" } ``` **422**: Validation Error Content-Type: application/json **Example Response:** ```json { "detail": [ { "loc": [], "msg": "Message", "type": "Error Type" } ] } ``` **Output Schema:** ```json { "properties": { "detail": { "items": { "properties": { "loc": { "items": {}, "type": "array", "title": "Location" }, "msg": { "type": "string", "title": "Message" }, "type": { "type": "string", "title": "Error Type" } }, "type": "object", "required": [ "loc", "msg", "type" ], "title": "ValidationError" }, "type": "array", "title": "Detail" } }, "type": "object", "title": "HTTPValidationError" } ```
Overview
What is 缔零科技 Mcp?
缔零科技 Mcp 是一款基于 Agentic AI 技术构建的高精度内容安全风控产品,帮助开发者在 10 分钟内保护其 AI 应用程序。
How to use 缔零科技 Mcp?
在 Claude 或其他 MCP 客户端的配置文件中添加 lawgenesis-mcp 节点,设置服务器 URL 为 https://mcp.lawgenesis.cn/api/sse,并在请求头中带上 Authorization: Bearer <your-token> 即可使用。
Key features of 缔零科技 Mcp
- 基于 Agentic AI 的高精度内容安全风控
- 开发者可在 10 分钟内完成集成
- 通过标准 SSE 协议与 MCP 客户端通信
Use cases of 缔零科技 Mcp
- 为 AI 聊天机器人提供实时内容安全过滤
- 防止 AI 应用生成或处理违规信息
- 提升企业级 AI 产品的合规性与安全性
FAQ from 缔零科技 Mcp
如何获取访问 Token?
前往 mcp.lawgenesis.cn 注册并申请 Token。
需要安装额外的依赖或运行时吗?
不需要。只需在 MCP 客户端配置中指定 URL 和鉴权头即可使用,无需本地安装。
数据会存储在哪里?
READEME 未提及数据存储位置,请参考服务提供方的隐私政策,或联系官方获取详细信息。
Frequently asked questions
如何获取访问 Token?
前往 [mcp.lawgenesis.cn](https://mcp.lawgenesis.cn/) 注册并申请 Token。
需要安装额外的依赖或运行时吗?
不需要。只需在 MCP 客户端配置中指定 URL 和鉴权头即可使用,无需本地安装。
数据会存储在哪里?
READEME 未提及数据存储位置,请参考服务提供方的隐私政策,或联系官方获取详细信息。
Basic information
More Other MCP servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!

Figs, Relationship Expert
Figs O'Sullivan, LMFTCouples therapist Figs O'Sullivan (LMFT, 17 years, endorsed by Sue Johnson, creator of EFT) inside your AI. Ask relationship questions answered from his clinical writing, name the pattern in a fight, get a three-step rep
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments