MCP.so
ログイン
M

Mcp_server_safe_content_check

@liangjunyu2010

Mcp_server_safe_content_check について

Baidu Cloud LLM Security MCP Server focuses on addressing security issues such as compliance with generative content for third-party big models, internal security improvements for big models, and risk convergence for normalized big model operations

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

liangjunyu2010

投稿者

jy li

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "safe-content-check": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "mcp",
        "run",
        "/PATH/mcp_server_safe_content_check/src/mcp_server_safe_content_check/server.py"
      ],
      "env": {
        "BAIDU_CLOUD_ACCESS_KEY_ID": "****",
        "BAIDU_CLOUD_SECRET_ACCESS_KEY": "****"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Mcp_server_safe_content_check?

Mcp_server_safe_content_check is an MCP server that provides access to Baidu Cloud's large model content safety features. It enables large language model applications to detect whether input text contains unsafe content.

How to use Mcp_server_safe_content_check?

Clone the repository, then run the server via uv with your Baidu Cloud credentials as command-line arguments or set in a .env file. The server offers the input_analyze tool for content detection.

Key features of Mcp_server_safe_content_check

  • Provides the input_analyze tool for detecting input text safety.
  • Integrates with Cursor and any MCP-compatible client.
  • Requires Python 3.10 or higher and the uv package manager.
  • Uses Baidu Cloud IAM credentials for authentication.
  • Sends content to Baidu Cloud's safety API for analysis.

Use cases of Mcp_server_safe_content_check

  • Check file content for unsafe information directly from Cursor.
  • Integrate content safety checks into custom MCP-based AI applications.

FAQ from Mcp_server_safe_content_check

What are the prerequisites?

Python 3.10 or higher and the uv package manager must be installed.

How do I get Baidu Cloud credentials?

Create an access key in the Baidu Cloud IAM console and assign the AFDFullControlAccessPolicy permission.

What tools does this server provide?

It provides the input_analyze tool, which accepts a text parameter containing the input content to analyze.

Where is the content data processed?

The data is sent to Baidu Cloud's large model content safety API for processing.

Which applications are supported?

Cursor and any application implementing the MCP client specification.

コメント

「その他」の他のコンテンツ