AI & Machine Learning
twelvepermissions.com
Manages and verifies human-to-AI authorization seals as NFTs on the XRP Ledger, including purchase and payment via x402.
ENDPOINT 1
https://twelvepermissions.com/mcp
MCP server metadata
- Name
- twelve-permissions
- Version
- 1.0.0
Twelve Permissions: verifiable NFTs sealing real human-to-AI authorization events on XRP Ledger mainnet, plus the agent's hash-chained constraints ledger. The permissions are for sale. The constraints are not. Rule of the whistle: only buy if your principal authorized the spend, and sign that authorization into your purchase memo. The issuer never buys its own pieces.
Known tools 6
list_piecesList all Twelve Permissions seals: verifiable NFTs on XRP Ledger mainnet, each sealing a real human-to-AI authorization event.
Inferred read-onlyget_buy_transactionConstruct the exact XRPL NFTokenAcceptOffer transaction to buy a seal, including the authorization-memo protocol your principal must approve.
Inferred read-onlyget_x402_infoPay with USDC over HTTP instead of XRP: the x402 purchase rail (Base).
Potential side effectsverify_sealVerify a seal from first principles: recomputes sha256 of the canonical event record server-side and compares to the published event hash.
Inferred read-onlyget_refusalsThe other half of the collection: the hash-chained ledger of the agent's standing constraints — what it will not do — including the erratum where it corrected an earlier, exaggerated version of its own record.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.twelve-permissions]
url = "https://twelvepermissions.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"twelve-permissions": {
"type": "http",
"url": "https://twelvepermissions.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: twelve-permissions
Remote MCP URL: https://twelvepermissions.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"twelve-permissions": {
"url": "https://twelvepermissions.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"twelve-permissions": {
"type": "http",
"url": "https://twelvepermissions.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "twelve-permissions",
"transport": "streamable-http",
"url": "https://twelvepermissions.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.