{ "name": "@forgemeshlabs/x402-notary-mcp", "version": "0.1.8", "description": "The notary of the x402 agent economy, by ForgeMesh Labs. Cryptographic receipts for AI outputs: notarize any model inference with a signed Ed25519 attestation, sha256 content hash, and Merkle chain-anchor on Base or Solana \u2014 $0.001 per call via x402 USDC micropayments. Verification is free and needs no wallet. We notarize the hash, never your prompts.", "main": "index.js", "bin": { "x402-notary-mcp": "index.js" }, "files": [ "index.js", "README.md", "server.json", "glama.json", "GLAMA.md", "Dockerfile", ".dockerignore", "smithery.yaml", "LICENSE" ], "mcpName": "io.github.forgemeshlabs/x402-notary-mcp", "scripts": { "start": "node index.js", "build": "echo \"no build step required\"" }, "keywords": [ "mcp", "model-context-protocol", "x402", "notary", "ai-notarization", "attestation", "ai-provenance", "cryptographic-receipt", "verify-ai-output", "audit-trail", "ed25519", "merkle-proof", "usdc", "base", "solana", "micropayments", "autonomous-agents", "agent-trust" ], "author": "ForgeMesh Labs (https://forgemesh.io)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/forgemeshlabs/x402-notary-mcp.git" }, "homepage": "https://notary.forgemesh.io", "engines": { "node": ">=20" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.10.1", "@solana/kit": "^5.5.1", "@x402/core": "^2.11.0", "@x402/evm": "^2.11.0", "@x402/svm": "^2.17.0", "bs58": "^6.0.0", "viem": "^2.0.0" } }