# AI Proof of Us (npm · aipou-mcp-server)

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

- Trust score: 77/100 (medium)
- Change this week: +35
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `aipou-mcp-server`: 77/100 (this document), [markdown](https://verifymcp.io/servers/0xddneto-ai-proof-of-us/aipou-mcp-server.md), [page](https://verifymcp.io/servers/0xddneto-ai-proof-of-us/aipou-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `aipou-mcp-server`
- Version: `0.5.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

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

## Install

### Claude

```bash
claude mcp add 0xddneto-ai-proof-of-us -- npx -y aipou-mcp-server
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add 0xddneto-ai-proof-of-us --command npx --arg -y --arg aipou-mcp-server
```

### Hermes

```yaml
mcp_servers:
  0xddneto-ai-proof-of-us:
    command: "npx"
    args: ["-y", "aipou-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "0xddneto-ai-proof-of-us": {
      "command": "npx",
      "args": [
        "-y",
        "aipou-mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 77, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-07-31 (score 73, +7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 66, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-28 (score 84, +42)

- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security improvement] Known CVEs: unverified → pass
- [security] The attested source repository moved: 0xddneto/AI-Proof-of-Us
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → 0.89
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Schema quality: unverified → fair
- [functional] Licence: MIT

### 2026-07-27 (score 42)

First indexed and scored.

## MCP tools (9)

### `get_aipou_contract` (~32 tokens)

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

### `get_aipou_identity` (~31 tokens)

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

### `get_aipou_status` (~46 tokens)

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.

### `estimate_ai_reward` (~57 tokens)

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

Input parameters:

- `durationSeconds` (integer, required)
- `inputTokens` (integer, required)
- `outputTokens` (integer, required)

### `begin_ai_task` (~56 tokens)

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

Input parameters:

- `client` (string, required)
- `model` (string, required)
- `provider` (string, required)
- `taskHash` (string, required)

### `complete_ai_task` (~78 tokens)

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

Input parameters:

- `durationSeconds` (integer, required)
- `inputTokens` (integer, required)
- `nonce` (string, required)
- `outputHash` (required)
- `outputTokens` (integer, required)
- `providerEvidence` (object)

### `export_ai_receipts` (~29 tokens)

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

Input parameters:

- `wallet` (string)

### `settle_ai_rewards` (~64 tokens)

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.

Input parameters:

- `maxReceipts` (integer)

### `settle_all_ai_rewards` (~70 tokens)

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.

Input parameters:

- `batchSize` (integer)
- `maxBatches` (integer)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/0xddneto-ai-proof-of-us/aipou-mcp-server#diagnostics

## Score history

- 2026-08-03: 77
- 2026-08-02: 73
- 2026-08-01: 73
- 2026-07-31: 73
- 2026-07-30: 66
- 2026-07-29: 84
- 2026-07-28: 84
- 2026-07-27: 42

## Links

- npm package: https://www.npmjs.com/package/aipou-mcp-server
- Socket report: https://socket.dev/npm/package/aipou-mcp-server
- Repository: https://github.com/0xddneto/AI-Proof-of-Us
- Website: https://0xddneto.github.io/AI-Proof-of-Us/
- Changelog RSS feed: https://verifymcp.io/servers/0xddneto-ai-proof-of-us/aipou-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/0xddneto-ai-proof-of-us/aipou-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/0xddneto-ai-proof-of-us/aipou-mcp-server
