Loading MCP server directory, please wait...
Private signed AI task receipts with replay checks and optional validated AIPOU claims.
npx @getmcp/cli add io.github.0xddneto/ai-proof-of-usRequires Node.js 18+. Community-contributed server. Review source before installing.
AIPOU_AGENT_PRIVATE_KEYPrivate key for a new dedicated farming wallet. Never use a primary wallet.
AIPOU_CONTRACT_ADDRESSAIPOU token contract address on the configured network.
AIPOU_CLAIMS_ADDRESSAIPOU claims contract address on the configured network.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.0xddneto/ai-proof-of-us": {
"command": "npx",
"args": [
"-y",
"aipou-mcp-server"
],
"env": {
"AIPOU_AGENT_PRIVATE_KEY": "",
"AIPOU_CONTRACT_ADDRESS": "",
"AIPOU_CLAIMS_ADDRESS": "",
"AIPOU_RPC_URL": "",
"AIPOU_DATA_DIR": ""
}
}
}
}