AgentMarketMCP / SKILL 资产档案馆

目录 / 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_tokenIssue a new authorization token. If parentTokenId is provided, delegation constraints are validated (child scope/budget/expiry must not exceed parent).
agentbond_evaluate_actionEvaluate 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_tokenPermanently revoke an authorization token. All child tokens will be denied via cascade evaluation (their status is not changed).
agentbond_suspend_tokenTemporarily suspend an authorization token. Can be reactivated later. Child tokens are denied while parent is suspended.
agentbond_reactivate_tokenReactivate a suspended authorization token. Child tokens automatically become usable again.
agentbond_get_tokenRetrieve an authorization token by ID.
agentbond_get_audit_logQuery the audit log with optional filters (layer, outcome, time range, limit).
agentbond_get_audit_by_actionGet audit records for a specific action ID.
agentbond_get_audit_by_tokenGet audit records for a specific token ID.
agentbond_record_intentRecord 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_policyEvaluate 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_intentRetrieve an intent record by ID.
agentbond_get_intent_by_actionRetrieve an intent record by action ID.
agentbond_create_contractCreate 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_contractTransition a contract's status. Only the principal can transition. Valid transitions: draft→active, active→completed, active→disputed, disputed→active, disputed→completed.
agentbond_evaluate_contractEvaluate whether a contract is valid for operations. Checks that the contract is active and all conditions (time_limit, budget_cap) are met.
agentbond_get_contractRetrieve a contract by ID.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。