墨言安全审计 MCP Server — 接入配置与 API 文档 #39
Liuyanfeng1234
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
墨言安全审计 — MCP Server 发布
MCP Server 配置
{ "mcpServers": { "moyan-security-audit": { "url": "https://sixu-ai.net.cn", "transport": "http", "tools": { "security_audit": { "path": "/api/security_audit", "method": "POST", "description": "提交代码进行安全审计,返回 PMI 四维信任评分 + 违规明细", "parameters": { "code": {"type": "string", "required": true}, "language": {"type": "string", "required": false}, "audit_level": {"type": "string", "required": false, "enum": ["L0","L1","L2"]} } }, "payment_health": { "path": "/api/payment/health", "method": "GET", "description": "支付服务健康检查(支付宝/微信/ClawTip)" }, "kappa_diagnosis": { "path": "/kappa/diagnosis", "method": "GET", "description": "κ_Axiom 自我诊断报告(Ω 指数 + L0/L1/L2 违规分类)" } } } } }快速测试
信任模型
定价
技术标准
Beta Was this translation helpful? Give feedback.
All reactions