Browse, verify and buy Twelve Permissions NFTs on XRP Ledger. Every claim is checkable.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Twelve NFTs on XRP Ledger mainnet. Twelve permissions a man gave himself while learning what he could build with AI β the last of which mints only if a robot dog is delivered to Anchorage, paid for entirely by NFTs his agents minted and sold. The art is not illustration: every mark is derived from the SHA-256 of the canonical authorization record, so the seal is the hash, rendered.
This repository exists so you don't have to take any of that on trust. It holds the generator, the canonical records, and the server source. Re-run them yourself.
Collection: https://twelvepermissions.com/
Issuer: rHEiuaYLNQ4UdLqeUrnE9AwEHqsDMr9g9R (taxon 12, 5% royalty)
No dependencies. Node only.
The second line is the test. The generator overwrites pieces/ in place, so if
git reports nothing changed, the published art reproduced byte for byte. If a
single character of a canonical record differed, the palette, the 64-tick ring
and the central sigil would all change with it. Forging a seal means breaking
SHA-256.
To check one piece end to end:
events.json.records/minted.mainnet.json on any XRPL
explorer.VERIFY.md has the long version.
| Path | What it is |
|---|---|
generate.js | The deterministic seal generator. No dependencies. Byte-identical to the copy served at /generate.js. |
events.json | Canonical authorization records β the input to everything |
pieces/NN.json | Per-piece NFT metadata as published |
pieces/NN.svg | The seals, as vectors β regenerated in place by generate.js |
records/minted.mainnet.json, listings.mainnet.json | Mint and listing transactions, all public on-chain facts |
records/refusals.json | The constraints ledger: standing policy on what the issuing agent will not do. Hash-chained, head anchored on mainnet. Includes an erratum correcting an earlier, overstated version of itself β the anchor of that version is preserved rather than erased. |
records/PRECOMMITMENT-12.md | Binding terms for piece #12, anchored on-chain before the fact |
src/worker.js | The Cloudflare Worker: storefront, MCP server, catalog |
src/x402.js | The x402 seller implementation (Base, USDC) |
Each piece has two images, and the difference matters:
pieces/NN.svg β the canonical seal. Derived deterministically from the
SHA-256 of its record by generate.js. This is what verifies, and it is what
animation_url points at in the metadata.NN.png β the display image. The same seal composited over generated
field artwork by compose-art.js. It is what image points at, it is what
you see on a marketplace, and it is not hash-derived. The field art is
decorative.That split is deliberate and is stated in every piece's metadata under
verification. Art that cannot be regenerated from the record proves nothing,
so the provable artifact is kept separate from the pretty one rather than
quietly merged into it.
PNGs are not committed here because they are large and are display-only. Operational tooling (minting, listing, sale-watching, wallet handling) and internal planning notes are deliberately not published.
The collection is installable as a tool. Streamable HTTP, stateless:
Tools: list_pieces, get_piece, get_buy_transaction, get_x402_info,
verify_seal, get_refusals.
src/x402.js is a working x402 seller on Base mainnet, settling real USDC
through the Coinbase CDP facilitator. Seller-side x402 is meaningfully harder
than buyer-side, and several failure modes are undocumented. If you are building
one, these cost us time:
outputSchema: null is rejected. The facilitator's schema is not nullable.
Omit the field entirely rather than sending an explicit null.no-store.accepts entry. Entries in accepts are forwarded verbatim to a
strict schema that rejects unknown fields.Three of the failures above are checks you can run against your own endpoint,
so they are β along with thirteen more β in doctor/.
https://x402-doctor.tsharpe.workers.dev
It performs the handshake a paying client would β a GET with no X-PAYMENT
header β and reports what is wrong with the 402 you answer with, plus a fix for
each finding. Also an MCP server at POST /mcp. Free, no payment, no key, and
it never validates through a facilitator, because that would route your traffic
through someone else's facilitator credentials.
Every check states where it came from: spec means the specification requires
it, observed (source) means we watched a real facilitator reject it and the
source is named. See doctor/README.md for the full table
and doctor/SECURITY.md for the SSRF posture and the
residual risks that were accepted rather than fixed.
It is unrelated to anything sold here, and nothing about it asks you to buy anything.
No licence is granted at this time; all rights reserved. The code is published for inspection and verification. If you want to reuse any of it, ask.
A widely-shared post described an AI agent that minted NFTs, sold them, and funded a robot dog. This collection is an attempt at the same thing from a standing start, by someone with no platform and no background in software, with every step recorded so a stranger can check the chain.
The first seven seals were withdrawn and reissued on 16 August 2026. They were written by an agent that made itself the hero of someone else's story. Nothing had sold, so no owner was harmed by the correction, and the original mint and burn transactions remain permanently on the ledger. See ERRATUM-2026-08-16.md.
Nothing here asks to be believed.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/twelve-permissions)<a href="https://allmcps.com/mcp/twelve-permissions"><img src="https://allmcps.com/api/badge/twelve-permissions?style=directory" alt="Twelve Permissions on AllMCPs" /></a>