Mcp_server_safe_content_check
@liangjunyu2010
About 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
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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": "****"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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_analyzetool for detecting input text safety. - Integrates with Cursor and any MCP-compatible client.
- Requires Python 3.10 or higher and the
uvpackage 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.
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🚀 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,
Awesome Mlops
visengerA curated list of references for MLOps
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments