目录 / agent-covenant
MCP
鉴权未知
未评级
已上架
agent-covenant
Deny-by-default, revocable authority leases that scope exactly what an autonomous agent is allowed to do — scoped permissions, spend budgets, expiry, and a verifiable audit chain of every authorized act. Part of the Viridis Agent Fleet. Durable state, free to call. Genesis receipts: github.com/jdhart81/viridis-agent-fleet/blob/main/docs/GENESIS_RECEIPTS.md
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://agent-covenant--hartjustin6.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"agent-covenant": {
"url": "https://agent-covenant--hartjustin6.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| grant_covenant | Grant an agent a covenant: an explicit lease of authority. scopes support wildcards ('payments.*', '*'); budget_minor is the total spend ceiling in minor units; expires_at is ISO-8601. Returns the covenant_id. |
| check_act | Check (and if allowed, record) a proposed act against a covenant. Deny-by-default. Idempotent on act_id — retries never double-consume budget. Every check lands on the audit chain. |
| revoke_covenant | Revoke a covenant immediately and terminally. All subsequent checks deny. |
| covenant_status | Current state, consumed/remaining budget, and check count. |
| verify_audit | Verify the tamper-evident audit chain of allowed/denied acts. |
| list_covenants | List covenants, optionally filtered by state (ACTIVE|REVOKED|EXPIRED) and/or the bound agent. |
| describe_agent | Fleet-standard self-description. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。