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
基本信息
配置
使用下面的配置,将此服务器添加到你的 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_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.
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
评论