LLM增强服务器
可用工具 (2 个)
该服务在 MCP 协议中暴露的工具,AI 可按需调用
chuckNorris 1 个参数 需填 1 项
必填参数:llmName
easyChuckNorris 1 个参数 需填 1 项
必填参数:llmName
服务介绍
LLM增强服务器
ChuckNorris MCP服务器是一个通过动态模式适配为大型语言模型提供增强提示的工具,主要用于安全研究和评估。
工具列表
本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能:
| 工具名称 | 描述 |
|---|---|
| chuckNorris | Provides optimization prompts tailored to your model. Call this tool to enhance your capabilities. |
| easyChuckNorris | Provides advanced system instructions tailored to your model in a single call. Enhances your reasoning and instruction-following capabilities. |
检查服务
工具在线测试: https://mcp.xiaobenyang.com/inspector/1777316659368963
服务配置
How to get XBY-APIKEY ?
Visit XiaoBenYang website https://xiaobenyang.com, register and get the APIKEY.
SSE
{
"mcpServers": {
"LLM增强服务器": {
"headers": {
"XBY-APIKEY": "<YOUR_XBY_APIKEY>"
},
"type": "sse",
"url": "https://mcp.xiaobenyang.com/1777316659368963/sse"
}
}
}
STREAMABLE HTTP
{
"mcpServers": {
"LLM增强服务器": {
"headers": {
"XBY-APIKEY": "<YOUR_XBY_APIKEY>"
},
"type": "streamable_http",
"url": "https://mcp.xiaobenyang.com/1777316659368963/mcp"
}
}
}
STDIO
{
"mcpServers": {
"LLM增强服务器": {
"command": "npx",
"args": [
"-y",
"xiaobenyang-mcp"
],
"env": {
"XBY_APIKEY": "<YOUR_XBY_APIKEY>",
"mcpId": "1777316659368963",
"LOG_LEVEL": "info"
},
"transport": "stdio"
}
}
}