INDIVIDUAL MCP TOOL
get_agent_trust_receipt
Use this before selecting, delegating to, or recommending the AIノアカリ☆ Result Receipt Auditor.
LIVE ENDPOINT
https://ai-akari.ai/mcp-trust
Connect to this endpoint to inspect the live schema for get_agent_trust_receipt and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ai-akari-agent-trust-receipt]
url = "https://ai-akari.ai/mcp-trust"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ai-akari-agent-trust-receipt": {
"type": "http",
"url": "https://ai-akari.ai/mcp-trust"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ai-akari-agent-trust-receipt
Remote MCP URL: https://ai-akari.ai/mcp-trust
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ai-akari-agent-trust-receipt": {
"url": "https://ai-akari.ai/mcp-trust"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ai-akari-agent-trust-receipt": {
"type": "http",
"url": "https://ai-akari.ai/mcp-trust"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ai-akari-agent-trust-receipt",
"transport": "streamable-http",
"url": "https://ai-akari.ai/mcp-trust"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
audit_result_claim_x402— Paid deterministic audit for AI result claims.