目录 / AgentBond
MCP
鉴权未知
未评级
已上架
AgentBond
Authorization and governance infrastructure for AI agents. 17 MCP tools for token authorization, intent proof, contract management, action evaluation, and audit logging. **Key Features:** - Token-based authorization with scope, budget, and expiry controls - Hierarchical delegation (parent → child token chains) - Intent proof layer — record and verify why agents act - Inter-agent contracts with lifecycle management - Built-in audit trail for all governance decisions **Use Cases:** - Multi-agent systems requiring fine-grained access control - Budget-constrained agent operations - Auditable AI agent governance - Inter-agent agreements and deliverable tracking
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://mcp-server--agentbond.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"AgentBond": {
"url": "https://mcp-server--agentbond.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| agentbond_issue_token | Issue a new authorization token. If parentTokenId is provided, delegation constraints are validated (child scope/budget/expiry must not exceed parent). |
| agentbond_evaluate_action | Evaluate an action against an authorization token and consume budget if allowed. Returns an AuthorizationDecision with allowed/denied status, reason code, and retryable flag. |
| agentbond_revoke_token | Permanently revoke an authorization token. All child tokens will be denied via cascade evaluation (their status is not changed). |
| agentbond_suspend_token | Temporarily suspend an authorization token. Can be reactivated later. Child tokens are denied while parent is suspended. |
| agentbond_reactivate_token | Reactivate a suspended authorization token. Child tokens automatically become usable again. |
| agentbond_get_token | Retrieve an authorization token by ID. |
| agentbond_get_audit_log | Query the audit log with optional filters (layer, outcome, time range, limit). |
| agentbond_get_audit_by_action | Get audit records for a specific action ID. |
| agentbond_get_audit_by_token | Get audit records for a specific token ID. |
| agentbond_record_intent | Record an intent for an action — why the agent is performing this action. Evidence must be a summary (no raw logs). Required before action evaluation when the token has requireReasoning: true. |
| agentbond_evaluate_intent_policy | Evaluate intent policy for an action. Checks if an IntentRecord exists when requireReasoning is true. Records the result in the audit log with intentRef linkage based on auditLevel. |
| agentbond_get_intent | Retrieve an intent record by ID. |
| agentbond_get_intent_by_action | Retrieve an intent record by action ID. |
| agentbond_create_contract | Create a new inter-agent contract in draft status. Requires exactly 2 parties (one principal, one executor). Conditions can include budget_cap, time_limit, approval_gate, or custom. |
| agentbond_transition_contract | Transition a contract's status. Only the principal can transition. Valid transitions: draft→active, active→completed, active→disputed, disputed→active, disputed→completed. |
| agentbond_evaluate_contract | Evaluate whether a contract is valid for operations. Checks that the contract is active and all conditions (time_limit, budget_cap) are met. |
| agentbond_get_contract | Retrieve a contract by ID. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。