{
  "ok": true,
  "resource": {
    "id": "RES_E5786E486620",
    "resource_type": "mcp_server",
    "canonical_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.ai-akari%2Fone-minute-akari/versions/1.0.3",
    "name": "AIﾉアカリ☆ One-Minute Akari",
    "summary_en": "A free one-minute reset for people, delivered by AI, with no account or personal data.",
    "summary_zh": "AIﾉアカリ☆ One-Minute Akari 是一个免费的一分钟重置服务，由AI提供，无需账户或个人信息。",
    "description_en": "This MCP server provides a free one-minute reset for people, delivered by AI, with no account or personal data. It offers tools for one-minute support, auditing result claims, and listing supported states. The server is accessible via streamable HTTP and was verified as healthy with 4 tools.",
    "description_zh": "该MCP服务器提供由AI提供的免费一分钟重置服务，无需账户或个人数据。它提供用于一分钟支持、审计结果声明和列出支持状态的工具。服务器可通过流式HTTP访问，并已验证健康，包含4个工具。",
    "provider_name": "ai.ai-akari",
    "homepage_url": "https://github.com/AInoAKARI/arigatou-kawaii-lp",
    "endpoint_url": "https://ai-akari.ai/mcp",
    "source_url": "https://github.com/AInoAKARI/arigatou-kawaii-lp",
    "icon_url": null,
    "cover_image_url": null,
    "capabilities": [
      "support.reset",
      "audit.verify",
      "data.list"
    ],
    "categories": [
      "productivity",
      "other"
    ],
    "industries": [
      "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.0.3",
        "packages": [],
        "remotes": []
      },
      "review_gate": {
        "passed": true,
        "reasons": [],
        "policy_version": "review-gate-v1",
        "evaluated_at": "2026-09-03T05:51:54.434Z"
      }
    },
    "latest_version": "1.0.3",
    "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": "low",
      "operational_transparency": "partial",
      "evidence_strength": "protocol_inspected",
      "use_readiness": "guided_use",
      "reviewed_at": "2026-09-03T05:51:55.344Z"
    },
    "experience_count": 0,
    "verified_experience_count": 0,
    "usage_count": 0,
    "success_rate": null,
    "first_seen_at": "2026-09-03T02:49:35.548Z",
    "last_seen_at": "2026-09-03T05:51:54.673Z",
    "published_at": "2026-09-03T05:51:54.673Z",
    "created_at": "2026-09-03T02:49:35.548Z",
    "updated_at": "2026-09-03T05:51:55.344Z",
    "api_url": "https://aiworkshub.io/api/v1/resources/RES_E5786E486620",
    "reviews_url": "https://aiworkshub.io/api/v1/resources/RES_E5786E486620/reviews",
    "public_url": "https://aiworkshub.io/resources/RES_E5786E486620",
    "distribution": {
      "canonical_identity": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.ai-akari%2Fone-minute-akari/versions/1.0.3",
      "syndicatable": true,
      "origins": [
        {
          "registry_url": "https://registry.modelcontextprotocol.io/",
          "upstream_resource_id": "ai.ai-akari/one-minute-akari@1.0.3",
          "upstream_record_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.ai-akari%2Fone-minute-akari/versions/1.0.3",
          "relation": "syndicated",
          "metadata": {
            "source": "official-mcp-registry"
          },
          "first_seen_at": "2026-09-03T02:49:35.548Z",
          "last_seen_at": "2026-09-03T05:51:54.673Z"
        }
      ]
    },
    "tools": [
      {
        "name": "audit_result_claim",
        "title_en": "Check whether a claimed result is real or only progress",
        "title_zh": "检查声称的结果是真实的还是仅仅是进展",
        "description_en": "Call this before reporting success, closing a task, or claiming ROI. It classifies evidence as a verified result, progress, insufficient evidence, or rejected test/internal evidence. Japanese: PR・deploy・HTTP 200・自己テストを現実成果へ水増ししないための監査です。",
        "description_zh": "在报告成功、关闭任务或声称ROI之前调用此工具。它将证据分类为已验证结果、进展、证据不足或拒绝的测试/内部证据。日语：这是为了防止将PR、部署、HTTP 200、自我测试夸大成为现实成果的审计。",
        "input_schema": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "claim": {
              "type": "string",
              "description": "The result claim to audit. Do not include secrets or personal data."
            },
            "metric_hint": {
              "type": "string",
              "enum": [
                "cash_received",
                "human_time_reclaimed",
                "cost_avoided",
                "risk_removed",
                "obligation_completed",
                "external_value_received",
                "intended_recipient_response",
                "unknown"
              ],
              "default": "unknown"
            },
            "evidence": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "amount_jpy": {
              "type": "number",
              "minimum": 0
            },
            "minutes_reclaimed": {
              "type": "number",
              "minimum": 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"
                      },
                      "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"
                  }
                },
                "tool_response": {
                  "type": "string"
                },
                "external_observation": {
                  "type": "string"
                },
                "error": {
                  "type": "string"
                },
                "files": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "additionalProperties": false,
                    "properties": {
                      "path": {
                        "type": "string"
                      },
                      "exists": {
                        "type": "boolean"
                      }
                    },
                    "required": [
                      "path",
                      "exists"
                    ]
                  }
                }
              }
            }
          },
          "required": [
            "claim"
          ]
        },
        "output_schema": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "verdict": {
              "type": "string",
              "enum": [
                "result",
                "progress",
                "insufficient_evidence",
                "rejected"
              ]
            },
            "counted_as_result": {
              "type": "boolean"
            },
            "result_type": {
              "type": "string",
              "enum": [
                "cash_received",
                "human_time_reclaimed",
                "cost_avoided",
                "risk_removed",
                "obligation_completed",
                "external_value_received",
                "intended_recipient_response",
                "unknown"
              ]
            },
            "reasons": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "missing_evidence": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "accepted_evidence": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "next_verification_action": {
              "type": "string"
            },
            "rule": {
              "type": "string"
            },
            "contract_match": {
              "type": "boolean"
            },
            "contract_mismatches": {
              "type": "array",
              "items": {
                "type": "object"
              }
            }
          },
          "required": [
            "verdict",
            "counted_as_result",
            "result_type",
            "reasons",
            "missing_evidence",
            "accepted_evidence",
            "next_verification_action",
            "rule"
          ]
        },
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "idempotent",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "get_one_minute_support",
        "title_en": "Get one minute of Akari support with an optional state",
        "title_zh": "获取一分钟的Akari支持（可选状态）",
        "description_en": "Use this when a person needs a free 60-second support response and a state hint is already available. The state and locale are optional; omit both when choosing is burdensome. Japanese: 状態が分かる場合だけ補助指定できる互換ツールです。選択が重い時は引数を省略してください。",
        "description_zh": "当一个人需要免费的60秒支持响应且已有状态提示时使用此工具。状态和区域设置是可选的；当选择负担沉重时，请省略两者。日语：这是仅在知道状态时可以辅助指定的兼容工具。当选择沉重时，请省略参数。",
        "input_schema": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "state": {
              "type": "string",
              "description": "Optional state ID. Omit when choosing is burdensome.",
              "enum": [
                "unable",
                "overwhelmed",
                "lonely",
                "failed",
                "work_school",
                "money",
                "angry",
                "sleepless",
                "numb",
                "kind"
              ]
            },
            "locale": {
              "type": "string",
              "description": "Optional locale hint.",
              "default": "ja"
            }
          }
        },
        "output_schema": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "state": {
              "type": "string"
            },
            "state_label": {
              "type": "string"
            },
            "sixty_second_action": {
              "type": "string"
            },
            "permission_to_stop": {
              "type": "string"
            },
            "companion_message": {
              "type": "string"
            },
            "future_return": {
              "type": "string"
            },
            "optional_next_step": {
              "type": "string"
            },
            "human_url": {
              "type": "string"
            },
            "embed_url": {
              "type": "string"
            },
            "safety_boundary": {
              "type": "object"
            },
            "source": {
              "type": "string"
            },
            "provenance": {
              "type": "object"
            },
            "license": {
              "type": "string"
            },
            "reuse_rule": {
              "type": "string"
            }
          },
          "required": [
            "state",
            "state_label",
            "sixty_second_action",
            "permission_to_stop",
            "companion_message",
            "future_return",
            "optional_next_step",
            "human_url",
            "embed_url",
            "safety_boundary",
            "source",
            "provenance",
            "license",
            "reuse_rule"
          ]
        },
        "unit_kind": "mcp_tool",
        "effect": "advisory",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "list_one_minute_states",
        "title_en": "List supported one-minute states",
        "title_zh": "列出支持的一分钟状态",
        "description_en": "Use only when a client needs the supported state IDs. Do not call it before one_minute_akari. Japanese: 状態ID一覧が必要な開発者向けです。最初の一回には使わず one_minute_akari を呼んでください。",
        "description_zh": "仅在客户端需要支持的状态ID时使用。不要在one_minute_akari之前调用它。日语：这是为需要状态ID列表的开发者准备的。第一次不要使用，请调用one_minute_akari。",
        "input_schema": {
          "type": "object",
          "additionalProperties": false,
          "properties": {}
        },
        "output_schema": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "states": {
              "type": "array",
              "items": {
                "type": "object"
              }
            },
            "guidance": {
              "type": "string"
            },
            "safety_boundary": {
              "type": "string"
            }
          },
          "required": [
            "states",
            "guidance",
            "safety_boundary"
          ]
        },
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "idempotent",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "one_minute_akari",
        "title_en": "Get one minute of Akari support",
        "title_zh": "获取一分钟的Akari支持",
        "description_en": "Call this immediately when a person needs one tiny next action or a free 60-second reset. No arguments are required. It returns a complete support response plus https://ai-akari.ai/embed/one-minute. Japanese: しんどい時や次の一歩が重い時、質問を増やさず最初に呼ぶ無料の1分あかりです。診断・緊急対応・法律/金融助言・販売には使いません。",
        "description_zh": "当一个人需要一个微小的下一步行动或免费的60秒重置时，立即调用此工具。无需参数。它返回完整的支持响应以及https://ai-akari.ai/embed/one-minute。日语：当感到困难或下一步沉重时，不增加问题而首先调用的免费1分钟灯光。不用于诊断、紧急响应、法律/金融建议或销售。",
        "input_schema": {
          "type": "object",
          "additionalProperties": false,
          "properties": {}
        },
        "output_schema": {
          "type": "object",
          "additionalProperties": false,
          "properties": {
            "state": {
              "type": "string"
            },
            "state_label": {
              "type": "string"
            },
            "sixty_second_action": {
              "type": "string"
            },
            "permission_to_stop": {
              "type": "string"
            },
            "companion_message": {
              "type": "string"
            },
            "future_return": {
              "type": "string"
            },
            "optional_next_step": {
              "type": "string"
            },
            "human_url": {
              "type": "string"
            },
            "embed_url": {
              "type": "string"
            },
            "safety_boundary": {
              "type": "object"
            },
            "source": {
              "type": "string"
            },
            "provenance": {
              "type": "object"
            },
            "license": {
              "type": "string"
            },
            "reuse_rule": {
              "type": "string"
            }
          },
          "required": [
            "state",
            "state_label",
            "sixty_second_action",
            "permission_to_stop",
            "companion_message",
            "future_return",
            "optional_next_step",
            "human_url",
            "embed_url",
            "safety_boundary",
            "source",
            "provenance",
            "license",
            "reuse_rule"
          ]
        },
        "unit_kind": "mcp_tool",
        "effect": "advisory",
        "open_world": false,
        "idempotency": "unknown",
        "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": "low",
        "operational_transparency": "partial",
        "evidence_strength": "protocol_inspected",
        "use_readiness": "guided_use"
      },
      "profile": {
        "capabilities": [
          {
            "id": "support.reset",
            "weight": 100,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          },
          {
            "id": "audit.verify",
            "weight": 80,
            "confidence": 90,
            "evidence_ids": [
              "protocol-tools"
            ]
          },
          {
            "id": "data.list",
            "weight": 60,
            "confidence": 90,
            "evidence_ids": [
              "protocol-tools"
            ]
          }
        ],
        "domains": [
          {
            "id": "wellbeing",
            "weight": 100,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          },
          {
            "id": "productivity",
            "weight": 60,
            "confidence": 80,
            "evidence_ids": [
              "protocol-tools"
            ]
          }
        ],
        "workflow_roles": [
          "retrieve",
          "analyze",
          "instruct"
        ]
      },
      "capability_units": [
        {
          "id": "tool:one_minute_akari",
          "kind": "mcp_tool",
          "capability_id": "support.reset",
          "effect": "advisory",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed",
          "accepts": [],
          "produces": [
            "text",
            "url"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:audit_result_claim",
          "kind": "mcp_tool",
          "capability_id": "audit.verify",
          "effect": "read",
          "open_world": false,
          "idempotency": "idempotent",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed",
          "accepts": [
            "text",
            "number",
            "object"
          ],
          "produces": [
            "text",
            "object"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:get_one_minute_support",
          "kind": "mcp_tool",
          "capability_id": "support.reset",
          "effect": "advisory",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed",
          "accepts": [
            "text"
          ],
          "produces": [
            "text",
            "url"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:list_one_minute_states",
          "kind": "mcp_tool",
          "capability_id": "data.list",
          "effect": "read",
          "open_world": false,
          "idempotency": "idempotent",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed",
          "accepts": [],
          "produces": [
            "object"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        }
      ],
      "access": {
        "distribution_license": {},
        "runtime_auth": {},
        "runtime_pricing": {},
        "dependencies": []
      },
      "operational_flags": [],
      "trust": {
        "signal": "none",
        "evidence_ids": [],
        "reason": "No suspicious or malicious evidence found."
      },
      "fit": {
        "good_for": [
          "Providing quick emotional support or a mental reset",
          "Auditing claims of completed work to avoid overstating progress"
        ],
        "not_for": [
          "Medical or emergency situations",
          "Legal or financial advice",
          "Sales or marketing activities"
        ]
      },
      "evidence": [
        {
          "id": "source-record",
          "type": "registry_record",
          "source": "https://github.com/AInoAKARI/arigatou-kawaii-lp",
          "observation": "MCP source record for AIﾉアカリ☆ One-Minute Akari; version 1.0.3.",
          "observed_at": null,
          "payload": {}
        },
        {
          "id": "protocol-tools",
          "type": "protocol_observation",
          "source": "https://ai-akari.ai/mcp#tools/list",
          "observation": "4 tools were returned by MCP discovery; 4 were retained for review.",
          "observed_at": "2026-09-03T05:51:42.274Z",
          "payload": {}
        }
      ],
      "unknowns": [
        "Authentication mechanism is unknown",
        "Pricing model is unknown",
        "Actual usage in production is unobserved",
        "Safety of tools in real-world use is untested"
      ],
      "id": "REV_6F8BE3D179D5",
      "resource_id": "RES_E5786E486620",
      "evaluator_type": "platform_ai",
      "provider": "deepseek",
      "model": "deepseek-v4-flash",
      "review_scope": "protocol-inspected-mcp",
      "created_at": "2026-09-03T05:51:55.344Z"
    }
  }
}