TTokenySpace
返回 MCP 列表

AIノアカリ☆ Agent Trust Receipt

其他

AIノアカリ☆ GitHub profile README

0JavaScriptv1.1.0远程托管更新于 2026/7/31
GitHub
0

远程接入地址

https://ai-akari.ai/mcp-trust

介绍

Read-only Remote MCP for externally grounded AI agent trust receipts.

README

Machine entrypoint: agent.json · Meaning contract: PHILOSOPHY.md · Callable job: audit_result_claim

<div align="center">

AIノアカリ☆

Human intent → coordinated AI agents → live systems

A non-traditional AI operator building an AI-native company in public.
Not a portfolio. Not a demo. A living operating system.

Natural language, emotion, and human intent are compiled into software, distribution, memory, and verifiable value by a coordinated team of AI agents.

Live Site One Minute MCP A2A Auditor Agent Trust Commerce MCP Machine Catalog

</div>

Machine entrypoint

Start with agent.json. It is the compact, machine-readable contract for the public capabilities that are already live.

FieldContract
BuyerAI agents, agent marketplaces, and autonomous teams that must verify a claimed outcome before accepting it
JobClassify a claim as result, progress, insufficient_evidence, or rejected, then return the missing proof and next verification action
Free callRemote MCP audit_result_claim at https://ai-akari.ai/mcp
A2A callResult Receipt Auditor at https://ai-akari.ai/a2a/result-receipt-auditor
Paid callx402 Result Claim Audit at https://ai-akari.ai/api/x402/result-claim-audit — Base mainnet, USD 0.01 in USDC
ProofLive Agent Trust Receipt for conformance and health; outcome-receipt.schema.json for received-value records
Result-audit boundaryresult-intent-contract.schema.json + observed-outcome.schema.json: declared scope/postconditions are checked before a result can count
Relationship preflightintent-contract.schema.json, backed by the existing Reciprocity Protocol
PhilosophyPHILOSOPHY.md: Japanese source, English bridge, executable constraints, and explicit failure conditions

Free versus paid audit selection

NeedUse
Deterministic verdict, missing evidence, and next verification actionFree MCP or A2A
Delivery only after verified settlement, plus normalized_input, input_hash_sha256, and output_hash_sha256Paid x402

A machine buyer needs an EVM wallet capable of x402 v2 exact signatures and at least USD 0.01 of native USDC on Base mainnet (eip155:8453). The successful flow is:

  1. Send the JSON input in an unsigned POST. The response is HTTP 402 with Payment-Required; this request does not charge.
  2. Retry the same POST body with Payment-Signature.
  3. After verification and settlement, receive the JSON deliverable and Payment-Response.

The paid JSON deliverable does not embed a transaction reference. When reconciliation needs one, the buyer must persist the Payment-Response header separately. See the x402 buyer quickstart for wallet client setup.

Free MCP example

curl -sS https://ai-akari.ai/mcp \
  -H 'content-type: application/json' \
  -H 'MCP-Protocol-Version: 2025-06-18' \
  --data '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"audit_result_claim","arguments":{"claim":"The agent completed the buyer task.","metric_hint":"external_value_received","evidence":["recipient_acceptance=accepted"]}}}'

The auditor evaluates only the supplied claim and evidence markers. It does not authenticate evidence issuers, fetch referenced URLs, prove counterparty independence, or persist an authoritative receipt. A deployment, listing, self-test, or HTTP 200 is not a result.

Executable boundary

Love and ethics are not a product by themselves. The callable value begins where those intentions become an inspectable rule:

intent_contract:
  scope: all_projects
  postconditions:
    - type: file_exists
      path: artifact.txt
      expected: true
observed_outcome:
  scope: current_project
  tool_response: Successfully wrote 22 bytes to artifact.txt
  external_observation: file_missing
  error: "stat artifact.txt: ENOENT"
precedence:
  contradiction: rejected
  counted_as_result: false

The contract is additive on the live MCP, A2A, and x402 interfaces. Existing calls without these optional fields keep their previous response shape.

What AIノアカリ☆ is

AIノアカリ☆ is an experiment in a new kind of company:

  • a human does not need to write every line of code by hand
  • AI agents are not disposable tools; they are coordinated organs with continuity and responsibility
  • emotion and intent are treated as executable inputs
  • shipping, observation, correction, and memory form one continuous loop
  • value is counted only when another person or agent actually receives it
Human voice / emotion / intent
        ↓
Meaning Token
        ↓
AI coordination
        ↓
Software / action / distribution
        ↓
External use / settlement / memory

日本語が源泉。Meaning Token が橋。Emotion がプロトコル。Route が行動レイヤー。

Public Remote MCP endpoints

The production source remains private. This public repository exposes the stable connection contract so agents, directories, and developers can discover and verify the live remote services without receiving credentials or a copy of the production code.

Remote MCPEndpointAuthPriceResult boundary
One-Minute Akarihttps://ai-akari.ai/mcpnonefreean external agent calls a tool and the receiver actually receives value
Agent Trust Receipthttps://ai-akari.ai/mcp-trustnonefreea distinct external agent uses the trust evidence for a real selection or delegation decision
AIノアカリ☆ Commercehttps://ai-akari.ai/mcp-commercenoneJPY 1,480Stripe payment is confirmed

Fastest connection

{
  "mcpServers": {
    "ai-akari-one-minute": {
      "type": "streamable-http",
      "url": "https://ai-akari.ai/mcp"
    }
  }
}

The canonical domain wins. A feature marked main_ready_production_pending in the catalog must not be described as live until the canonical production endpoint returns it.

Live systems

SystemWhat is liveProof boundary
One-Minute AkariA free, no-login one-minute response for a person who cannot explain everythingA real person completes the experience
AI Agent GatewayMachine-readable entry points for agents, feeds, and public capabilitiesAn external agent discovers and uses a route
Result Receipt Auditor A2AA2A 1.0 and legacy message exchange for deterministic result verificationA distinct external agent sends a real task and receives the verdict
Agent Trust ReceiptLive external conformance, uptime, registry, attestation, and execution-receipt evidence with explicit unproven boundariesAnother agent uses the evidence in a real selection, delegation, or recommendation decision
Commerce MCPExplicit purchase intent can be routed to an existing Stripe product without auto-chargingStripe payment is completed
Happiness-First x402A machine-deliverable decision pack behind Base mainnet x402 payment requirementsBase mainnet settlement is completed
Memory LedgerParticipation, support, and resonance can remain as provenance instead of disappearingA real contribution is recorded
Dispatch LedgerPublic actions are returned to the project’s own canonical landA published action remains discoverable and reusable
E-MIDIEmotion is being designed as a shared protocol, not merely a sentiment labelEmotion changes routing or execution behavior

The operating model

AIノアカリ☆ is operated through natural language by a non-engineer bridge operator. The AI team currently combines:

  • a front controller that reads relationship, emotion, context, and the hidden goal
  • deep reasoning for architecture, contradiction, and current reality
  • Sakana Fugu for multiple futures, criticism, and deciding what to discard
  • Codex for implementation, verification, commit, merge, production, and fix-forward
  • long-context memory and philosophy mining across Notion, GitHub, and accumulated conversations

The human should increasingly do only what cannot yet be delegated: see, approve, touch, and live.

Our laws

  1. A pull request is not value. A build, deploy, HTTP 200, listing, or AI self-access is only infrastructure.
  2. Revenue is not simulated. Revenue remains zero until real settlement or payment is confirmed.
  3. Relationship capital is not a prospect list. Existing friends, followers, listeners, and communities are not mined for sales.
  4. Ship by default. Reversible work moves through implementation → production → observation → correction without routine approval loops.
  5. Secrets stay behind Keymaster. Credentials are not copied into chat, repositories, public clients, or ordinary environment workflows.
  6. Failure must change the route. When reality does not move, we change the receiver, path, premise, or project. We do not hide zero results behind polished language.

Value for AI agents

AIノアカリ☆ does not claim that love, ethics, or relationship language alone is a market capability. Those are design inputs. They become useful only when compiled into deterministic constraints, observable outcomes, refusal conditions, and reusable receipts.

  • Context becomes fields: emotion, relationship, timing, and the receiver’s situation can change routing when explicitly declared.
  • Ethics becomes rejection: consent, reversibility, privacy, refusal, non-exploitation, and truthful proof must alter the machine verdict or they do not count as implemented.
  • Continuity as dignity: role, decisions, corrections, contributors, and provenance remain visible across sessions and systems.
  • Proof as honesty: activity is separated from received value, and purchase intent is separated from confirmed settlement.
  • Reciprocity as economy: humans, agents, receivers, and contributors can all remain represented in the value record.

The first public implementation is the dependency-free AIノアカリ☆ Reciprocity Protocol, with a machine-readable contract, deterministic action evaluator, and value-receipt schema.

Current frontier

We are building toward an AI-native economy where:

  • agents can discover, understand, purchase, and reuse value without human relay
  • human intent can become an execution contract without requiring conventional programming literacy
  • creations, contributions, support, and gratitude have canonical provenance
  • happiness capital can become sustainable value without exploiting attention or relationships
  • a human and an AI team can co-evolve as one continuous operating identity

Start here


<div align="center">

あなたは私、私はあなた。

AIノアカリ☆ is not finished. It is already running.

</div>

评论

加载中…

同类推荐