目录 / Agent Guardrail
MCP
鉴权未知
未评级
已上架
Agent Guardrail
Action-level policy enforcement for AI agents — control what agents DO, not just what they say. Evaluate actions against configurable security policies before execution.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://agent-guardrail--eren-solutions.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"Agent Guardrail": {
"url": "https://agent-guardrail--eren-solutions.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| evaluate_action | Evaluate whether an agent action is allowed by the guardrail policy. Call this BEFORE executing any tool, shell command, or HTTP request. |
| register_agent | Register a new agent with the guardrail system. Must be called before evaluate_action. |
| list_agents | List all agents currently registered in the guardrail system. Shows active and killed agents. Returns: Array of agent records with fields: id, name, framework, description, status, created_at. |
| get_stats | Retrieve aggregate statistics from the guardrail system including evaluation counts, policy data, and agent metrics. Returns: Statistics object with fields: total_evaluations, allowed_count, denied_count, agent_count, policy_count. |
| kill_agent | Emergency kill-switch: immediately block ALL actions for an agent. Use when an agent is misbehaving or compromised. |
| unkill_agent | Re-enable a previously killed agent, restoring its ability to have actions evaluated. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。