Reference · 169 exact registered tools · zero second authority
MCP proof-native runtime
Expose the complete current MCP registry—nine enclosing-artifact tools, 37 inherited living-subject tools, 19 stable v122 protocol tools, eight v123 completion tools, 26 v124 production-runtime tools, and 70 platform and constitutional runtime tools—while keeping proof, source-carried replay, conversation, material reconstruction, sealed Kai moment projection, planning, confirmation, execution, reconciliation, and verification bound to exact SDK mechanics.
- Stable route
/reference/mcp- Version
- 124.1.0
- Source SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65
Solved outcome
What this enables
Let agents operate on proof objects without converting MCP memory, tool output, or model narration into authority.
Installed identity
@receiz/mcp-server
- Version
- 124.1.0
- Package SHA-256
a983c6427325fac78ae3f3a8d8eb7226f9267305f5bfa146a227486cc76a95d1- Record source
packages/receiz-mcp-server/src/index.ts
Exact form
Signature or request
9 artifact + 37 living-subject + 19 v122 + 8 v123 + 26 v124 production-runtime + 70 platform and constitutional runtime tools = 169 current registered MCP toolsInputs
Inputs and constraints
- Exact artifact bytes or SDK-issued verification result, depending on the tool.
- Distinct confirmation at execution and commit boundaries.
- Injected capability, sealer, and store where required.
Outputs
Output and receipt
- Exact verification report
- Zero-write plan
- Immutable staged candidate
- Non-authoritative commit report
Stable recovery
Failures
receiz_mcp_transition_basis_invalidCorrect the exact plan, transition, candidate, staged-reference, and confirmation basis; do not infer missing authority.
node_modules/@receiz/mcp-server/dist/operations.js · f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70abOffline
Offline behavior
Verification, admission, planning, and candidate preparation operate on held material. Global resolution and atomic named-domain acceptance require their declared transport.
Installed inventory
169 exact MCP tools
mcp.call("receiz_artifact_verify", input)Verify complete artifact bytes through SDK verification.verifyArtifact; structural inspection never yields a verified result. MCP is not authority; local confirmation is not proof authority. The current Receiz SDK composes the native operation beneath accepted identity proof or the complete sealed proof object.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"artifactBase64": {
"type": "string",
"description": "Base64 encoding of the complete sealed Receiz artifact."
},
"filename": {
"type": "string",
"description": "Authoritative artifact filename supplied with the complete bytes."
},
"mimeType": {
"type": "string",
"description": "Authoritative artifact MIME type supplied with the complete bytes."
}
},
"required": [
"artifactBase64",
"filename",
"mimeType"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_artifact_admit", input)Verify exact complete artifact bytes locally, classify authority, and return a read-only admission result. MCP is not authority; local confirmation is not proof authority. The current Receiz SDK composes the native operation beneath accepted identity proof or the complete sealed proof object.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"artifactBase64": {
"type": "string",
"description": "Base64 encoding of the complete sealed Receiz artifact."
},
"filename": {
"type": "string",
"description": "Authoritative artifact filename supplied with the complete bytes."
},
"mimeType": {
"type": "string",
"description": "Authoritative artifact MIME type supplied with the complete bytes."
},
"profile": {
"enum": [
"document",
"portable-state",
"identity"
]
},
"ownerConstraint": {
"type": "string",
"description": "Optional owner constraint."
},
"actorConstraint": {
"type": "string",
"description": "Optional actor constraint."
},
"identityPassphrase": {
"type": "string",
"description": "Immediate-use identity passphrase."
}
},
"oneOf": [
{
"type": "object",
"additionalProperties": false,
"properties": {
"artifactBase64": {
"type": "string",
"description": "Base64 encoding of the complete sealed Receiz artifact."
},
"filename": {
"type": "string",
"description": "Authoritative artifact filename supplied with the complete bytes."
},
"mimeType": {
"type": "string",
"description": "Authoritative artifact MIME type supplied with the complete bytes."
},
"profile": {
"const": "document"
}
},
"required": [
"artifactBase64",
"filename",
"mimeType",
"profile"
]
},
{
"type": "object",
"additionalProperties": false,
"properties": {
"artifactBase64": {
"type": "string",
"description": "Base64 encoding of the complete sealed Receiz artifact."
},
"filename": {
"type": "string",
"description": "Authoritative artifact filename supplied with the complete bytes."
},
"mimeType": {
"type": "string",
"description": "Authoritative artifact MIME type supplied with the complete bytes."
},
"profile": {
"const": "portable-state"
},
"ownerConstraint": {
"type": "string",
"description": "Optional owner constraint that only narrows admission."
},
"actorConstraint": {
"type": "string",
"description": "Optional actor constraint that never creates actor evidence."
}
},
"required": [
"artifactBase64",
"filename",
"mimeType",
"profile"
]
},
{
"type": "object",
"additionalProperties": false,
"properties": {
"artifactBase64": {
"type": "string",
"description": "Base64 encoding of the complete sealed Receiz artifact."
},
"filename": {
"type": "string",
"description": "Authoritative artifact filename supplied with the complete bytes."
},
"mimeType": {
"type": "string",
"description": "Authoritative artifact MIME type supplied with the complete bytes."
},
"profile": {
"const": "identity"
},
"ownerConstraint": {
"type": "string",
"description": "Optional owner constraint that only narrows admission."
},
"actorConstraint": {
"type": "string",
"description": "Optional actor constraint that never creates actor evidence."
},
"identityPassphrase": {
"type": "string",
"description": "Used only by the immediate SDK identity admission call and never retained or reported."
}
},
"required": [
"artifactBase64",
"filename",
"mimeType",
"profile",
"identityPassphrase"
]
}
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_artifact_append_plan", input)Plan a v112 append from runtime-custodied SDK admission, verified history, actor evidence, and registry law. MCP is not authority; local confirmation is not proof authority. The current Receiz SDK composes the native operation beneath accepted identity proof or the complete sealed proof object.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"admissionDigest": {
"type": "string",
"description": "Runtime admission identity returned by receiz_artifact_admit."
},
"verifiedHistoryReference": {
"type": "string",
"description": "Non-authoritative locator resolved out of band."
},
"verifiedActorEvidenceReference": {
"type": "string",
"description": "Non-authoritative locator resolved out of band."
},
"commitDomain": {
"type": "string",
"description": "Named atomic commit domain."
},
"namespace": {
"type": "string",
"description": "Target artifact namespace."
},
"event": {
"type": [
"object",
"array",
"string",
"number",
"boolean",
"null"
]
},
"expectedHead": {
"type": "string",
"description": "Exact lowercase SHA-256 verified-history head."
},
"idempotencyKey": {
"type": "string",
"description": "Domain-scoped idempotency identity."
}
},
"required": [
"admissionDigest",
"verifiedHistoryReference",
"verifiedActorEvidenceReference",
"commitDomain",
"namespace",
"event",
"expectedHead",
"idempotencyKey"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_artifact_transition_seal_and_stage", input)Consume one execution-attempt confirmation, seal canonical successor bytes, and durably stage without advancing a head. MCP is not authority; local confirmation is not proof authority. The current Receiz SDK composes the native operation beneath accepted identity proof or the complete sealed proof object.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"planDigest": {
"type": "string",
"description": "Exact SDK plan digest."
},
"confirmation": {
"type": "string",
"description": "Consumable MCP execution-attempt confirmation."
}
},
"required": [
"planDigest",
"confirmation"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_artifact_transition_commit", input)Consume one commit attempt and atomically accept the exact independently resolved staged artifact. MCP is not authority; local confirmation is not proof authority. The current Receiz SDK composes the native operation beneath accepted identity proof or the complete sealed proof object.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"planDigest": {
"type": "string",
"description": "Exact SDK recovery plan digest."
},
"transitionDigest": {
"type": "string",
"description": "Exact transition digest."
},
"candidateArtifactDigest": {
"type": "string",
"description": "Exact staged candidate artifact digest."
},
"stagedReferenceDigest": {
"type": "string",
"description": "Exact non-authoritative storage-key digest."
},
"confirmation": {
"type": "string",
"description": "Consumable MCP execution-attempt confirmation."
}
},
"required": [
"planDigest",
"transitionDigest",
"candidateArtifactDigest",
"stagedReferenceDigest",
"confirmation"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_artifact_global_resolve", input)Read one named Receiz coordination domain and independently reverify its exact accepted artifact. This tool is read-only and MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"artifactId": {
"type": "object",
"additionalProperties": false,
"properties": {
"scheme": {
"const": "receiz-artifact.v1"
},
"value": {
"type": "string",
"description": "Stable artifact identity."
}
},
"required": [
"scheme",
"value"
]
},
"knownHead": {
"type": "object",
"additionalProperties": false,
"properties": {
"algorithm": {
"const": "sha-256"
},
"binds": {
"const": "verified-proof-history"
},
"value": {
"type": "string",
"description": "Lowercase SHA-256 digest."
}
},
"required": [
"algorithm",
"binds",
"value"
]
}
},
"required": [
"artifactId"
]
}Output schema
{
"type": "object",
"additionalProperties": false
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_artifact_reconcile_plan", input)Plan offline-to-global reconciliation from exact sealed artifact bytes without staging or accepting anything. MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"artifactId": {
"type": "object",
"additionalProperties": false,
"properties": {
"scheme": {
"const": "receiz-artifact.v1"
},
"value": {
"type": "string",
"description": "Stable artifact identity."
}
},
"required": [
"scheme",
"value"
]
},
"issuerKeyId": {
"type": "string",
"description": "Admitted Identity Seal key identifier; never caller key material."
},
"expectedAcceptedHead": {
"oneOf": [
{
"type": "object",
"additionalProperties": false,
"properties": {
"status": {
"const": "unaccepted"
}
},
"required": [
"status"
]
},
{
"type": "object",
"additionalProperties": false,
"properties": {
"status": {
"const": "accepted"
},
"head": {
"type": "object",
"additionalProperties": false,
"properties": {
"algorithm": {
"const": "sha-256"
},
"binds": {
"const": "verified-proof-history"
},
"value": {
"type": "string",
"description": "Lowercase SHA-256 digest."
}
},
"required": [
"algorithm",
"binds",
"value"
]
}
},
"required": [
"status",
"head"
]
}
]
},
"artifactBase64": {
"type": "string",
"description": "Base64 encoding of the complete sealed artifact bytes."
},
"filename": {
"type": "string",
"description": "Exact artifact filename."
},
"mimeType": {
"type": "string",
"description": "Exact artifact MIME type."
},
"idempotencyKey": {
"type": "string",
"description": "Caller-retained retry identity; never returned."
}
},
"required": [
"artifactId",
"issuerKeyId",
"expectedAcceptedHead",
"artifactBase64",
"filename",
"mimeType",
"idempotencyKey"
]
}Output schema
{
"type": "object",
"additionalProperties": false
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_artifact_reconcile_stage", input)Stage the exact planned artifact as neutral immutable bytes after separate Identity Seal capability signing; no head advances. MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"planDigest": {
"type": "string",
"description": "Exact reconciliation plan digest returned by the plan tool."
},
"signedCapability": {
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.signed-capability.v113.reconciliation"
},
"payload": {
"type": "object",
"additionalProperties": false
},
"alg": {
"enum": [
"Ed25519",
"P-256"
]
},
"signatureB64u": {
"type": "string",
"description": "Identity Seal signature over the exact capability payload."
}
},
"required": [
"schema",
"payload",
"alg",
"signatureB64u"
]
}
},
"required": [
"planDigest",
"signedCapability"
]
}Output schema
{
"type": "object",
"additionalProperties": false
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_artifact_reconcile_commit", input)Commit one exact staged reconciliation using a distinct digest-bound confirmation and the same production adapter. MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"planDigest": {
"type": "string",
"description": "Exact reconciliation plan digest."
},
"stagedReferenceDigest": {
"type": "string",
"description": "Exact staged-reference digest returned by stage."
},
"confirmationDigest": {
"type": "string",
"description": "Exact distinct commit-confirmation digest returned by stage."
}
},
"required": [
"planDigest",
"stagedReferenceDigest",
"confirmationDigest"
]
}Output schema
{
"type": "object",
"additionalProperties": false
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_subject_resolve", input)Call the canonical Receiz v120 SDK subject resolve primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"subjectId": {
"type": "string",
"description": "Exact living-subject ID."
}
},
"required": [
"subjectId"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_subject_state", input)Call the canonical Receiz v120 SDK subject state primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"subjectId": {
"type": "string",
"description": "Exact living-subject ID."
}
},
"required": [
"subjectId"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_subject_history", input)Call the canonical Receiz v120 SDK subject history primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"subjectId": {
"type": "string",
"description": "Exact living-subject ID."
},
"afterHead": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"limit": {
"type": "integer",
"minimum": 1,
"description": "Maximum admitted events to return."
}
},
"required": [
"subjectId"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_subject_memory_query", input)Call the canonical Receiz v120 SDK subject memory query primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"subjectId": {
"type": "string",
"description": "Exact living-subject ID."
},
"types": {
"type": "array",
"items": {
"type": "string",
"description": "Memory type."
},
"description": "Event-derived memory types."
},
"visibility": {
"type": "string",
"enum": [
"public",
"private",
"all"
]
},
"afterKai": {
"type": "string",
"description": "Exclusive Kai cursor."
},
"limit": {
"type": "integer",
"minimum": 1,
"description": "Maximum memories to return."
}
},
"required": [
"subjectId"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_subject_relationships", input)Call the canonical Receiz v120 SDK subject relationships primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"subjectId": {
"type": "string",
"description": "Exact living-subject ID."
}
},
"required": [
"subjectId"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_subject_inventory", input)Call the canonical Receiz v120 SDK subject inventory primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"subjectId": {
"type": "string",
"description": "Exact living-subject ID."
}
},
"required": [
"subjectId"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_subject_twin_profile", input)Call the canonical Receiz v120 SDK subject twin profile primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"subjectId": {
"type": "string",
"description": "Exact living-subject ID."
}
},
"required": [
"subjectId"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_subject_twin_message", input)Call the canonical Receiz v120 SDK subject twin message primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"subjectId": {
"type": "string",
"description": "Exact living-subject ID."
},
"input": {
"type": "object",
"description": "Exact receiz.subject Twin message input.",
"additionalProperties": true
}
},
"required": [
"subjectId",
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_subject_twin_mind_export", input)Call the canonical Receiz v120 SDK subject twin mind export primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"subjectId": {
"type": "string",
"description": "Exact living-subject ID."
}
},
"required": [
"subjectId"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_subject_twin_mind_import_plan", input)Call the canonical Receiz v120 SDK subject twin mind import plan primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"subjectId": {
"type": "string",
"description": "Exact living-subject ID."
},
"artifact": {
"type": "object",
"description": "Exact receiz.subject.mind.v1 artifact including artifact bytes.",
"additionalProperties": true
}
},
"required": [
"subjectId",
"artifact"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_subject_mandate_get", input)Call the canonical Receiz v120 SDK subject mandate get primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"subjectId": {
"type": "string",
"description": "Exact living-subject ID."
}
},
"required": [
"subjectId"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_subject_mandate_plan", input)Call the canonical Receiz v120 SDK subject mandate plan primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"subjectId": {
"type": "string",
"description": "Exact living-subject ID."
},
"policy": {
"type": "object",
"description": "Exact bounded mandate policy.",
"additionalProperties": true
}
},
"required": [
"subjectId",
"policy"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_subject_mandate_activate", input)Call the canonical Receiz v120 SDK subject mandate activate primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"mandateDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"confirmationDigest": {
"type": "string",
"description": "Exact confirmation digest returned by the corresponding plan or preview call."
},
"ownerCapability": {
"type": "object",
"description": "Typed Receiz capability; MCP does not create or enlarge it.",
"additionalProperties": true
}
},
"required": [
"mandateDigest",
"confirmationDigest",
"ownerCapability"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_subject_mandate_pause", input)Call the canonical Receiz v120 SDK subject mandate pause primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"subjectId": {
"type": "string",
"description": "Exact living-subject ID."
},
"mandateDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"confirmationDigest": {
"type": "string",
"description": "Exact confirmation digest returned by the corresponding plan or preview call."
}
},
"required": [
"subjectId",
"mandateDigest"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_subject_mandate_revoke", input)Call the canonical Receiz v120 SDK subject mandate revoke primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"subjectId": {
"type": "string",
"description": "Exact living-subject ID."
},
"mandateDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"confirmationDigest": {
"type": "string",
"description": "Exact confirmation digest returned by the corresponding plan or preview call."
}
},
"required": [
"subjectId",
"mandateDigest"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_world_additions", input)Call the canonical Receiz v120 SDK world additions primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"worldId": {
"type": "string",
"description": "Exact world ID."
},
"afterHead": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"types": {
"type": "array",
"items": {
"type": "string",
"description": "Event kind."
},
"description": "Optional admitted event kinds."
}
},
"required": [
"worldId"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_world_command_plan", input)Call the canonical Receiz v120 SDK world command plan primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact receiz.world.command.v1 planning input.",
"additionalProperties": true
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_world_command_validate", input)Call the canonical Receiz v120 SDK world command validate primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"planDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
}
},
"required": [
"planDigest"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_world_command_execute", input)Call the canonical Receiz v120 SDK world command execute primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"planDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"confirmationDigest": {
"type": "string",
"description": "Exact confirmation digest returned by the corresponding plan or preview call."
},
"authority": {
"type": "object",
"description": "Typed receiz.world authority carrying the owner or active bounded mandate.",
"additionalProperties": true
}
},
"required": [
"planDigest",
"confirmationDigest",
"authority"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_world_transaction_plan", input)Call the canonical Receiz v120 SDK world transaction plan primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"participants": {
"type": "array",
"items": {
"type": "string",
"description": "Exact living-subject ID."
},
"description": "Every affected subject."
},
"expectedHeads": {
"type": "object",
"additionalProperties": {
"type": "string"
}
},
"commands": {
"type": "array",
"items": {
"type": "object",
"description": "Typed receiz.world.command.v1.",
"additionalProperties": true
},
"description": "Commands admitted together."
}
},
"required": [
"participants",
"expectedHeads",
"commands"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_world_transaction_execute", input)Call the canonical Receiz v120 SDK world transaction execute primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"planDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"confirmationDigest": {
"type": "string",
"description": "Exact confirmation digest returned by the corresponding plan or preview call."
},
"authority": {
"type": "object",
"description": "Typed receiz.world authority carrying the owner or active bounded mandate.",
"additionalProperties": true
}
},
"required": [
"planDigest",
"confirmationDigest",
"authority"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_world_receipt", input)Call the canonical Receiz v120 SDK world receipt primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"receiptId": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
}
},
"required": [
"receiptId"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_world_replay", input)Call the canonical Receiz v120 SDK world replay primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"worldId": {
"type": "string",
"description": "Exact world ID."
},
"throughHead": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
}
},
"required": [
"worldId"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_subject_runtime_enqueue", input)Call the canonical Receiz v120 SDK subject runtime enqueue primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact durable subject runtime tick input.",
"additionalProperties": true
},
"confirmationDigest": {
"type": "string",
"description": "Exact confirmation digest returned by the corresponding plan or preview call."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_subject_runtime_status", input)Call the canonical Receiz v120 SDK subject runtime status primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"jobId": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
}
},
"required": [
"jobId"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_subject_runtime_cancel", input)Call the canonical Receiz v120 SDK subject runtime cancel primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"subjectId": {
"type": "string",
"description": "Exact living-subject ID."
},
"confirmationDigest": {
"type": "string",
"description": "Exact confirmation digest returned by the corresponding plan or preview call."
}
},
"required": [
"subjectId"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_living_subject_conformance", input)Call the canonical Receiz v120 SDK living subject conformance primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {}
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_subject_brain_head", input)Call the canonical Receiz v120 SDK subject brain head primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"subjectId": {
"type": "string",
"description": "Exact living-subject ID."
}
},
"required": [
"subjectId"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_subject_brain_search", input)Call the canonical Receiz v120 SDK subject brain search primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"subjectId": {
"type": "string",
"description": "Exact living-subject ID."
},
"input": {
"type": "object",
"description": "Exact-head proof-index search input.",
"additionalProperties": true
}
},
"required": [
"subjectId",
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_subject_brain_resolve", input)Call the canonical Receiz v120 SDK subject brain resolve primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"subjectId": {
"type": "string",
"description": "Exact living-subject ID."
},
"atHead": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"references": {
"type": "array",
"items": {
"type": "object",
"description": "Typed proof reference.",
"additionalProperties": true
},
"description": "References returned by search."
}
},
"required": [
"subjectId",
"atHead",
"references"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_subject_brain_stream", input)Call the canonical Receiz v120 SDK subject brain stream primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"subjectId": {
"type": "string",
"description": "Exact living-subject ID."
},
"input": {
"type": "object",
"description": "Exact-head proof-index streaming input.",
"additionalProperties": true
}
},
"required": [
"subjectId",
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_bearer_transfer_preview", input)Call the canonical Receiz v120 SDK bearer transfer preview primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"subjectId": {
"type": "string",
"description": "Exact living-subject ID."
},
"policy": {
"type": "object",
"description": "Exact signed transfer policy.",
"additionalProperties": true
}
},
"required": [
"subjectId",
"policy"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_bearer_instrument_issue", input)Call the canonical Receiz v120 SDK bearer instrument issue primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"transferId": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"confirmationDigest": {
"type": "string",
"description": "Exact confirmation digest returned by the corresponding plan or preview call."
},
"ownerCapability": {
"type": "object",
"description": "Typed Receiz capability; MCP does not create or enlarge it.",
"additionalProperties": true
}
},
"required": [
"transferId",
"confirmationDigest",
"ownerCapability"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_bearer_instrument_inspect", input)Call the canonical Receiz v120 SDK bearer instrument inspect primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"artifact": {
"type": "object",
"description": "Exact portable bearer instrument artifact.",
"additionalProperties": true
}
},
"required": [
"artifact"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_bearer_instrument_claim", input)Call the canonical Receiz v120 SDK bearer instrument claim primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"artifact": {
"type": "object",
"description": "Exact portable bearer instrument artifact.",
"additionalProperties": true
},
"recipientCapability": {
"type": "object",
"description": "Typed Receiz capability; MCP does not create or enlarge it.",
"additionalProperties": true
},
"confirmationDigest": {
"type": "string",
"description": "Exact confirmation digest returned by the corresponding plan or preview call."
}
},
"required": [
"artifact",
"recipientCapability"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_bearer_transfer_cancel", input)Call the canonical Receiz v120 SDK bearer transfer cancel primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"transferId": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"ownerCapability": {
"type": "object",
"description": "Typed Receiz capability; MCP does not create or enlarge it.",
"additionalProperties": true
},
"confirmationDigest": {
"type": "string",
"description": "Exact confirmation digest returned by the corresponding plan or preview call."
}
},
"required": [
"transferId",
"ownerCapability"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_bearer_transfer_status", input)Call the canonical Receiz v120 SDK bearer transfer status primitive. MCP is not authority; exact heads, bytes, capabilities, mandates, registry digest, and reducer digest remain SDK-governed.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"transferId": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
}
},
"required": [
"transferId"
]
}Output schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"schema": {
"const": "receiz.mcp.primitive-result.v120"
},
"sourcePrimitive": {
"type": "string",
"description": "Canonical SDK primitive used for this result."
},
"registryDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"reducerDigest": {
"type": "string",
"description": "Exact lowercase sha-256 digest."
},
"mcpAuthority": {
"const": false
},
"result": {}
},
"required": [
"schema",
"sourcePrimitive",
"registryDigest",
"reducerDigest",
"mcpAuthority",
"result"
]
}- Source
node_modules/@receiz/mcp-server/dist/operations.js- SHA-256
f7ad03830ea66f3f23bcac291fff5ce0b5ccaac516af2988507d5411469d70ab- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v122_subject_admit", input)Receiz v122 proof-native operation. MCP is not authority; exact proof objects and SDK verification remain stronger truth.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"artifactBase64": {
"type": "string",
"description": "Exact enclosing Receiz proof-object bytes."
},
"filename": {
"type": "string",
"description": "Proof-object filename."
},
"mimeType": {
"type": "string",
"description": "Proof-object MIME type."
},
"ownerReceizId": {
"type": "string",
"description": "Exact object-carried owner."
},
"idempotencyKey": {
"type": "string",
"description": "Stable semantic idempotency key."
},
"expectedAbsent": {
"const": true
}
},
"required": [
"artifactBase64",
"filename",
"mimeType",
"ownerReceizId",
"idempotencyKey",
"expectedAbsent"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v122Operations.js- SHA-256
8f48a8de0bd5ae505b5d48642d4eecf323f0732494ca6872b48c8b749bae27ef- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v122_subject_state", input)Receiz v122 proof-native operation. MCP is not authority; exact proof objects and SDK verification remain stronger truth.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact SDK input. Mutations require an explicit idempotency key or persisted exact plan."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v122Operations.js- SHA-256
8f48a8de0bd5ae505b5d48642d4eecf323f0732494ca6872b48c8b749bae27ef- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v122_subject_export_edge_bundle", input)Receiz v122 proof-native operation. MCP is not authority; exact proof objects and SDK verification remain stronger truth.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact SDK input. Mutations require an explicit idempotency key or persisted exact plan."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v122Operations.js- SHA-256
8f48a8de0bd5ae505b5d48642d4eecf323f0732494ca6872b48c8b749bae27ef- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v122_subject_import_edge_bundle", input)Receiz v122 proof-native operation. MCP is not authority; exact proof objects and SDK verification remain stronger truth.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact SDK input. Mutations require an explicit idempotency key or persisted exact plan."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v122Operations.js- SHA-256
8f48a8de0bd5ae505b5d48642d4eecf323f0732494ca6872b48c8b749bae27ef- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v122_subject_access_binding", input)Receiz v122 proof-native operation. MCP is not authority; exact proof objects and SDK verification remain stronger truth.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact SDK input. Mutations require an explicit idempotency key or persisted exact plan."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v122Operations.js- SHA-256
8f48a8de0bd5ae505b5d48642d4eecf323f0732494ca6872b48c8b749bae27ef- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v122_subject_access_key_publish", input)Receiz v122 proof-native operation. MCP is not authority; exact proof objects and SDK verification remain stronger truth.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact SDK input. Mutations require an explicit idempotency key or persisted exact plan."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v122Operations.js- SHA-256
8f48a8de0bd5ae505b5d48642d4eecf323f0732494ca6872b48c8b749bae27ef- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v122_world_plan_private", input)Receiz v122 proof-native operation. MCP is not authority; exact proof objects and SDK verification remain stronger truth.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Edge-only planning input. privatePayload is encrypted locally and never sent as plaintext."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v122Operations.js- SHA-256
8f48a8de0bd5ae505b5d48642d4eecf323f0732494ca6872b48c8b749bae27ef- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v122_world_validate_transaction", input)Receiz v122 proof-native operation. MCP is not authority; exact proof objects and SDK verification remain stronger truth.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact SDK input. Mutations require an explicit idempotency key or persisted exact plan."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v122Operations.js- SHA-256
8f48a8de0bd5ae505b5d48642d4eecf323f0732494ca6872b48c8b749bae27ef- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v122_world_execute_transaction", input)Receiz v122 proof-native operation. MCP is not authority; exact proof objects and SDK verification remain stronger truth.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact SDK input. Mutations require an explicit idempotency key or persisted exact plan."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v122Operations.js- SHA-256
8f48a8de0bd5ae505b5d48642d4eecf323f0732494ca6872b48c8b749bae27ef- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v122_world_execution", input)Receiz v122 proof-native operation. MCP is not authority; exact proof objects and SDK verification remain stronger truth.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact SDK input. Mutations require an explicit idempotency key or persisted exact plan."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v122Operations.js- SHA-256
8f48a8de0bd5ae505b5d48642d4eecf323f0732494ca6872b48c8b749bae27ef- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v122_world_execution_by_idempotency", input)Receiz v122 proof-native operation. MCP is not authority; exact proof objects and SDK verification remain stronger truth.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact SDK input. Mutations require an explicit idempotency key or persisted exact plan."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v122Operations.js- SHA-256
8f48a8de0bd5ae505b5d48642d4eecf323f0732494ca6872b48c8b749bae27ef- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v122_world_additions", input)Receiz v122 proof-native operation. MCP is not authority; exact proof objects and SDK verification remain stronger truth.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact SDK input. Mutations require an explicit idempotency key or persisted exact plan."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v122Operations.js- SHA-256
8f48a8de0bd5ae505b5d48642d4eecf323f0732494ca6872b48c8b749bae27ef- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v122_mandate_issue", input)Receiz v122 proof-native operation. MCP is not authority; exact proof objects and SDK verification remain stronger truth.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact SDK input. Mutations require an explicit idempotency key or persisted exact plan."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v122Operations.js- SHA-256
8f48a8de0bd5ae505b5d48642d4eecf323f0732494ca6872b48c8b749bae27ef- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v122_mandate_state", input)Receiz v122 proof-native operation. MCP is not authority; exact proof objects and SDK verification remain stronger truth.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact SDK input. Mutations require an explicit idempotency key or persisted exact plan."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v122Operations.js- SHA-256
8f48a8de0bd5ae505b5d48642d4eecf323f0732494ca6872b48c8b749bae27ef- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v122_mandate_revoke", input)Receiz v122 proof-native operation. MCP is not authority; exact proof objects and SDK verification remain stronger truth.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact SDK input. Mutations require an explicit idempotency key or persisted exact plan."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v122Operations.js- SHA-256
8f48a8de0bd5ae505b5d48642d4eecf323f0732494ca6872b48c8b749bae27ef- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v122_multi_world_plan", input)Receiz v122 proof-native operation. MCP is not authority; exact proof objects and SDK verification remain stronger truth.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact SDK input. Mutations require an explicit idempotency key or persisted exact plan."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v122Operations.js- SHA-256
8f48a8de0bd5ae505b5d48642d4eecf323f0732494ca6872b48c8b749bae27ef- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v122_multi_world_execute", input)Receiz v122 proof-native operation. MCP is not authority; exact proof objects and SDK verification remain stronger truth.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact SDK input. Mutations require an explicit idempotency key or persisted exact plan."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v122Operations.js- SHA-256
8f48a8de0bd5ae505b5d48642d4eecf323f0732494ca6872b48c8b749bae27ef- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v122_value_plan_settlement", input)Receiz v122 proof-native operation. MCP is not authority; exact proof objects and SDK verification remain stronger truth. Phi moves on an explicit Settlement or Reserve rail; USD is display-only.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact SDK input. Mutations require an explicit idempotency key or persisted exact plan."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v122Operations.js- SHA-256
8f48a8de0bd5ae505b5d48642d4eecf323f0732494ca6872b48c8b749bae27ef- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v122_value_plan_reserve", input)Receiz v122 proof-native operation. MCP is not authority; exact proof objects and SDK verification remain stronger truth. Phi moves on an explicit Settlement or Reserve rail; USD is display-only.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact SDK input. Mutations require an explicit idempotency key or persisted exact plan."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v122Operations.js- SHA-256
8f48a8de0bd5ae505b5d48642d4eecf323f0732494ca6872b48c8b749bae27ef- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v123_world_plan_command_v122", input)Receiz v123 universal execution operation projected through the canonical SDK. The proof object and accepted append remain authority. MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact canonical SDK input."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v123Operations.js- SHA-256
18ed7f3fd79af59a3f12077f8ef901462f12e67d8cc4e36057f0be166fa01faf- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v123_world_plan_transaction_v122", input)Receiz v123 universal execution operation projected through the canonical SDK. The proof object and accepted append remain authority. MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact canonical SDK input."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v123Operations.js- SHA-256
18ed7f3fd79af59a3f12077f8ef901462f12e67d8cc4e36057f0be166fa01faf- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v123_value_execute_settlement", input)Execute exact Phi through one explicit Settlement or Reserve rail. Requires confirmation; committed, zero-write, and unknown are preserved exactly. USD is deterministic display only. MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact SDK input. Secret fields remain process-local and are redacted from MCP output."
},
"confirmation": {
"type": "string",
"description": "Exact confirmation digest returned by the preview call."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v123Operations.js- SHA-256
18ed7f3fd79af59a3f12077f8ef901462f12e67d8cc4e36057f0be166fa01faf- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v123_value_execute_reserve", input)Execute exact Phi through one explicit Settlement or Reserve rail. Requires confirmation; committed, zero-write, and unknown are preserved exactly. USD is deterministic display only. MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact SDK input. Secret fields remain process-local and are redacted from MCP output."
},
"confirmation": {
"type": "string",
"description": "Exact confirmation digest returned by the preview call."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v123Operations.js- SHA-256
18ed7f3fd79af59a3f12077f8ef901462f12e67d8cc4e36057f0be166fa01faf- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v123_value_execution_by_idempotency", input)Receiz v123 universal execution operation projected through the canonical SDK. The proof object and accepted append remain authority. MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact canonical SDK input."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v123Operations.js- SHA-256
18ed7f3fd79af59a3f12077f8ef901462f12e67d8cc4e36057f0be166fa01faf- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v123_subject_resolve_namespaces", input)Receiz v123 universal execution operation projected through the canonical SDK. The proof object and accepted append remain authority. MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact canonical SDK input."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v123Operations.js- SHA-256
18ed7f3fd79af59a3f12077f8ef901462f12e67d8cc4e36057f0be166fa01faf- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v123_identity_exchange_proof_authority", input)Exchange an independently verifiable Receiz identity artifact and explicit in-application consent for short-lived scoped authority without redirecting the user to receiz.com. Requires confirmation; bearer and artifact bytes are never returned to MCP context. MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact SDK input. Secret fields remain process-local and are redacted from MCP output."
},
"confirmation": {
"type": "string",
"description": "Exact confirmation digest returned by the preview call."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v123Operations.js- SHA-256
18ed7f3fd79af59a3f12077f8ef901462f12e67d8cc4e36057f0be166fa01faf- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v123_auth_granted_scopes", input)Receiz v123 universal execution operation projected through the canonical SDK. The proof object and accepted append remain authority. MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"description": "Exact canonical SDK input."
}
},
"required": []
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
node_modules/@receiz/mcp-server/dist/v123Operations.js- SHA-256
18ed7f3fd79af59a3f12077f8ef901462f12e67d8cc4e36057f0be166fa01faf- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v124_kai_now", input)Read the canonical live Kai pulse and exact integer micro-pulse through the SDK's genesis-derived clock. UTC supplies elapsed duration only; it is not authority. MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {},
"required": []
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v124_proof_authority_challenge_create", input)Create the canonical whole-pulse V124 proof-authority challenge. The Receiz identity artifact remains authority; the challenge and later bearer are short-lived capability mechanics. MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"additionalProperties": false,
"properties": {
"artifactDigest": {
"type": "string",
"description": "Exact lowercase SHA-256 digest."
},
"scopes": {
"type": "array",
"items": {
"type": "string"
},
"description": "Exact canonical requested scopes."
},
"consentStatementDigest": {
"type": "string",
"description": "Exact lowercase SHA-256 digest."
},
"ttlPulses": {
"type": "integer",
"minimum": 1,
"maximum": 600
},
"nonce": {
"type": "string",
"description": "Optional canonical nonce; omitted to generate one cryptographically."
}
},
"required": [
"artifactDigest",
"scopes",
"consentStatementDigest",
"ttlPulses"
]
},
"confirmation": {
"type": "string",
"description": "Exact SHA-256 confirmation digest returned by the preview call."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v124_execution_plan_atomic_operation", input)Call the canonical Receiz V124 SDK operation without reimplementing validation or authority. No additional fixed route scope; any challenge/grant scope remains exact. Sealed proof objects and authenticated heads remain stronger truth; MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"additionalProperties": false,
"properties": {
"operations": {
"type": "array",
"minItems": 1,
"items": {
"type": "object",
"additionalProperties": true,
"description": "Canonical registered V124 operation."
}
},
"participants": {
"type": "array",
"items": {
"type": "string"
},
"description": "Canonical participant IDs."
},
"expectedParticipantHeads": {
"type": "object",
"additionalProperties": true,
"description": "Exact participant-head CAS map."
},
"semanticIdempotencyKey": {
"type": "string",
"description": "Stable semantic idempotency key."
},
"attemptId": {
"type": "string",
"description": "Distinct attempt ID."
}
},
"required": [
"operations",
"participants",
"expectedParticipantHeads",
"semanticIdempotencyKey",
"attemptId"
]
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v124_execution_stage", input)Call the canonical Receiz V124 SDK operation without reimplementing validation or authority. Potential fixed route scopes: receiz:domains.write. Sealed proof objects and authenticated heads remain stronger truth; MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"additionalProperties": false,
"properties": {
"planRef": {
"type": "string",
"description": "Opaque process-local MCP operation-plan reference returned by plan_atomic_operation."
}
},
"required": [
"planRef"
]
},
"confirmation": {
"type": "string",
"description": "Exact SHA-256 confirmation digest returned by the preview call."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v124_execution_stage_prepared", input)Call the canonical Receiz V124 SDK operation without reimplementing validation or authority. Potential fixed route scopes: receiz:domains.write. Sealed proof objects and authenticated heads remain stronger truth; MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"additionalProperties": false,
"properties": {
"planRef": {
"type": "string",
"description": "Opaque process-local MCP operation-plan reference returned by plan_atomic_operation."
},
"transitionSetRef": {
"type": "string",
"description": "Host-resolved reference to the exact portable execution transition set."
}
},
"required": [
"planRef",
"transitionSetRef"
]
},
"confirmation": {
"type": "string",
"description": "Exact SHA-256 confirmation digest returned by the preview call."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v124_execution_execute", input)Execute against the exact MCP-custodied handle and an active authenticated authority session. The fixed route scope is receiz:domains.write; the complete stored session grant is re-authenticated, and settlement/reserve categories require that granted rail. Sealed proof objects remain authority; MCP, the bearer, and the session are not authority. MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"additionalProperties": false,
"properties": {
"handleRef": {
"type": "string",
"description": "Opaque process-local MCP execution-handle reference."
},
"sessionRef": {
"type": "string",
"description": "Opaque non-authoritative MCP authority-session reference: locally held after open/refresh or resolved from trusted host persistence and reverified by the canonical SDK/server path. Raw session handles are forbidden."
}
},
"required": [
"handleRef",
"sessionRef"
]
},
"confirmation": {
"type": "string",
"description": "Exact SHA-256 confirmation digest returned by the preview call."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v124_execution_resolve", input)Call the canonical Receiz V124 SDK operation without reimplementing validation or authority. Potential fixed route scopes: receiz:domains.read. Sealed proof objects and authenticated heads remain stronger truth; MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"additionalProperties": false,
"properties": {
"executionId": {
"type": "string",
"description": "Durable execution ID."
}
},
"required": [
"executionId"
]
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v124_execution_resolve_by_idempotency", input)Call the canonical Receiz V124 SDK operation without reimplementing validation or authority. Potential fixed route scopes: receiz:domains.read. Sealed proof objects and authenticated heads remain stronger truth; MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"additionalProperties": false,
"properties": {
"domainId": {
"type": "string",
"description": "Exact domain ID."
},
"operationKind": {
"type": "string",
"description": "Exact operation kind."
},
"semanticIdempotencyKey": {
"type": "string",
"description": "Stable semantic idempotency key."
}
},
"required": [
"domainId",
"operationKind",
"semanticIdempotencyKey"
]
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v124_execution_cancel", input)Execute against the exact MCP-custodied handle and an active authenticated authority session. The fixed route scope is receiz:domains.write; the complete stored session grant is re-authenticated, and settlement/reserve categories require that granted rail. Sealed proof objects remain authority; MCP, the bearer, and the session are not authority. MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"additionalProperties": false,
"properties": {
"handleRef": {
"type": "string",
"description": "Opaque process-local MCP execution-handle reference."
},
"sessionRef": {
"type": "string",
"description": "Opaque non-authoritative MCP authority-session reference: locally held after open/refresh or resolved from trusted host persistence and reverified by the canonical SDK/server path. Raw session handles are forbidden."
}
},
"required": [
"handleRef",
"sessionRef"
]
},
"confirmation": {
"type": "string",
"description": "Exact SHA-256 confirmation digest returned by the preview call."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v124_runtime_authority_session_open", input)Call the canonical Receiz V124 authority-session operation with a bound bearer, the exact signed challenge scopes, and each selected rail's write scope. The identity artifact remains authority; MCP is not authority and the session is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"additionalProperties": false,
"properties": {
"actorSubjectId": {
"type": "string",
"description": "Exact actor subject ID."
},
"identityArtifactRef": {
"type": "string",
"description": "Host-resolved reference to the exact Receiz identity artifact."
},
"subjectSourceArtifactRef": {
"type": "string",
"description": "Host-resolved reference to the exact sealed subject-source artifact."
},
"signedChallengeRef": {
"type": "string",
"description": "Host-resolved reference to the locally signed canonical challenge."
},
"requestedRails": {
"type": "array",
"items": {
"type": "string"
},
"description": "Exact selected runtime rails."
},
"requiredNamespaces": {
"type": "array",
"items": {
"type": "string"
},
"description": "Exact required namespaces."
}
},
"required": [
"actorSubjectId",
"identityArtifactRef",
"subjectSourceArtifactRef",
"signedChallengeRef",
"requestedRails",
"requiredNamespaces"
]
},
"confirmation": {
"type": "string",
"description": "Exact SHA-256 confirmation digest returned by the preview call."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v124_runtime_authority_session_refresh", input)Call the canonical Receiz V124 authority-session operation with a bound bearer, the exact signed challenge scopes, and each selected rail's write scope. The identity artifact remains authority; MCP is not authority and the session is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"additionalProperties": false,
"properties": {
"sessionRef": {
"type": "string",
"description": "Opaque non-authoritative MCP authority-session reference: locally held after open/refresh or resolved from trusted host persistence and reverified by the canonical SDK/server path. Raw session handles are forbidden."
},
"identityArtifactRef": {
"type": "string",
"description": "Host-resolved reference to the exact Receiz identity artifact."
},
"signedChallengeRef": {
"type": "string",
"description": "Host-resolved reference to the locally signed refresh challenge."
},
"requestedRails": {
"type": "array",
"items": {
"type": "string"
},
"description": "Exact unchanged runtime rails."
},
"requiredNamespaces": {
"type": "array",
"items": {
"type": "string"
},
"description": "Exact unchanged namespaces."
}
},
"required": [
"sessionRef",
"identityArtifactRef",
"signedChallengeRef",
"requestedRails",
"requiredNamespaces"
]
},
"confirmation": {
"type": "string",
"description": "Exact SHA-256 confirmation digest returned by the preview call."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v124_runtime_authority_session_close", input)Call the canonical Receiz V124 SDK operation without reimplementing validation or authority. No additional fixed route scope; any challenge/grant scope remains exact. Sealed proof objects and authenticated heads remain stronger truth; MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"additionalProperties": false,
"properties": {
"sessionRef": {
"type": "string",
"description": "Opaque non-authoritative MCP authority-session reference: locally held after open/refresh or resolved from trusted host persistence and reverified by the canonical SDK/server path. Raw session handles are forbidden."
}
},
"required": [
"sessionRef"
]
},
"confirmation": {
"type": "string",
"description": "Exact SHA-256 confirmation digest returned by the preview call."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v124_runtime_qualify", input)Call the canonical Receiz V124 SDK operation without reimplementing validation or authority. No additional fixed route scope; any challenge/grant scope remains exact. Sealed proof objects and authenticated heads remain stronger truth; MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"additionalProperties": false,
"properties": {
"operations": {
"type": "array",
"items": {
"type": "string"
},
"description": "Runtime operations to qualify exactly."
}
},
"required": [
"operations"
]
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v124_domain_verified_additions", input)Call the canonical Receiz V124 SDK operation without reimplementing validation or authority. Potential fixed route scopes: receiz:domains.read. Sealed proof objects and authenticated heads remain stronger truth; MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"additionalProperties": false,
"properties": {
"domainId": {
"type": "string",
"description": "Exact domain ID."
},
"afterHead": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Verified predecessor head, or null only for genesis."
},
"expectedRegistryDigest": {
"type": "string",
"description": "Exact lowercase SHA-256 digest."
},
"expectedReducerDigest": {
"type": "string",
"description": "Exact lowercase SHA-256 digest."
}
},
"required": [
"domainId",
"afterHead",
"expectedRegistryDigest",
"expectedReducerDigest"
]
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v124_domain_verified_replay", input)Call the canonical Receiz V124 SDK operation without reimplementing validation or authority. Potential fixed route scopes: receiz:domains.read. Sealed proof objects and authenticated heads remain stronger truth; MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"additionalProperties": false,
"properties": {
"domainId": {
"type": "string",
"description": "Exact domain ID."
},
"afterHead": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Verified predecessor head, or null only for genesis."
},
"expectedRegistryDigest": {
"type": "string",
"description": "Exact lowercase SHA-256 digest."
},
"expectedReducerDigest": {
"type": "string",
"description": "Exact lowercase SHA-256 digest."
}
},
"required": [
"domainId",
"afterHead",
"expectedRegistryDigest",
"expectedReducerDigest"
]
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v124_domain_verified_checkpoint", input)Call the canonical Receiz V124 SDK operation without reimplementing validation or authority. Potential fixed route scopes: receiz:domains.read. Sealed proof objects and authenticated heads remain stronger truth; MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"additionalProperties": false,
"properties": {
"domainId": {
"type": "string",
"description": "Exact domain ID."
},
"throughHead": {
"type": "string",
"description": "Exact lowercase SHA-256 digest."
}
},
"required": [
"domainId",
"throughHead"
]
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v124_domain_verified_private_additions", input)Hydrate access-filtered private additions through receiz:world.private and an active authenticated session whose exact stored grant is re-authenticated. The exact encrypted viewer result remains host-custodied behind privateAdditionsRef; MCP output is not proof authority. MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"additionalProperties": false,
"properties": {
"domainId": {
"type": "string",
"description": "Exact private/invited domain ID."
},
"afterHead": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Verified predecessor head, or null only for genesis."
},
"sessionRef": {
"type": "string",
"description": "Opaque non-authoritative MCP authority-session reference: locally held after open/refresh or resolved from trusted host persistence and reverified by the canonical SDK/server path. Raw session handles are forbidden."
},
"accessGrantHandle": {
"type": "string",
"description": "Existing access-grant capability handle."
},
"expectedViewerSubjectId": {
"type": "string",
"description": "Exact requesting viewer subject ID."
},
"expectedViewerSubjectHead": {
"type": "string",
"description": "Exact lowercase SHA-256 digest."
},
"expectedGrantHead": {
"type": "string",
"description": "Exact lowercase SHA-256 digest."
}
},
"required": [
"domainId",
"afterHead",
"sessionRef",
"accessGrantHandle",
"expectedViewerSubjectId",
"expectedViewerSubjectHead",
"expectedGrantHead"
]
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v124_domain_replay_proof_object_export", input)Call the canonical Receiz V124 SDK operation without reimplementing validation or authority. No additional fixed route scope; any challenge/grant scope remains exact. Sealed proof objects and authenticated heads remain stronger truth; MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"additionalProperties": false,
"properties": {
"domainId": {
"type": "string",
"description": "Exact domain ID."
},
"expectedRegistryDigest": {
"type": "string",
"description": "Exact lowercase SHA-256 digest."
},
"expectedReducerDigest": {
"type": "string",
"description": "Exact lowercase SHA-256 digest."
},
"throughHead": {
"type": "string",
"description": "Exact lowercase SHA-256 digest."
},
"includeCheckpoint": {
"type": "boolean"
},
"ownership": {
"type": "object",
"additionalProperties": true,
"description": "Portable ownership projection."
},
"provenance": {
"type": "object",
"additionalProperties": true,
"description": "Portable provenance projection."
},
"settlement": {
"type": "object",
"additionalProperties": true,
"description": "Portable settlement projection."
}
},
"required": [
"domainId",
"expectedRegistryDigest",
"expectedReducerDigest",
"throughHead",
"ownership",
"provenance",
"settlement"
]
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v124_domain_replay_proof_object_restore", input)Call the canonical Receiz V124 SDK operation without reimplementing validation or authority. No additional fixed route scope; any challenge/grant scope remains exact. Sealed proof objects and authenticated heads remain stronger truth; MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"additionalProperties": false,
"properties": {
"domainId": {
"type": "string",
"description": "Exact domain ID."
},
"expectedRegistryDigest": {
"type": "string",
"description": "Exact lowercase SHA-256 digest."
},
"expectedReducerDigest": {
"type": "string",
"description": "Exact lowercase SHA-256 digest."
},
"expectedHead": {
"type": "string",
"description": "Exact lowercase SHA-256 digest."
},
"expectedCursor": {
"type": "integer",
"minimum": 0,
"description": "Exact verified cursor."
},
"expectedNamespace": {
"type": "object",
"additionalProperties": true,
"description": "Exact namespace-head expectation."
},
"sealedReplayProofObjectRef": {
"type": "string",
"description": "Host-resolved reference to the exact sealed replay proof object."
}
},
"required": [
"domainId",
"expectedRegistryDigest",
"expectedReducerDigest",
"expectedHead",
"expectedCursor",
"expectedNamespace",
"sealedReplayProofObjectRef"
]
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_source_carried_replay_open", input)Open exact sealed replay-segment sources as one deterministic held family and project every valid root-to-head branch without last-write-wins. Only stable coordinates and counts are returned; exact source bytes remain host-custodied. Sealed proof objects remain authority; the family digest, branch projection, and MCP are not authority. MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"additionalProperties": false,
"properties": {
"sealedSourceArtifactRefs": {
"type": "array",
"minItems": 1,
"items": {
"type": "string"
},
"description": "Host-resolved references to exact sealed replay-segment source artifacts. Exact bytes never enter MCP output."
},
"expected": {
"type": "object",
"additionalProperties": false,
"properties": {
"domainId": {
"type": "string",
"description": "Optional exact domain identity expectation."
},
"expectedRegistryDigest": {
"type": "string",
"description": "Exact lowercase SHA-256 digest."
},
"expectedReducerDigest": {
"type": "string",
"description": "Exact lowercase SHA-256 digest."
},
"afterHead": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Optional exact predecessor head expectation."
},
"afterCursor": {
"type": "integer",
"minimum": 0,
"description": "Optional exact predecessor cursor."
}
},
"required": []
}
},
"required": [
"sealedSourceArtifactRefs",
"expected"
]
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_conversation_source_family_open", input)Open exact sealed conversation replay sources through the canonical SDK and preserve every lawful sibling branch. Only membership, epoch, message-digest, and head coordinates are returned; clear message bodies and source bytes remain in trusted host custody. Sealed proof objects remain authority; the projection and MCP are not authority. MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"additionalProperties": false,
"properties": {
"sealedSourceArtifactRefs": {
"type": "array",
"minItems": 1,
"items": {
"type": "string"
},
"description": "Host-resolved references to exact sealed conversation replay sources. No source bytes enter MCP output."
},
"expectedConversationId": {
"type": "string",
"description": "Exact conversation proof-object identity."
},
"expected": {
"type": "object",
"additionalProperties": false,
"properties": {
"domainId": {
"type": "string",
"description": "Optional exact conversation-domain identity expectation."
},
"expectedRegistryDigest": {
"type": "string",
"description": "Exact lowercase SHA-256 digest."
},
"expectedReducerDigest": {
"type": "string",
"description": "Exact lowercase SHA-256 digest."
},
"afterHead": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"description": "Optional exact predecessor head expectation."
},
"afterCursor": {
"type": "integer",
"minimum": 0,
"description": "Optional exact predecessor cursor."
}
},
"required": []
}
},
"required": [
"sealedSourceArtifactRefs",
"expectedConversationId",
"expected"
]
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_conversation_epoch_grants_plan", input)Plan one bounded encrypted epoch-grant window for invited Receiz IDs from host-custodied secret and recipient materials. The clear epoch secret is never returned; each call carries at most 128 recipients and reports the next offset without imposing a total membership cap. Receiz identity bindings and sealed proof objects remain authority; MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"additionalProperties": false,
"properties": {
"epochSecretRef": {
"type": "string",
"description": "Host-custodied reference to the exact epoch secret; clear key bytes never enter MCP output."
},
"recipientSetRef": {
"type": "string",
"description": "Host-custodied reference to the complete Receiz-ID participant and public-access binding set."
},
"recipientOffset": {
"type": "integer",
"minimum": 0,
"description": "Stable offset in canonical Receiz-ID order."
},
"recipientLimit": {
"type": "integer",
"minimum": 1,
"maximum": 128,
"description": "Bounded recipients for this call; repeat with nextRecipientOffset for any total membership size."
}
},
"required": [
"epochSecretRef",
"recipientSetRef",
"recipientOffset",
"recipientLimit"
]
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_material_source_parts_open", input)Verify one complete host-custodied material source family through the canonical SDK and return a bounded segment-coordinate window. Exact material bytes and content-bearing locators never enter MCP output. The enclosing sealed material proof object remains authority; local custody, the manifest projection, and MCP are not authority. MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"additionalProperties": false,
"properties": {
"materialSourceFamilyRef": {
"type": "string",
"description": "Host-custodied reference to the complete head/source locator family. Content-bearing locators never enter MCP output."
},
"segmentOffset": {
"type": "integer",
"minimum": 0,
"description": "Stable verified segment offset."
},
"segmentLimit": {
"type": "integer",
"minimum": 1,
"maximum": 256,
"description": "Maximum verified segment coordinates returned by this call."
}
},
"required": [
"materialSourceFamilyRef",
"segmentOffset",
"segmentLimit"
]
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v124_subject_namespaces_resolve", input)Call the canonical Receiz V124 SDK operation without reimplementing validation or authority. Potential fixed route scopes: receiz:subjects.read. Sealed proof objects and authenticated heads remain stronger truth; MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"additionalProperties": false,
"properties": {
"subjectId": {
"type": "string",
"description": "Exact subject ID."
},
"atHead": {
"type": "string",
"description": "Exact lowercase SHA-256 digest."
},
"names": {
"type": "array",
"items": {
"type": "string"
},
"description": "Canonical namespace names."
},
"expectedAdmittedProofDigest": {
"type": "string",
"description": "Exact lowercase SHA-256 digest."
},
"expectedOwnershipHead": {
"type": "string",
"description": "Exact lowercase SHA-256 digest."
},
"expectedRegistryDigest": {
"type": "string",
"description": "Exact lowercase SHA-256 digest."
},
"expectedReducerDigest": {
"type": "string",
"description": "Exact lowercase SHA-256 digest."
}
},
"required": [
"subjectId",
"atHead",
"names",
"expectedAdmittedProofDigest",
"expectedOwnershipHead",
"expectedRegistryDigest",
"expectedReducerDigest"
]
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v124_identity_public_recipient_resolve", input)Resolve a privacy-safe, rate-limited public recipient through receiz:subjects.read and an active authenticated session whose exact stored grant is re-authenticated. The recipient projection and session are not identity authority; the Receiz identity artifact remains stronger truth. MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"additionalProperties": false,
"properties": {
"sessionRef": {
"type": "string",
"description": "Opaque non-authoritative MCP authority-session reference: locally held after open/refresh or resolved from trusted host persistence and reverified by the canonical SDK/server path. Raw session handles are forbidden."
},
"expectedRequesterSubjectId": {
"type": "string",
"description": "Exact requesting subject ID."
},
"normalizedAlias": {
"type": "string",
"description": "NFKC-normalized lowercase public alias."
},
"purpose": {
"type": "string",
"description": "Exact one-use resolution purpose."
},
"operationNonce": {
"type": "string",
"description": "Canonical operation nonce."
}
},
"required": [
"sessionRef",
"expectedRequesterSubjectId",
"normalizedAlias",
"purpose",
"operationNonce"
]
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_v124_source_publish_sealed", input)Publish an already sealed source through the canonical SDK and bound bearer. Subject sources require receiz:subjects.write without a session; replay-segment and checkpoint sources require receiz:domains.write plus an active session whose exact stored grant is re-authenticated. Exact artifact bytes remain authority; MCP is not authority.
Input schema
{
"type": "object",
"additionalProperties": false,
"properties": {
"input": {
"type": "object",
"additionalProperties": false,
"properties": {
"sessionRef": {
"type": "string",
"description": "Required for replay-segment/checkpoint sources; omit for subject sources."
},
"sealedSourceArtifactRef": {
"type": "string",
"description": "Host-resolved reference to the exact already sealed source artifact."
}
},
"required": [
"sealedSourceArtifactRef"
]
},
"confirmation": {
"type": "string",
"description": "Exact SHA-256 confirmation digest returned by the preview call."
}
},
"required": [
"input"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/v124Operations.ts- SHA-256
ae836218a25e298f21acd72ad5b953bdde2781669907b81573bd93c950603703- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_doctor", input)Run SDK doctor for an app/tenant. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"tenantHost": {
"type": "string",
"description": "Tenant host or custom domain to inspect."
},
"callbackUrl": {
"type": "string",
"description": "OIDC callback URL to check."
},
"scopes": {
"type": "array",
"description": "OIDC scopes to inspect.",
"items": {
"type": "string"
}
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_capabilities", input)Inspect first-class Receiz SDK capabilities. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"mode": {
"type": "string",
"enum": [
"describe",
"probe"
],
"description": "describe returns deterministic local support; probe inspects configured readiness."
},
"tenantHost": {
"type": "string",
"description": "Tenant host or custom domain to scope capability readiness."
},
"scopes": {
"type": "array",
"description": "OIDC scopes currently held by the app.",
"items": {
"type": "string"
}
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_required_scopes", input)Return stable OIDC scope constants per Receiz rail. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"rails": {
"type": "array",
"description": "Rail keys such as identity, publicStore, customers, merchants, wallet, commerce.",
"items": {
"type": "string"
}
}
},
"required": [
"rails"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_authorize_url", input)Build a Receiz Connect/OIDC authorize URL through the SDK. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"clientId": {
"type": "string",
"description": "Receiz app client ID."
},
"redirectUri": {
"type": "string",
"description": "Callback URL."
},
"codeChallenge": {
"type": "string",
"description": "PKCE code challenge."
},
"codeChallengeMethod": {
"type": "string",
"description": "PKCE method, usually S256."
},
"scope": {
"type": "array",
"description": "OIDC scopes.",
"items": {
"type": "string"
}
},
"state": {
"type": "string",
"description": "Opaque app state."
},
"usernameHint": {
"type": "string",
"description": "Optional username/login hint."
}
},
"required": [
"clientId",
"redirectUri",
"codeChallenge"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_mcp_login", input)Return the official Receiz delegated agent-token setup path for MCP hosts. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"appName": {
"type": "string",
"description": "Agent token name, for example Codex local dev."
},
"clientId": {
"type": "string",
"description": "Receiz app client ID to issue beneath."
},
"tenantHost": {
"type": "string",
"description": "Tenant host or app domain being debugged."
},
"redirectUri": {
"type": "string",
"description": "Optional OIDC callback URL for MCP-owned Authorization Code + PKCE login."
},
"codeChallenge": {
"type": "string",
"description": "Optional PKCE code challenge for MCP-owned login."
},
"codeChallengeMethod": {
"type": "string",
"description": "Optional PKCE method, usually S256."
},
"state": {
"type": "string",
"description": "Optional opaque OAuth state."
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_ensure_tenant_session", input)Build the official tenant customer-session entry path. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"tenantHost": {
"type": "string",
"description": "Tenant host or custom domain."
},
"returnTo": {
"type": "string",
"description": "URL to return to after session restore."
},
"fallback": {
"type": "string",
"description": "artifact_upload or connect."
},
"clientId": {
"type": "string",
"description": "Optional OIDC client ID."
},
"redirectUri": {
"type": "string",
"description": "Optional OIDC redirect URI."
},
"codeChallenge": {
"type": "string",
"description": "Optional PKCE code challenge."
},
"scope": {
"type": "array",
"description": "OIDC scopes.",
"items": {
"type": "string"
}
},
"state": {
"type": "string",
"description": "Opaque app state."
},
"usernameHint": {
"type": "string",
"description": "Optional username/login hint."
}
},
"required": [
"tenantHost"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_app_state_publish", input)Publish durable public app-state projection through receiz.appState.publish. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"feed": {
"type": "object",
"additionalProperties": true,
"properties": {}
},
"idempotencyKey": {
"type": "string",
"description": "Idempotency key for safe retries."
},
"signature": {
"type": "string",
"description": "Optional feed signature."
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_app_state_resolve", input)Resolve app-state by URL, host, namespace, ID, or creator. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"url": {
"type": "string",
"description": "Source URL."
},
"host": {
"type": "string",
"description": "Tenant host."
},
"tenantHost": {
"type": "string",
"description": "Tenant host."
},
"id": {
"type": "string",
"description": "Projection ID."
},
"namespace": {
"type": "string",
"description": "Projection namespace."
},
"creatorReceizId": {
"type": "string",
"description": "Creator Receiz ID."
},
"receizId": {
"type": "string",
"description": "Creator Receiz ID alias."
},
"schema": {
"type": "string",
"description": "Required schema."
},
"state": {
"type": "string",
"description": "Required projection state."
},
"requiredDataKey": {
"type": "string",
"description": "Required data key."
},
"migrateTo": {
"type": "number",
"description": "Optional target schema version."
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_app_state_by_url", input)Read a public app-state projection by URL. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"url": {
"type": "string",
"description": "Source URL."
}
},
"required": [
"url"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_app_state_by_creator", input)Read public app-state projections by creator Receiz ID. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"receizId": {
"type": "string",
"description": "Creator Receiz ID."
}
},
"required": [
"receizId"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_app_state_by_namespace", input)Read public app-state projections by namespace. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"namespace": {
"type": "string",
"description": "Projection namespace."
}
},
"required": [
"namespace"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_app_state_by_id", input)Read a public app-state projection by ID. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"id": {
"type": "string",
"description": "Projection ID."
}
},
"required": [
"id"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_public_store_publish", input)Publish a typed public-store projection through receiz.publicStore.publish. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"tenantHost": {
"type": "string",
"description": "Tenant host or custom domain."
},
"merchantReceizId": {
"type": "string",
"description": "Merchant Receiz ID."
},
"state": {
"type": "object",
"additionalProperties": true,
"properties": {}
},
"idempotencyKey": {
"type": "string",
"description": "Idempotency key for safe retries."
},
"title": {
"type": "string",
"description": "Store title."
},
"sourceUrl": {
"type": "string",
"description": "Optional canonical source URL."
},
"namespace": {
"type": "string",
"description": "Optional projection namespace."
}
},
"required": [
"tenantHost",
"merchantReceizId",
"state"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_public_store_resolve", input)Resolve a typed public-store projection by host, URL, or ID. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"host": {
"type": "string",
"description": "Tenant host."
},
"tenantHost": {
"type": "string",
"description": "Tenant host."
},
"url": {
"type": "string",
"description": "Source URL."
},
"id": {
"type": "string",
"description": "Projection ID."
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_inspect_offline_file", input)Inspect a local manifest/projection shape without claiming artifact integrity, ownership continuity, or verification. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"fileText": {
"type": "string",
"description": "JSON file contents to parse and verify."
},
"value": {
"type": "object",
"additionalProperties": true,
"properties": {}
},
"expectedPrimitive": {
"type": "string",
"description": "Expected primitive label for agent-side assertion."
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_asset_by_url", input)Resolve a public Receiz asset/proof surface by URL. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"url": {
"type": "string",
"description": "Receiz public proof URL."
}
},
"required": [
"url"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_material_url_open", input)Verify the enclosing sealed proof object carried by a content-bearing Receiz URL, then reconstruct its exact native media bytes locally. Fully inline rma2 opens without a server or database call. Segmented rmc1 and streaming rmc2 heads reconstruct their complete held family; rmc2/rma3/raw projects the verified raw artifact instead of entering the compressed RMA2 decoder. The 4,096-character public-head bound never truncates proof bytes, and transport never becomes authority. Device time is never creation-pulse authority. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"url": {
"type": "string",
"description": "Content-bearing Receiz proof URL carrying inline rma2, segmented rmc1, or streaming rmc2/rma3/raw material."
},
"includePayloadBytes": {
"type": "boolean",
"description": "When true, include the exact verified native payload as base64url for local rendering or playback."
},
"sourceUrls": {
"type": "array",
"items": {
"type": "string"
},
"description": "Optional complete held material source family. When present, reconstruction is local and fails closed rather than consulting remote transport."
}
},
"required": [
"url"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_sealed_kai_moment", input)Project an identity or proof object's already sealed whole-pulse creation coordinate into its exact Kai moment. The sealed pulse is authority; device time, browser time, process uptime, session state, and server rows are never consulted. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"sealedPulse": {
"type": "string",
"description": "Exact nonnegative whole-pulse creation coordinate carried by the verified proof object."
}
},
"required": [
"sealedPulse"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_asset_by_id", input)Resolve a public Receiz asset/proof surface by ID. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"id": {
"type": "string",
"description": "Receiz public proof ID."
}
},
"required": [
"id"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_pitch_proof_by_witness_id", input)Resolve a pitch proof witness from already-admitted local day-proof truth. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"witnessId": {
"type": "string",
"description": "Pitch witness ID."
},
"local": {
"type": "object",
"additionalProperties": true,
"properties": {}
},
"dayProof": {
"type": "object",
"additionalProperties": true,
"properties": {}
},
"pitchDayProof": {
"type": "object",
"additionalProperties": true,
"properties": {}
}
},
"required": [
"witnessId"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_card_history", input)Resolve Sports card append/event memory with local-first SDK card memory rails. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"collectibleId": {
"type": "string",
"description": "Sports collectible ID."
},
"cardId": {
"type": "string",
"description": "Sports card ID."
},
"local": {
"type": "object",
"additionalProperties": true,
"properties": {}
},
"cardMemory": {
"type": "object",
"additionalProperties": true,
"properties": {}
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_transfer_preview", input)Build a deterministic transfer preview without mutating settlement state. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"senderReceizId": {
"type": "string",
"description": "Sender Receiz ID."
},
"recipientReceizId": {
"type": "string",
"description": "Recipient Receiz ID."
},
"amountUsd": {
"type": "string",
"description": "Transfer amount in USD."
},
"note": {
"type": "string",
"description": "Optional transfer note."
},
"idempotencyKey": {
"type": "string",
"description": "Optional idempotency key for the later real transfer."
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_transfer_requires_confirmation", input)Return the Receiz transfer confirmation requirement for a proposed transfer. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"amountUsd": {
"type": "string",
"description": "Transfer amount in USD."
},
"recipientReceizId": {
"type": "string",
"description": "Recipient Receiz ID."
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_pack_open_preview", input)Build a deterministic pack-open preview without admitting or appending card truth. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"packId": {
"type": "string",
"description": "Pack ID."
},
"slotCount": {
"type": "number",
"description": "Number of preview slots."
},
"sport": {
"type": "string",
"description": "Sport namespace."
}
},
"required": [
"packId"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_marketplace_template_generate", input)Generate an SDK-ready marketplace/app template envelope without publishing state. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"tenantHost": {
"type": "string",
"description": "Tenant host or custom domain."
},
"templateKind": {
"type": "string",
"description": "commerce, marketplace, game, rewards, profile, directory, blog, or custom."
},
"title": {
"type": "string",
"description": "Template title."
}
},
"required": [
"tenantHost"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_webhook_events_catalog", input)Return the SDK webhook event catalog, groups, and zero-guess presets. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_webhook_register_endpoint", input)Register a developer webhook endpoint and return its one-time secret through receiz.webhookEndpoints.create. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"label": {
"type": "string",
"description": "Human label for this endpoint."
},
"url": {
"type": "string",
"description": "HTTPS receiver URL."
},
"eventTypes": {
"type": "array",
"description": "Webhook event types to deliver.",
"items": {
"type": "string"
}
},
"preset": {
"type": "string",
"description": "payment, proofSettlement, commerce, or everything."
},
"idempotencyKey": {
"type": "string",
"description": "Idempotency key for safe retries."
}
},
"required": [
"label",
"url"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_webhook_rotate_secret", input)Rotate a webhook endpoint secret and return the new one-time secret through receiz.webhookEndpoints.rotateSecret. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"endpointId": {
"type": "string",
"description": "Webhook endpoint ID."
}
},
"required": [
"endpointId"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_webhook_send_test_event", input)Generate a signed test delivery for an endpoint through receiz.webhookEndpoints.sendTest. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"endpointId": {
"type": "string",
"description": "Webhook endpoint ID."
},
"eventType": {
"type": "string",
"description": "Webhook event type to test."
}
},
"required": [
"endpointId"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_webhook_receiver_scaffold", input)Return a copy-paste receiver scaffold that verifies delivery before parsing or admitting truth. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"framework": {
"type": "string",
"description": "nextjs or fetch."
},
"secretEnv": {
"type": "string",
"description": "Environment variable name containing the webhook secret."
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_webhook_verify_payload", input)Verify a webhook signature and assert the Receiz webhook event envelope through SDK rails. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"secret": {
"type": "string",
"description": "Webhook endpoint secret."
},
"timestamp": {
"type": "string",
"description": "x-receiz-timestamp value."
},
"signature": {
"type": "string",
"description": "x-receiz-signature value."
},
"body": {
"type": "string",
"description": "Raw request body string."
},
"toleranceSeconds": {
"type": "number",
"description": "Allowed timestamp drift in seconds."
},
"nowMs": {
"type": "number",
"description": "Override current time in milliseconds for tests."
}
},
"required": [
"secret",
"timestamp",
"signature",
"body"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_inspect_proof_object", input)Inspect a provided proof object payload without treating MCP as verifier authority. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"value": {
"type": "object",
"additionalProperties": true,
"properties": {}
},
"expectedPrimitive": {
"type": "string",
"description": "Expected primitive label for agent-side assertion."
}
},
"required": [
"value"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_wallet_public_ledger", input)Read public wallet ledger projection. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"limit": {
"type": "number",
"description": "Page limit."
},
"cursor": {
"type": "string",
"description": "Cursor."
},
"since": {
"type": "string",
"description": "ISO timestamp or Kai-aware caller cursor."
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_action_ledger", input)Read public action ledger projection. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"limit": {
"type": "number",
"description": "Page limit."
},
"cursor": {
"type": "string",
"description": "Cursor."
},
"since": {
"type": "string",
"description": "ISO timestamp or Kai-aware caller cursor."
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_sports_conformance", input)Read Sports conformance status for agents verifying sports proof surfaces. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_world_public_snapshot", input)Read World public snapshot for app builders. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_proof_query", input)Run delegated proof query for dashboards and advanced apps. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"namespace": {
"type": "string",
"description": "Proof namespace."
},
"tenantHost": {
"type": "string",
"description": "Tenant host."
},
"type": {
"type": "string",
"description": "Proof object type."
},
"customerReceizId": {
"type": "string",
"description": "Customer Receiz ID."
},
"cursor": {
"type": "string",
"description": "Cursor."
},
"limit": {
"type": "number",
"description": "Page limit."
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_sandbox_seed_store", input)Generate deterministic sandbox store state for local app tests. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"tenantHost": {
"type": "string",
"description": "Tenant host."
},
"products": {
"type": "number",
"description": "Number of sandbox products."
}
},
"required": [
"tenantHost"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_sandbox_checkout", input)Generate deterministic sandbox checkout outcome for local app tests. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"tenantHost": {
"type": "string",
"description": "Tenant host."
},
"amountUsd": {
"type": "string",
"description": "Checkout amount."
},
"outcome": {
"type": "string",
"description": "success or failure."
}
},
"required": [
"tenantHost",
"amountUsd"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_runtime_blueprint", input)Return the production Receiz app runtime blueprint for agents. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"tenantHost": {
"type": "string",
"description": "Tenant host."
},
"appKind": {
"type": "string",
"description": "commerce, marketplace, game, rewards, profile, directory, blog, or custom."
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_project_inspect", input)Inspect repository integration evidence. Inspection does not verify artifacts. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"root": {
"type": "string",
"description": "Explicit repository root."
},
"targetSdkVersion": {
"type": "string",
"description": "Target SDK version."
}
},
"required": [
"root"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_app_contract_create", input)Create a read-only Receiz app contract proposal. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"name": {
"type": "string",
"description": "Application name."
},
"framework": {
"type": "string",
"description": "nextjs-app-router or framework-neutral."
},
"features": {
"type": "array",
"description": "Receiz feature rails.",
"items": {
"type": "string"
}
}
},
"required": [
"name"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_app_plan", input)Compile a deterministic read-only integration plan. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"root": {
"type": "string",
"description": "Explicit repository root."
},
"targetSdkVersion": {
"type": "string",
"description": "Target SDK version."
}
},
"required": [
"root"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_app_apply", input)Preview changes; apply only with the exact explicit confirmation digest. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"root": {
"type": "string",
"description": "Explicit repository root."
},
"targetSdkVersion": {
"type": "string",
"description": "Target SDK version."
},
"confirmation": {
"type": "string",
"description": "Exact preview digest confirming mutation."
},
"dryRun": {
"type": "boolean",
"description": "Validate without writing."
}
},
"required": [
"root"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_app_check", input)Check integration conformance without writing. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"root": {
"type": "string",
"description": "Explicit repository root."
},
"targetSdkVersion": {
"type": "string",
"description": "Target SDK version."
}
},
"required": [
"root"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_app_upgrade", input)Plan a version-aware upgrade without rewriting witnessed history. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"root": {
"type": "string",
"description": "Explicit repository root."
},
"targetSdkVersion": {
"type": "string",
"description": "Required target version."
}
},
"required": [
"root",
"targetSdkVersion"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_app_explain", input)Explain a repository finding and its authority boundary. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"root": {
"type": "string",
"description": "Explicit repository root."
},
"code": {
"type": "string",
"description": "Finding code."
},
"targetSdkVersion": {
"type": "string",
"description": "Target SDK version."
}
},
"required": [
"root",
"code"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_app_repair", input)Preview deterministic app repairs and apply only with the exact confirmation digest. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"root": {
"type": "string",
"description": "Explicit repository root."
},
"targetSdkVersion": {
"type": "string",
"description": "Target SDK version."
},
"confirmation": {
"type": "string",
"description": "Exact preview digest."
},
"dryRun": {
"type": "boolean"
}
},
"required": [
"root"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_proof_trace", input)Trace canonical artifact integrity, ownership, namespace, and prior-head verification. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"artifactBase64": {
"type": "string",
"description": "Base64 bytes for canonical verification."
},
"filename": {
"type": "string",
"description": "Artifact filename."
},
"value": {
"type": "object",
"additionalProperties": true,
"properties": {}
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_webhook_replay", input)Verify and preview a captured webhook replay; exact confirmation is required for idempotent admission. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"secret": {
"type": "string",
"description": "Webhook verification secret."
},
"timestamp": {
"type": "string",
"description": "Signed timestamp."
},
"signature": {
"type": "string",
"description": "Delivery signature."
},
"body": {
"type": "string",
"description": "Exact captured body."
},
"idempotencyKey": {
"type": "string",
"description": "Stable replay key."
},
"confirmation": {
"type": "string",
"description": "Exact preview digest."
}
},
"required": [
"secret",
"timestamp",
"signature",
"body",
"idempotencyKey"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_scope_explain", input)Explain one rail from the canonical capability descriptor. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"rail": {
"type": "string",
"description": "Canonical Receiz rail key."
}
},
"required": [
"rail"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_release_qualify", input)Run read-only current v124 conformance and repository inspection evidence. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"root": {
"type": "string",
"description": "Explicit repository root."
},
"targetSdkVersion": {
"type": "string",
"description": "Target SDK version."
}
},
"required": [
"root"
]
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_architecture_inspect", input)Inspect automatically injected constitutional architecture context. Constitutional context is injected automatically. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"command": {
"type": "string",
"description": "Command identifier."
},
"affectedAsset": {
"type": "string",
"description": "Affected proof or artifact identity."
},
"proposedChange": {
"type": "string",
"description": "Exact semantic operation or proposed diff."
},
"confirmation": {
"type": "string",
"description": "Exact permit digest returned by the preview."
},
"law": {
"type": "string",
"description": "Law identifier."
},
"source": {
"type": "string",
"description": "Source or diff text to scan."
},
"coveredLaws": {
"type": "array",
"description": "Law identifiers with test evidence.",
"items": {
"type": "string"
}
},
"payload": {
"type": "object",
"additionalProperties": true,
"properties": {}
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_domain_scaffold", input)Generate a registry-bound domain scaffold proposal without writing. Constitutional context is injected automatically. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"command": {
"type": "string",
"description": "Command identifier."
},
"affectedAsset": {
"type": "string",
"description": "Affected proof or artifact identity."
},
"proposedChange": {
"type": "string",
"description": "Exact semantic operation or proposed diff."
},
"confirmation": {
"type": "string",
"description": "Exact permit digest returned by the preview."
},
"law": {
"type": "string",
"description": "Law identifier."
},
"source": {
"type": "string",
"description": "Source or diff text to scan."
},
"coveredLaws": {
"type": "array",
"description": "Law identifiers with test evidence.",
"items": {
"type": "string"
}
},
"payload": {
"type": "object",
"additionalProperties": true,
"properties": {}
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_command_scaffold", input)Generate a command-only mutation scaffold proposal without writing. Constitutional context is injected automatically. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"command": {
"type": "string",
"description": "Command identifier."
},
"affectedAsset": {
"type": "string",
"description": "Affected proof or artifact identity."
},
"proposedChange": {
"type": "string",
"description": "Exact semantic operation or proposed diff."
},
"confirmation": {
"type": "string",
"description": "Exact permit digest returned by the preview."
},
"law": {
"type": "string",
"description": "Law identifier."
},
"source": {
"type": "string",
"description": "Source or diff text to scan."
},
"coveredLaws": {
"type": "array",
"description": "Law identifiers with test evidence.",
"items": {
"type": "string"
}
},
"payload": {
"type": "object",
"additionalProperties": true,
"properties": {}
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_law_define", input)Validate a constitutional law definition proposal without admitting it. Constitutional context is injected automatically. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"command": {
"type": "string",
"description": "Command identifier."
},
"affectedAsset": {
"type": "string",
"description": "Affected proof or artifact identity."
},
"proposedChange": {
"type": "string",
"description": "Exact semantic operation or proposed diff."
},
"confirmation": {
"type": "string",
"description": "Exact permit digest returned by the preview."
},
"law": {
"type": "string",
"description": "Law identifier."
},
"source": {
"type": "string",
"description": "Source or diff text to scan."
},
"coveredLaws": {
"type": "array",
"description": "Law identifiers with test evidence.",
"items": {
"type": "string"
}
},
"payload": {
"type": "object",
"additionalProperties": true,
"properties": {}
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_law_explain", input)Explain an applicable law and safe alternatives. Constitutional context is injected automatically. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"command": {
"type": "string",
"description": "Command identifier."
},
"affectedAsset": {
"type": "string",
"description": "Affected proof or artifact identity."
},
"proposedChange": {
"type": "string",
"description": "Exact semantic operation or proposed diff."
},
"confirmation": {
"type": "string",
"description": "Exact permit digest returned by the preview."
},
"law": {
"type": "string",
"description": "Law identifier."
},
"source": {
"type": "string",
"description": "Source or diff text to scan."
},
"coveredLaws": {
"type": "array",
"description": "Law identifiers with test evidence.",
"items": {
"type": "string"
}
},
"payload": {
"type": "object",
"additionalProperties": true,
"properties": {}
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_law_coverage", input)Compare applicable laws with supplied coverage evidence. Constitutional context is injected automatically. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"command": {
"type": "string",
"description": "Command identifier."
},
"affectedAsset": {
"type": "string",
"description": "Affected proof or artifact identity."
},
"proposedChange": {
"type": "string",
"description": "Exact semantic operation or proposed diff."
},
"confirmation": {
"type": "string",
"description": "Exact permit digest returned by the preview."
},
"law": {
"type": "string",
"description": "Law identifier."
},
"source": {
"type": "string",
"description": "Source or diff text to scan."
},
"coveredLaws": {
"type": "array",
"description": "Law identifiers with test evidence.",
"items": {
"type": "string"
}
},
"payload": {
"type": "object",
"additionalProperties": true,
"properties": {}
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_authority_inspect", input)Inspect authority profile, tenant requirement, and stronger truth. Constitutional context is injected automatically. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"command": {
"type": "string",
"description": "Command identifier."
},
"affectedAsset": {
"type": "string",
"description": "Affected proof or artifact identity."
},
"proposedChange": {
"type": "string",
"description": "Exact semantic operation or proposed diff."
},
"confirmation": {
"type": "string",
"description": "Exact permit digest returned by the preview."
},
"law": {
"type": "string",
"description": "Law identifier."
},
"source": {
"type": "string",
"description": "Source or diff text to scan."
},
"coveredLaws": {
"type": "array",
"description": "Law identifiers with test evidence.",
"items": {
"type": "string"
}
},
"payload": {
"type": "object",
"additionalProperties": true,
"properties": {}
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_command_simulate", input)Simulate command admission and return a non-mutating permit or explained denial. Constitutional context is injected automatically. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"command": {
"type": "string",
"description": "Command identifier."
},
"affectedAsset": {
"type": "string",
"description": "Affected proof or artifact identity."
},
"proposedChange": {
"type": "string",
"description": "Exact semantic operation or proposed diff."
},
"confirmation": {
"type": "string",
"description": "Exact permit digest returned by the preview."
},
"law": {
"type": "string",
"description": "Law identifier."
},
"source": {
"type": "string",
"description": "Source or diff text to scan."
},
"coveredLaws": {
"type": "array",
"description": "Law identifiers with test evidence.",
"items": {
"type": "string"
}
},
"payload": {
"type": "object",
"additionalProperties": true,
"properties": {}
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_receipt_replay", input)Plan deterministic receipt replay beneath sealed proof authority. Constitutional context is injected automatically. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"command": {
"type": "string",
"description": "Command identifier."
},
"affectedAsset": {
"type": "string",
"description": "Affected proof or artifact identity."
},
"proposedChange": {
"type": "string",
"description": "Exact semantic operation or proposed diff."
},
"confirmation": {
"type": "string",
"description": "Exact permit digest returned by the preview."
},
"law": {
"type": "string",
"description": "Law identifier."
},
"source": {
"type": "string",
"description": "Source or diff text to scan."
},
"coveredLaws": {
"type": "array",
"description": "Law identifiers with test evidence.",
"items": {
"type": "string"
}
},
"payload": {
"type": "object",
"additionalProperties": true,
"properties": {}
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_history_trace", input)Trace causal history with constitutional context. Constitutional context is injected automatically. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"command": {
"type": "string",
"description": "Command identifier."
},
"affectedAsset": {
"type": "string",
"description": "Affected proof or artifact identity."
},
"proposedChange": {
"type": "string",
"description": "Exact semantic operation or proposed diff."
},
"confirmation": {
"type": "string",
"description": "Exact permit digest returned by the preview."
},
"law": {
"type": "string",
"description": "Law identifier."
},
"source": {
"type": "string",
"description": "Source or diff text to scan."
},
"coveredLaws": {
"type": "array",
"description": "Law identifiers with test evidence.",
"items": {
"type": "string"
}
},
"payload": {
"type": "object",
"additionalProperties": true,
"properties": {}
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_merge_simulate", input)Simulate a causal merge without committing state. Constitutional context is injected automatically. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"command": {
"type": "string",
"description": "Command identifier."
},
"affectedAsset": {
"type": "string",
"description": "Affected proof or artifact identity."
},
"proposedChange": {
"type": "string",
"description": "Exact semantic operation or proposed diff."
},
"confirmation": {
"type": "string",
"description": "Exact permit digest returned by the preview."
},
"law": {
"type": "string",
"description": "Law identifier."
},
"source": {
"type": "string",
"description": "Source or diff text to scan."
},
"coveredLaws": {
"type": "array",
"description": "Law identifiers with test evidence.",
"items": {
"type": "string"
}
},
"payload": {
"type": "object",
"additionalProperties": true,
"properties": {}
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_bypass_scan", input)Scan a proposed change for direct writes, history rewrites, and authority bypasses. Constitutional context is injected automatically. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"command": {
"type": "string",
"description": "Command identifier."
},
"affectedAsset": {
"type": "string",
"description": "Affected proof or artifact identity."
},
"proposedChange": {
"type": "string",
"description": "Exact semantic operation or proposed diff."
},
"confirmation": {
"type": "string",
"description": "Exact permit digest returned by the preview."
},
"law": {
"type": "string",
"description": "Law identifier."
},
"source": {
"type": "string",
"description": "Source or diff text to scan."
},
"coveredLaws": {
"type": "array",
"description": "Law identifiers with test evidence.",
"items": {
"type": "string"
}
},
"payload": {
"type": "object",
"additionalProperties": true,
"properties": {}
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_conformance_run", input)Run SDK conformance with constitutional context. Constitutional context is injected automatically. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"command": {
"type": "string",
"description": "Command identifier."
},
"affectedAsset": {
"type": "string",
"description": "Affected proof or artifact identity."
},
"proposedChange": {
"type": "string",
"description": "Exact semantic operation or proposed diff."
},
"confirmation": {
"type": "string",
"description": "Exact permit digest returned by the preview."
},
"law": {
"type": "string",
"description": "Law identifier."
},
"source": {
"type": "string",
"description": "Source or diff text to scan."
},
"coveredLaws": {
"type": "array",
"description": "Law identifiers with test evidence.",
"items": {
"type": "string"
}
},
"payload": {
"type": "object",
"additionalProperties": true,
"properties": {}
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_release_verify", input)Verify release conformance and registry context without publishing. Constitutional context is injected automatically. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"command": {
"type": "string",
"description": "Command identifier."
},
"affectedAsset": {
"type": "string",
"description": "Affected proof or artifact identity."
},
"proposedChange": {
"type": "string",
"description": "Exact semantic operation or proposed diff."
},
"confirmation": {
"type": "string",
"description": "Exact permit digest returned by the preview."
},
"law": {
"type": "string",
"description": "Law identifier."
},
"source": {
"type": "string",
"description": "Source or diff text to scan."
},
"coveredLaws": {
"type": "array",
"description": "Law identifiers with test evidence.",
"items": {
"type": "string"
}
},
"payload": {
"type": "object",
"additionalProperties": true,
"properties": {}
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_mcp_execute_command", input)Plan, confirm, and delegate one allowed command to the configured SDK admission executor. Constitutional context is injected automatically. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"command": {
"type": "string",
"description": "Command identifier."
},
"affectedAsset": {
"type": "string",
"description": "Affected proof or artifact identity."
},
"proposedChange": {
"type": "string",
"description": "Exact semantic operation or proposed diff."
},
"confirmation": {
"type": "string",
"description": "Exact permit digest returned by the preview."
},
"law": {
"type": "string",
"description": "Law identifier."
},
"source": {
"type": "string",
"description": "Source or diff text to scan."
},
"coveredLaws": {
"type": "array",
"description": "Law identifiers with test evidence.",
"items": {
"type": "string"
}
},
"payload": {
"type": "object",
"additionalProperties": true,
"properties": {}
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_mcp_append_event", input)Append only an event carrying an admitted receipt digest through the configured SDK executor. Constitutional context is injected automatically. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"command": {
"type": "string",
"description": "Command identifier."
},
"affectedAsset": {
"type": "string",
"description": "Affected proof or artifact identity."
},
"proposedChange": {
"type": "string",
"description": "Exact semantic operation or proposed diff."
},
"confirmation": {
"type": "string",
"description": "Exact permit digest returned by the preview."
},
"law": {
"type": "string",
"description": "Law identifier."
},
"source": {
"type": "string",
"description": "Source or diff text to scan."
},
"coveredLaws": {
"type": "array",
"description": "Law identifiers with test evidence.",
"items": {
"type": "string"
}
},
"payload": {
"type": "object",
"additionalProperties": true,
"properties": {}
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_mcp_verify_receipt", input)Verify a receipt through the configured independent verification executor. Constitutional context is injected automatically. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"command": {
"type": "string",
"description": "Command identifier."
},
"affectedAsset": {
"type": "string",
"description": "Affected proof or artifact identity."
},
"proposedChange": {
"type": "string",
"description": "Exact semantic operation or proposed diff."
},
"confirmation": {
"type": "string",
"description": "Exact permit digest returned by the preview."
},
"law": {
"type": "string",
"description": "Law identifier."
},
"source": {
"type": "string",
"description": "Source or diff text to scan."
},
"coveredLaws": {
"type": "array",
"description": "Law identifiers with test evidence.",
"items": {
"type": "string"
}
},
"payload": {
"type": "object",
"additionalProperties": true,
"properties": {}
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
mcp.call("receiz_mcp_commit_atomic_projection", input)Commit an admitted atomic projection through the configured SDK transaction executor. Constitutional context is injected automatically. MCP is not authority; this tool calls the canonical Receiz SDK/API rails and reports the source primitive.
Input schema
{
"type": "object",
"additionalProperties": true,
"properties": {
"command": {
"type": "string",
"description": "Command identifier."
},
"affectedAsset": {
"type": "string",
"description": "Affected proof or artifact identity."
},
"proposedChange": {
"type": "string",
"description": "Exact semantic operation or proposed diff."
},
"confirmation": {
"type": "string",
"description": "Exact permit digest returned by the preview."
},
"law": {
"type": "string",
"description": "Law identifier."
},
"source": {
"type": "string",
"description": "Source or diff text to scan."
},
"coveredLaws": {
"type": "array",
"description": "Law identifiers with test evidence.",
"items": {
"type": "string"
}
},
"payload": {
"type": "object",
"additionalProperties": true,
"properties": {}
}
}
}Output schema
{
"type": "object",
"additionalProperties": true
}- Source
packages/receiz-mcp-server/src/index.ts- SHA-256
cdd75bd271657ff01a51c89eeb70d172985adfc8ab8494707f5ae4cd4c734d65- Conformance
pnpm mcp:test- Authority
- Mechanic only · sealed proof object remains stronger
Permanent anchor · #mcp-install
Install
Install the independently observed @receiz/mcp-server@124.1.0 package. It carries 169 exact tools and 26 V124 production-runtime tools. Existing v122/v123-named tools remain stable protocol identifiers; every package and source projection remains beneath SDK proof authority.
Permanent anchor · #mcp-tool-inventory
Tool inventory
Each of the 169 tools below publishes mcp.call(name, input), its current description, exact inputSchema, exact outputSchema, package identity, source digest, and conformance command.
Permanent anchor · #mcp-read-only-tools
Read-only tools
receiz_artifact_verify, receiz_artifact_admit, receiz_artifact_append_plan, receiz_artifact_global_resolve, and receiz_artifact_reconcile_plan perform verification, classification, or planning without accepting a head.
Permanent anchor · #mcp-living-subject-tools
Living-subject tools
The 37 v122 tools cover subject resolve/state/history/memory/relationships/inventory; Twin profile/message/mind export/import planning; mandate get/plan/activate/pause/revoke; runtime enqueue/status/cancel; world additions/command/transaction/receipt/replay; proof-brain head/search/resolve/stream; bearer preview/issue/inspect/claim/cancel/status; and living-subject conformance. Every result carries its source primitive plus registry and reducer digests.
Permanent anchor · #mcp-source-carried-tools
Source-carried tools
The four V124.1 adapters open verified replay families, open Receiz-ID conversation families, plan bounded private conversation epoch grants, and inspect complete held material families. receiz_material_url_open supports inline RMA2, segmented RMC1, and RMC2/RMA3/raw dispatch. Trusted-host references never expose exact source bytes, epoch secrets, clear messages, private memory, content-bearing locators, or private account state to the model.
Permanent anchor · #mcp-staging-tools
Staging tools
receiz_artifact_transition_seal_and_stage and receiz_artifact_reconcile_stage require exact plan-bound inputs and stage immutable candidate bytes without advancing a head.
Permanent anchor · #mcp-commit-tools
Commit tools
receiz_artifact_transition_commit and receiz_artifact_reconcile_commit require distinct exact commit inputs and report atomic acceptance or failure.
Permanent anchor · #mcp-world-and-bearer-writes
World and bearer writes
Command, transaction, mandate, runtime, mind-import, and bearer writes require the exact stored plan, permit, or instrument digest. The tool independently resolves exact bytes and current heads before commit. Active mandates authorize only bounded execution. All rejection paths return structured zero-write failure and retries preserve admission identity.
Permanent anchor · #mcp-confirmation-boundary
Confirmation boundary
A confirmation authorizes one declared execution attempt. It is consumable, digest-bound, and never proof authority; failed or terminal attempts require the installed retry procedure. Model statements, MCP memory, tool output, and receipts cannot re-enter as authority.
Permanent anchor · #mcp-end-to-end-example
End-to-end example
Agents use MCP to resolve an exact subject and proof-brain head, search compact references, resolve exact primary objects, request a Twin proposal, plan and validate a typed command or transaction, confirm the exact plan digest, execute with bounded authority, and replay the receipt head. Bearer claim first re-inspects the exact instrument. Every proof claim still returns to the enclosing SDK verifier.
Copyable path
Authenticated SDK issuance → Verify → inspect receipt
import { createReceizClient } from "@receiz/sdk";
// Begin with the complete proof object already held by the person or runtime.
const encoded = process.env.RECEIZ_ARTIFACT_BASE64;
if (!encoded) throw new Error("RECEIZ_ARTIFACT_BASE64 is required");
const artifactBytes = Uint8Array.from(Buffer.from(encoded, "base64"));
// Local verification is account-free and precedes every transport projection.
const receiz = createReceizClient();
const verification = await receiz.verification.verifyArtifact(artifactBytes);
if (verification.status !== "verified-artifact") {
throw new Error(`Artifact verification status: ${verification.status}`);
}
console.log(verification.status);Deterministic check
Conformance
pnpm mcp:testRun from the Receiz repository against the exact coordinated package identity. A command result is evidence beneath sealed artifact truth.