Private signed AI task receipts with replay checks and optional validated AIPOU claims.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
aipou-mcp-server · npm · 0.5.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.0xddneto/ai-proof-of-us",
"description": "Private signed AI task receipts with replay checks and optional validated AIPOU claims.",
"title": "AI Proof of Us",
"repository": {
"url": "https://github.com/0xddneto/AI-Proof-of-Us",
"source": "github",
"subfolder": "mcp-server"
},
"version": "0.5.0",
"websiteUrl": "https://0xddneto.github.io/AI-Proof-of-Us/",
"packages": [
{
"registryType": "npm",
"identifier": "aipou-mcp-server",
"version": "0.5.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional inline private key for a dedicated farming wallet. Prefer AIPOU_AGENT_KEY_FILE and never use a primary wallet.",
"format": "string",
"isSecret": true,
"name": "AIPOU_AGENT_PRIVATE_KEY"
},
{
"description": "Path to the protected dedicated-wallet key created by aipou-mcp --init.",
"format": "string",
"name": "AIPOU_AGENT_KEY_FILE"
},
{
"description": "AIPOU token contract address on the configured network.",
"isRequired": true,
"format": "string",
"name": "AIPOU_CONTRACT_ADDRESS"
},
{
"description": "AIPOU claims contract address on the configured network.",
"isRequired": true,
"format": "string",
"name": "AIPOU_CLAIMS_ADDRESS"
},
{
"description": "Optional Base-compatible JSON-RPC endpoint.",
"format": "string",
"name": "AIPOU_RPC_URL"
},
{
"description": "Optional local directory for receipt and collector state.",
"format": "string",
"name": "AIPOU_DATA_DIR"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-22T13:08:25.358697Z",
"publishedAt": "2026-07-22T13:08:25.358697Z",
"updatedAt": "2026-07-22T13:08:25.358697Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.5.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.