缔零科技 Mcp
About
缔零科技 Mcp 是一款基于 Agentic AI 技术构建的高精度内容安全风控产品,帮助开发者在 10 分钟内保护其 AI 应用程序。
Details
- Author
- lawgenesis
- Downloads
- 119
- Categories
- Other, AI
Jump to
- 基于 Agentic AI 的高精度内容安全风控
- 开发者可在 10 分钟内完成集成
- 通过标准 SSE 协议与 MCP 客户端通信
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
缔零科技 McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
在 Claude 或其他 MCP 客户端的配置文件中添加 lawgenesis-mcp 节点,设置服务器 URL 为 https://mcp.lawgenesis.cn/api/sse,并在请求头中带上 Authorization: Bearer <your-token> 即可使用。
addition_addition_post
Addition 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_audit_post
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" } ```
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"\u7f14\u96f6\u79d1\u6280 mcp": {
"lawgenesis-mcp": {
"command": "npx",
"args": [
"-y",
"supergateway",
"--sse",
"https://mcp.lawgenesis.cn/api/sse",
"--header",
"\"Authorization:",
"Bearer",
"<your-token>\""
]
}
}
}
}
McpServers
{
"lawgenesis-mcp": {
"command": "npx",
"args": [
"-y",
"supergateway",
"--sse",
"https://mcp.lawgenesis.cn/api/sse",
"--header",
"\"Authorization:",
"Bearer",
"<your-token>\""
]
}
}
缔零法则 MCP
高精度内容安全风控产品一款基于 Agentic AI 技术构建的高精度内容安全风控产品,让开发者在 10 分钟内保护您的 AI 应用程序。
使用配置
{
"lawgenesis-mcp": {
"url": "https://mcp.lawgenesis.cn/api/sse",
"headers": {
"Authorization": "Bearer <your-token>"
}
}
}
Token 获取方式
前往 mcp.lawgenesis.cn 申请
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




