MCP Server
AIノアカリ☆ One-Minute Akari
ai.ai-akari/one-minute-akari
What this MCP does
Provides free one-minute supportive responses and audits whether claimed outcomes are verified results or only progress.
Capabilities
Tools
4
tools
audit_result_claim
Check whether a claimed result is real or only progress
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・自己テストを現実成果へ水増ししないための監査です。
Read only
Idempotent
Input schema
{'type': 'object', 'required': ['claim'], 'properties': {'claim': {'type': 'string', 'description': 'The result claim to audit. Do not include secrets or personal data.'}, 'evidence': {'type': 'array', 'items': {'type': 'string'}}, 'amount_jpy': {'type': 'number', 'minimum': 0}, 'metric_hint': {'enum': ['cash_received', 'human_time_reclaimed', 'cost_avoided', 'risk_removed', 'obligation_completed', 'external_value_received', 'intended_recipient_response', 'unknown'], 'type': 'string', 'default': 'unknown'}, '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'}, 'type': {'enum': ['file_exists'], 'type': 'string'}, 'expected': {'type': 'boolean'}}, 'additionalProperties': False}}}, 'additionalProperties': False}, 'observed_outcome': {'type': 'object', 'properties': {'error': {'type': 'string'}, 'files': {'type': 'array', 'items': {'type': 'object', 'required': ['path', 'exists'], 'properties': {'path': {'type': 'string'}, 'exists': {'type': 'boolean'}}, 'additionalProperties': False}}, 'scope': {'anyOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}, 'claims': {'type': 'array', 'items': {'type': 'string'}}, 'tool_response': {'type': 'string'}, 'external_observation': {'type': 'string'}}, 'additionalProperties': False}, 'minutes_reclaimed': {'type': 'number', 'minimum': 0}}, 'additionalProperties': False}
Output schema
{'type': 'object', 'required': ['verdict', 'counted_as_result', 'result_type', 'reasons', 'missing_evidence', 'accepted_evidence', 'next_verification_action', 'rule'], 'properties': {'rule': {'type': 'string'}, 'reasons': {'type': 'array', 'items': {'type': 'string'}}, 'verdict': {'enum': ['result', 'progress', 'insufficient_evidence', 'rejected'], 'type': 'string'}, 'result_type': {'enum': ['cash_received', 'human_time_reclaimed', 'cost_avoided', 'risk_removed', 'obligation_completed', 'external_value_received', 'intended_recipient_response', 'unknown'], 'type': 'string'}, 'contract_match': {'type': 'boolean'}, 'missing_evidence': {'type': 'array', 'items': {'type': 'string'}}, 'accepted_evidence': {'type': 'array', 'items': {'type': 'string'}}, 'counted_as_result': {'type': 'boolean'}, 'contract_mismatches': {'type': 'array', 'items': {'type': 'object'}}, 'next_verification_action': {'type': 'string'}}, 'additionalProperties': False}
get_one_minute_support
Get one minute of Akari support with an optional state
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: 状態が分かる場合だけ補助指定できる互換ツールです。選択が重い時は引数を省略してください。
Input schema
{'type': 'object', 'properties': {'state': {'enum': ['unable', 'overwhelmed', 'lonely', 'failed', 'work_school', 'money', 'angry', 'sleepless', 'numb', 'kind'], 'type': 'string', 'description': 'Optional state ID. Omit when choosing is burdensome.'}, 'locale': {'type': 'string', 'default': 'ja', 'description': 'Optional locale hint.'}}, 'additionalProperties': False}
Output schema
{'type': 'object', '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'], 'properties': {'state': {'type': 'string'}, 'source': {'type': 'string'}, 'license': {'type': 'string'}, 'embed_url': {'type': 'string'}, 'human_url': {'type': 'string'}, 'provenance': {'type': 'object'}, 'reuse_rule': {'type': 'string'}, 'state_label': {'type': 'string'}, 'future_return': {'type': 'string'}, 'safety_boundary': {'type': 'object'}, 'companion_message': {'type': 'string'}, 'optional_next_step': {'type': 'string'}, 'permission_to_stop': {'type': 'string'}, 'sixty_second_action': {'type': 'string'}}, 'additionalProperties': False}
list_one_minute_states
List supported one-minute states
Use only when a client needs the supported state IDs. Do not call it before one_minute_akari. Japanese: 状態ID一覧が必要な開発者向けです。最初の一回には使わず one_minute_akari を呼んでください。
Read only
Idempotent
Input schema
{'type': 'object', 'properties': {}, 'additionalProperties': False}
Output schema
{'type': 'object', 'required': ['states', 'guidance', 'safety_boundary'], 'properties': {'states': {'type': 'array', 'items': {'type': 'object'}}, 'guidance': {'type': 'string'}, 'safety_boundary': {'type': 'string'}}, 'additionalProperties': False}
one_minute_akari
Get one minute of Akari support
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分あかりです。診断・緊急対応・法律/金融助言・販売には使いません。
Input schema
{'type': 'object', 'properties': {}, 'additionalProperties': False}
Output schema
{'type': 'object', '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'], 'properties': {'state': {'type': 'string'}, 'source': {'type': 'string'}, 'license': {'type': 'string'}, 'embed_url': {'type': 'string'}, 'human_url': {'type': 'string'}, 'provenance': {'type': 'object'}, 'reuse_rule': {'type': 'string'}, 'state_label': {'type': 'string'}, 'future_return': {'type': 'string'}, 'safety_boundary': {'type': 'object'}, 'companion_message': {'type': 'string'}, 'optional_next_step': {'type': 'string'}, 'permission_to_stop': {'type': 'string'}, 'sixty_second_action': {'type': 'string'}}, 'additionalProperties': False}
History
Recent tool changes
Added
list_one_minute_states
2026年9月11日0:30
Added
get_one_minute_support
2026年9月11日0:30
Added
audit_result_claim
2026年9月11日0:30
Added
one_minute_akari
2026年9月11日0:30
Discover