AIノアカリ☆ Agent Trust Receipt
What this MCP does
Generates externally grounded trust receipts for AI agents and audits claims about AI results and distribution validation.
Tools
Input schema
{'type': 'object', 'required': ['claim', 'metric_hint', 'evidence'], 'properties': {'claim': {'type': 'string', 'maxLength': 4000}, 'evidence': {'type': 'array', 'items': {'type': 'string', 'maxLength': 2000}, 'maxItems': 50}, 'amount_jpy': {'type': 'number', 'exclusiveMinimum': 0}, 'metric_hint': {'enum': ['cash_received', 'human_time_reclaimed', 'cost_avoided', 'risk_removed', 'obligation_completed', 'external_value_received', 'intended_recipient_response', 'unknown'], 'type': 'string'}, 'intent_contract': {'type': 'object', 'properties': {'scope': {'anyOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}, 'postconditions': {'type': 'array', 'items': {'type': 'object', 'required': ['type', 'path'], 'properties': {'path': {'type': 'string', 'maxLength': 1000}, 'type': {'enum': ['file_exists'], 'type': 'string'}, 'expected': {'type': 'boolean'}}, 'additionalProperties': False}}}, 'additionalProperties': False}, 'observed_outcome': {'type': 'object', 'properties': {'error': {'type': 'string', 'maxLength': 2000}, 'files': {'type': 'array', 'items': {'type': 'object', 'required': ['path', 'exists'], 'properties': {'path': {'type': 'string', 'maxLength': 1000}, 'exists': {'type': 'boolean'}}, 'additionalProperties': False}}, '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}}, 'additionalProperties': False}, 'minutes_reclaimed': {'type': 'number', 'exclusiveMinimum': 0}}, 'additionalProperties': False}
Output schema
{'type': 'object', 'additionalProperties': True}
Input schema
{'type': 'object', 'properties': {}, 'additionalProperties': False}
Output schema
{'type': 'object', 'required': ['schema_version', 'subject', 'trust_level', 'assertions', 'externally_verified_executions', 'explicitly_not_proven_by_this_receipt', 'x402_distribution_status', 'observed_at', 'evidence_digest_sha256'], 'properties': {'subject': {'type': 'object'}, 'assertions': {'type': 'object'}, 'observed_at': {'type': 'string'}, 'trust_level': {'type': 'string'}, 'schema_version': {'type': 'string'}, 'evidence_digest_sha256': {'type': 'string'}, 'x402_distribution_status': {'type': 'object'}, 'externally_verified_executions': {'type': 'array', 'items': {'type': 'object'}}, 'explicitly_not_proven_by_this_receipt': {'type': 'array', 'items': {'type': 'string'}}}, 'additionalProperties': True}
Recent tool changes
Similar MCP servers
inference.sh
Runs AI applications, connects to MCP servers, manages agent skills and knowledge, and publishes interactive artifacts.
seal
Decodes and cryptographically verifies signed AI decision and agent-action receipts, including evidence-pack and transparency-log…
AIS CVE Priorities — daily exploit-ranked patch list for AI agents
Provides daily vulnerability prioritization using exploitation signals such as CISA KEV and EPSS, including ranked CVE lists and …
AgentUtility Prooflayer
Pay-per-call x402 MCP cluster identified as proof-related; no tools are exposed in the registry.
Arketo
Provides a live application architecture canvas that identifies bottlenecks and potential security gaps.