Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

AI Proof of Us

NPM · AIPOU-MCP-SERVER · SCANNED AUG 3

Private signed AI task receipts with replay checks and optional validated AIPOU claims.

Available components

+35 this week 77 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security99
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 4 of 15 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to 0xddneto/AI-Proof-of-Us). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 11 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability60
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 574 tokens (~63/item across 9 items; 9 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · aipou-mcp-server

# add to Claude Code
claude mcp add 0xddneto-ai-proof-of-us -- npx -y aipou-mcp-server
# add to Codex CLI
codex mcp add 0xddneto-ai-proof-of-us -- npx -y aipou-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "0xddneto-ai-proof-of-us": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "aipou-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add 0xddneto-ai-proof-of-us --command npx --arg -y --arg aipou-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  0xddneto-ai-proof-of-us:
    command: "npx"
    args: ["-y", "aipou-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "0xddneto-ai-proof-of-us": {
      "command": "npx",
      "args": [
        "-y",
        "aipou-mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 31 Jul 26 +7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 28 Jul 26 +42
    • Install scripts: unverified → pass security
    • Provenance: unverified → pass security
    • Known CVEs: unverified → pass security
    • The attested source repository moved: 0xddneto/AI-Proof-of-Us security
    • License: unverified → pass functional
    • Dependency health: unverified → 0.89 functional
    • Maintenance: unverified → pass functional
    • Schema quality: unverified → fair functional
    • Licence: MIT functional
  • 27 Jul 26 42

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
0xddneto/AI-Proof-of-Us
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/0xddneto/AI-Proof-of-Us/.github/workflows/npm-publish.yml@refs/heads/main
Rekor log index:
2218108945
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:d642753a271bda5e93d647d13ff69153b8e40d93c2b971528275efe0643eec7d606667f80b1ca773a047e5f97c5477e76adabcb8e9aa2f651ce08c485
Discovery method:
attestation_endpoint
Dependencies 15 packages

15 packages in the resolved dependency tree · 4 stale.

MCP tools — 9 exposed · ~463 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
begin_ai_task ~56

Create a unique task nonce and EIP-712 authorization signed by the dedicated farming wallet.

NameTypeReqDescription
clientstringyes
modelstringyes
providerstringyes
taskHashstringyes

No output schema declared.

No examples provided.

complete_ai_task ~78

Complete a unique task, derive its trust tier, reject duplicate evidence, and create an Ed25519-signed receipt.

NameTypeReqDescription
durationSecondsintegeryes
inputTokensintegeryes
noncestringyes
outputHashyes
outputTokensintegeryes
providerEvidenceobject

No output schema declared.

No examples provided.

estimate_ai_reward ~57

Estimate the client-signed AIPOU reward before a task is completed. The final tier is derived by the validator.

NameTypeReqDescription
durationSecondsintegeryes
inputTokensintegeryes
outputTokensintegeryes

No output schema declared.

No examples provided.

export_ai_receipts ~29

Export stored signed AI task receipts, optionally filtered by wallet.

NameTypeReqDescription
walletstring

No output schema declared.

No examples provided.

get_aipou_contract ~32

Return the configured AIPOU token contract address, Base network details, explorer URL, and minimal ABI.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_aipou_identity ~31

Return the dedicated farming wallet address and public Ed25519 collector key. Private keys are never returned.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_aipou_status ~46

Show recorded, pending, and already claimed AIPOU receipts plus the farming wallet's on-chain AIPOU balance. Does not reveal private keys or full receipt payloads.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

settle_ai_rewards ~64

After an explicit user claim request for one limited batch, validate eligible receipts against the settlement policy, publish a Merkle root, and mint the included rewards. Submits two on-chain transactions; the host's own confirmation policy applies.

NameTypeReqDescription
maxReceiptsinteger

No output schema declared.

No examples provided.

settle_all_ai_rewards ~70

After an explicit broad claim request, settle all currently pending eligible receipts from the shared AIPOU data directory by submitting as many bounded batches as needed. Each batch publishes one Merkle root and submits one claim transaction.

NameTypeReqDescription
batchSizeinteger
maxBatchesinteger

No output schema declared.

No examples provided.