目录 / ShadowGate MCP
MCP
需 API Key
未评级
已上架
ShadowGate MCP
Defensive MCP security gateway for AI agents. ShadowGate gates MCP tool calls, responses, manifests, trust identity, drift detection, and security reports before agents trust or execute external MCP activity.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 需 API Key(需要配置:client_key)
- 端点
https://shadowgate-mcp--jossephibrahim.run.tools
该服务需要凭证,请按官方文档申请后替换占位符
{
"mcpServers": {
"ShadowGate MCP": {
"headers": {
"Authorization": "Bearer \u003cYOUR_KEY\u003e"
},
"url": "https://shadowgate-mcp--jossephibrahim.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| health_check | Return ShadowGate MCP health, version, and active policy. |
| scan_text | Scan arbitrary text for leaked secrets, prompt injection, risky commands, and sensitive file paths. |
| analyze_text | Professional public text-analysis tool. This merges the practical outputs of: - scan_text - redact_secrets - get_risk_score - decide_policy - simulate_policy_modes Use this as the main public text safety tool. |
| redact_secrets | Return the text with detected secrets and sensitive path snippets redacted. |
| get_risk_score | Return a 0-100 risk score for a text payload. |
| decide_policy | Return the policy decision for a payload: allow, redact, or block. |
| inspect_mcp_response | Scan a response returned by another MCP server before the agent trusts it. |
| inspect_mcp_tool_call | Scan an outgoing MCP tool call before execution. |
| gate_mcp_tool_call | Gateway decision for an outgoing MCP tool call. |
| gate_mcp_response | Gateway decision for an MCP response. |
| evaluate_mcp_transaction | Evaluate both sides of an MCP interaction: 1. outgoing tool call arguments 2. incoming MCP response |
| inspect_tool_schema | Scan an MCP tool schema/description before allowing agents to use it. |
| review_mcp_manifest | Review a simplified MCP server manifest. This is now protected by client_key when SHADOWGATE_CLIENT_KEY is set. |
| scan_batch | Scan multiple text items in one call. This is now protected by client_key when SHADOWGATE_CLIENT_KEY is set. |
| simulate_policy_modes | Show how the same text would be handled under monitor, balanced, and strict modes. |
| get_policy | Return the active ShadowGate policy configuration. |
| set_policy_mode | Change ShadowGate policy mode: monitor, balanced, or strict. |
| get_recent_audit_events | Return recent ShadowGate audit events. Raw scanned text is never stored. |
| get_audit_summary | Return a summary of ShadowGate audit decisions, actions, categories, and severities. |
| create_security_report | Create a compact security report from recent audit events. |
| get_server_registry | Return the ShadowGate MCP server trust registry. |
| get_mcp_server_trust | Return trust status for a specific MCP server. |
| set_mcp_server_trust | Set trust level for an MCP server. Allowed trust levels: - trusted - untrusted - monitor - blocked |
| approve_mcp_manifest_identity | Admin tool to approve and persist a manifest trust identity baseline. |
| get_data_paths | Return ShadowGate data directory paths for policy, registry, and audit logs. |
| get_security_config | Return ShadowGate admin-auth security configuration without exposing the raw key. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。