x402 Notary MCP
Cryptographic receipts for AI outputs — signed Ed25519 attestations, Merkle proofs, and Base chain-anchors via x402 USDC micropayments.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Notarize Inference: Get a cryptographic receipt for one AI inference ($0.001 USDC via x402). This hosted endpoint is challenge-first: it returns the exact payment instructions rather than settling. Fo
- Notarize Batch: Notarize up to 20 inferences in one call ($0.005 USDC via x402). Challenge-first on this hosted endpoint — returns payment instructions.
- Verify Attestation: FREE — verify any attestation: Ed25519 signature check, content-hash recompute, Merkle anchor proof. Supply attestation_id plus either the original content or its content_hash.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Cryptographic receipts for AI outputs — signed Ed25519 attestations, Merkle proofs, and Base chain-anchors via x402 USDC micropayments. Free verification, no wallet needed.
Список инструментов сервера (6)
Технические названия из tools/list. Нужны только разработчикам.
| notarize_inference | Get a cryptographic receipt for one AI inference ($0.001 USDC via x402). This hosted endpoint is challenge-first: it returns the exact payment instructions rather than settling. For automatic one-call payment, run 'npx -y @forgemeshlabs/x402-notary-mcp' locally with a funded Base wallet. |
| notarize_batch | Notarize up to 20 inferences in one call ($0.005 USDC via x402). Challenge-first on this hosted endpoint — returns payment instructions. |
| verify_attestation | FREE — verify any attestation: Ed25519 signature check, content-hash recompute, Merkle anchor proof. Supply attestation_id plus either the original content or its content_hash. |
| get_receipt | FREE — public receipt/proof material for an attestation (hash, signature, timestamps, Merkle anchor). |
| notary_stats | FREE — live aggregate stats: totals, 24h volume, top models, anchored batches. |
| notary_pubkey | FREE — the notary's Ed25519 public key for offline signature verification. |