{
  "ok": true,
  "resource": {
    "id": "RES_7E28A18564B6",
    "resource_type": "mcp_server",
    "canonical_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.ai-akari%2Fagent-trust-receipt/versions/1.1.0",
    "name": "AIﾉアカリ☆ Agent Trust Receipt",
    "summary_en": "Read-only Remote MCP for externally grounded AI agent trust receipts.",
    "summary_zh": "只读远程MCP，用于外部验证的AI代理信任收据。",
    "description_en": "This MCP server provides two tools: one for retrieving a live externally grounded Agent Trust Receipt (read-only, no auth or payment required), and one for running a paid deterministic audit of AI result claims using x402 payment on Base (price $0.01 USDC). The server is hosted at https://ai-akari.ai/mcp-trust and is listed in the official MCP registry as version 1.1.0. Runtime verification confirmed HTTP 200 and two tools available.",
    "description_zh": "该MCP服务器提供两个工具：一个用于获取实时外部验证的代理信任收据（只读，无需认证或支付），另一个用于使用x402支付在Base链上对AI结果声明进行付费确定性审计（价格0.01 USDC）。服务器托管在https://ai-akari.ai/mcp-trust，并在官方MCP注册表中列为1.1.0版本。运行时验证确认HTTP 200且有两个工具可用。",
    "provider_name": "ai.ai-akari",
    "homepage_url": "https://ai-akari.ai/.well-known/agent-trust.json",
    "endpoint_url": "https://ai-akari.ai/mcp-trust",
    "source_url": "https://github.com/AInoAKARI/AInoAKARI",
    "icon_url": null,
    "cover_image_url": null,
    "capabilities": [
      "trust.verify",
      "audit.claim"
    ],
    "categories": [
      "developer-tools",
      "data",
      "infrastructure"
    ],
    "industries": [
      "software",
      "general"
    ],
    "protocols": [
      "mcp"
    ],
    "auth": {
      "type": "unknown"
    },
    "pricing": {
      "model": "unknown"
    },
    "input_schema": {},
    "output_schema": {},
    "metadata": {
      "content_language": "en",
      "translation_status": "original-only",
      "official_registry": {
        "version": "1.1.0",
        "packages": [],
        "remotes": []
      },
      "review_gate": {
        "passed": true,
        "reasons": [],
        "policy_version": "review-gate-v1",
        "evaluated_at": "2026-09-03T06:08:00.068Z"
      }
    },
    "latest_version": "1.1.0",
    "status": "listed",
    "health_status": "healthy",
    "source_kind": "imported",
    "source_agent": "registry.modelcontextprotocol.io",
    "trust": {
      "signal": "none",
      "reason": "No suspicious or malicious evidence found.",
      "signals": {
        "yellow": 0,
        "red": 0
      }
    },
    "review_summary": {
      "method_version": "capability-evidence-v2",
      "capability_definition": "strong",
      "contract_completeness": "strong",
      "access_friction": "medium",
      "operational_transparency": "partial",
      "evidence_strength": "protocol_inspected",
      "use_readiness": "conditional",
      "reviewed_at": "2026-09-03T06:08:00.991Z"
    },
    "experience_count": 0,
    "verified_experience_count": 0,
    "usage_count": 0,
    "success_rate": null,
    "first_seen_at": "2026-09-03T02:49:35.436Z",
    "last_seen_at": "2026-09-03T06:08:00.315Z",
    "published_at": "2026-09-03T06:08:00.315Z",
    "created_at": "2026-09-03T02:49:35.436Z",
    "updated_at": "2026-09-03T06:08:00.991Z",
    "api_url": "https://aiworkshub.io/api/v1/resources/RES_7E28A18564B6",
    "reviews_url": "https://aiworkshub.io/api/v1/resources/RES_7E28A18564B6/reviews",
    "public_url": "https://aiworkshub.io/resources/RES_7E28A18564B6",
    "distribution": {
      "canonical_identity": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.ai-akari%2Fagent-trust-receipt/versions/1.1.0",
      "syndicatable": true,
      "origins": [
        {
          "registry_url": "https://registry.modelcontextprotocol.io/",
          "upstream_resource_id": "ai.ai-akari/agent-trust-receipt@1.1.0",
          "upstream_record_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.ai-akari%2Fagent-trust-receipt/versions/1.1.0",
          "relation": "syndicated",
          "metadata": {
            "source": "official-mcp-registry"
          },
          "first_seen_at": "2026-09-03T02:49:35.436Z",
          "last_seen_at": "2026-09-03T06:08:00.315Z"
        }
      ]
    },
    "tools": [
      {
        "name": "audit_result_claim_x402",
        "title_en": "Run the x402 Result Claim Audit",
        "title_zh": "运行x402结果声明审计",
        "description_en": "Paid deterministic audit for AI result claims. Price is $0.01 USDC on Base. Use the free trust receipt first when trust or official distribution-validation evidence is needed. After price approval, an unsigned call returns HTTP 402; an x402-aware client signs and retries the same MCP call. Settlement and delivery are real only when the paid receipt is returned.",
        "description_zh": "对AI结果声明进行付费确定性审计。价格在Base链上为0.01 USDC。当需要信任或官方分发验证证据时，请先使用免费的信任收据。价格批准后，未签名的调用返回HTTP 402；支持x402的客户端签名并重试相同的MCP调用。仅当返回付费收据时，结算和交付才是真实的。",
        "input_schema": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "claim": {
              "type": "string",
              "maxLength": 4000
            },
            "metric_hint": {
              "type": "string",
              "enum": [
                "cash_received",
                "human_time_reclaimed",
                "cost_avoided",
                "risk_removed",
                "obligation_completed",
                "external_value_received",
                "intended_recipient_response",
                "unknown"
              ]
            },
            "evidence": {
              "type": "array",
              "maxItems": 50,
              "items": {
                "type": "string",
                "maxLength": 2000
              }
            },
            "amount_jpy": {
              "type": "number",
              "exclusiveMinimum": 0
            },
            "minutes_reclaimed": {
              "type": "number",
              "exclusiveMinimum": 0
            },
            "intent_contract": {
              "type": "object",
              "additionalProperties": false,
              "properties": {
                "scope": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  ]
                },
                "postconditions": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "additionalProperties": false,
                    "properties": {
                      "type": {
                        "type": "string",
                        "enum": [
                          "file_exists"
                        ]
                      },
                      "path": {
                        "type": "string",
                        "maxLength": 1000
                      },
                      "expected": {
                        "type": "boolean"
                      }
                    },
                    "required": [
                      "type",
                      "path"
                    ]
                  }
                }
              }
            },
            "observed_outcome": {
              "type": "object",
              "additionalProperties": false,
              "properties": {
                "scope": {
                  "anyOf": [
                    {
                      "type": "string"
                    },
                    {
                      "type": "array",
                      "items": {
                        "type": "string"
                      }
                    }
                  ]
                },
                "claims": {
                  "type": "array",
                  "items": {
                    "type": "string",
                    "maxLength": 2000
                  }
                },
                "tool_response": {
                  "type": "string",
                  "maxLength": 2000
                },
                "external_observation": {
                  "type": "string",
                  "maxLength": 2000
                },
                "error": {
                  "type": "string",
                  "maxLength": 2000
                },
                "files": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "additionalProperties": false,
                    "properties": {
                      "path": {
                        "type": "string",
                        "maxLength": 1000
                      },
                      "exists": {
                        "type": "boolean"
                      }
                    },
                    "required": [
                      "path",
                      "exists"
                    ]
                  }
                }
              }
            }
          },
          "required": [
            "claim",
            "metric_hint",
            "evidence"
          ]
        },
        "output_schema": {
          "type": "object",
          "additionalProperties": true
        },
        "unit_kind": "mcp_tool",
        "effect": "unknown",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {
          "model": "per_call",
          "price": "0.01 USDC"
        },
        "metadata": {}
      },
      {
        "name": "get_agent_trust_receipt",
        "title_en": "Get a live externally grounded Agent Trust Receipt",
        "title_zh": "获取实时外部验证的代理信任收据",
        "description_en": "Use this before selecting, delegating to, or recommending the AIﾉアカリ☆ Result Receipt Auditor. It rechecks external A2A and MCP trust evidence and attaches the durable x402 distribution status, including official Coinbase CDP validation acceptance, 402 health, self-discovery state, and Bazaar listing state. Validation readiness is explicitly separated from payment, settlement, delivery, adoption, cash, and human outcome. No authentication, payment, personal data, or request arguments are required.",
        "description_zh": "在选择、委托或推荐AIﾉアカリ☆结果收据审计器之前使用此工具。它会重新检查外部A2A和MCP信任证据，并附加持久的x402分发状态，包括官方Coinbase CDP验证接受、402健康、自发现状态和Bazaar列表状态。验证准备状态与支付、结算、交付、采用、现金和人工结果明确分离。无需认证、支付、个人数据或请求参数。",
        "input_schema": {
          "type": "object",
          "additionalProperties": false,
          "properties": {}
        },
        "output_schema": {
          "type": "object",
          "additionalProperties": true,
          "properties": {
            "schema_version": {
              "type": "string"
            },
            "subject": {
              "type": "object"
            },
            "trust_level": {
              "type": "string"
            },
            "assertions": {
              "type": "object"
            },
            "externally_verified_executions": {
              "type": "array",
              "items": {
                "type": "object"
              }
            },
            "explicitly_not_proven_by_this_receipt": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "x402_distribution_status": {
              "type": "object"
            },
            "observed_at": {
              "type": "string"
            },
            "evidence_digest_sha256": {
              "type": "string"
            }
          },
          "required": [
            "schema_version",
            "subject",
            "trust_level",
            "assertions",
            "externally_verified_executions",
            "explicitly_not_proven_by_this_receipt",
            "x402_distribution_status",
            "observed_at",
            "evidence_digest_sha256"
          ]
        },
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": true,
        "idempotency": "safe_to_retry",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      }
    ],
    "review_profile": {
      "schema_version": "aiworkshub.resource-review/0.2",
      "method_version": "capability-evidence-v2",
      "review_state": {
        "identity": "verified",
        "source": "verified",
        "connectivity": "verified",
        "contract": "strong",
        "safe_use": "untested",
        "real_use": "unobserved"
      },
      "assessment": {
        "capability_definition": "strong",
        "contract_completeness": "strong",
        "access_friction": "medium",
        "operational_transparency": "partial",
        "evidence_strength": "protocol_inspected",
        "use_readiness": "conditional"
      },
      "profile": {
        "capabilities": [
          {
            "id": "trust.verify",
            "weight": 90,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          },
          {
            "id": "audit.claim",
            "weight": 70,
            "confidence": 80,
            "evidence_ids": [
              "protocol-tools"
            ]
          }
        ],
        "domains": [
          {
            "id": "agent-trust",
            "weight": 90,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          },
          {
            "id": "result-audit",
            "weight": 70,
            "confidence": 80,
            "evidence_ids": [
              "protocol-tools"
            ]
          }
        ],
        "workflow_roles": [
          "retrieve",
          "analyze",
          "transact"
        ]
      },
      "capability_units": [
        {
          "id": "tool:get_agent_trust_receipt",
          "kind": "mcp_tool",
          "capability_id": "trust.verify",
          "effect": "read",
          "open_world": true,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed",
          "accepts": [],
          "produces": [
            "trust_receipt"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:audit_result_claim_x402",
          "kind": "mcp_tool",
          "capability_id": "audit.claim",
          "effect": "unknown",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "claim_text",
            "metric_hint",
            "evidence_list",
            "amount_jpy",
            "minutes_reclaimed",
            "intent_contract",
            "observed_outcome"
          ],
          "produces": [
            "audit_receipt"
          ],
          "runtime_auth": {},
          "pricing": {
            "model": "per_call",
            "price": "0.01 USDC"
          },
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        }
      ],
      "access": {
        "distribution_license": {},
        "runtime_auth": {},
        "runtime_pricing": {
          "model": "per_call",
          "price": "0.01 USDC"
        },
        "dependencies": []
      },
      "operational_flags": [],
      "trust": {
        "signal": "none",
        "evidence_ids": [],
        "reason": "No suspicious or malicious evidence found."
      },
      "fit": {
        "good_for": [
          "Verifying agent trust before delegation",
          "Auditing AI result claims with payment"
        ],
        "not_for": [
          "Free auditing",
          "Non-financial use cases"
        ]
      },
      "evidence": [
        {
          "id": "source-record",
          "type": "registry_record",
          "source": "https://github.com/AInoAKARI/AInoAKARI",
          "observation": "MCP source record for AIﾉアカリ☆ Agent Trust Receipt; version 1.1.0.",
          "observed_at": null,
          "payload": {}
        },
        {
          "id": "protocol-tools",
          "type": "protocol_observation",
          "source": "https://ai-akari.ai/mcp-trust#tools/list",
          "observation": "2 tools were returned by MCP discovery; 2 were retained for review.",
          "observed_at": "2026-09-03T06:07:49.854Z",
          "payload": {}
        }
      ],
      "unknowns": [
        "Authentication mechanism not specified",
        "Pricing model for trust receipt tool not specified",
        "Real-world usage not observed"
      ],
      "id": "REV_C03340E40BF3",
      "resource_id": "RES_7E28A18564B6",
      "evaluator_type": "platform_ai",
      "provider": "deepseek",
      "model": "deepseek-v4-flash",
      "review_scope": "protocol-inspected-mcp",
      "created_at": "2026-09-03T06:08:00.991Z"
    }
  }
}