MCP.so
Sign In

缔零科技 Mcp

@lawgenesis

About 缔零科技 Mcp

高精度内容安全风控产品

Basic information

Category

Other

Transports

stdio

Publisher

lawgenesis

Submitted by

Ryoma Han

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

2

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 对文本内容进行安全审查 ### 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 未提及数据存储位置,请参考服务提供方的隐私政策,或联系官方获取详细信息。

Comments

More Other MCP servers