Claude Platform Reality
Anthropic operates Claude as a foundation-model service accessed through the Claude API, the Claude Desktop client, and a growing set of first-party agent surfaces including the Claude Agent SDK. Around that foundation sits the Model Context Protocol: an open, JSON-RPC-based protocol that lets external processes, local or remote, advertise tools, resources, and prompts to a Claude client. An MCP server might expose a database query tool, a filesystem read capability, or a specialized API wrapper. A client discovers the server, negotiates capabilities, and surfaces the advertised tools to the model during a session.
The technical execution at platform scale is strong. MCP transport is well-defined, capability negotiation is deterministic, and the ecosystem has converged quickly: filesystem servers, Postgres servers, GitHub servers, Slack servers, and many vendor-specific integrations are all reachable through the same protocol surface. Anthropic Agent Skills extends the picture further, letting the agent load reusable, folder-packaged instructions and resources that shape runtime behavior. From the perspective of a developer building a Claude-driven agent, the question of "how do I give the model new capability" has a stable answer: write or install an MCP server, expose tools, package a skill, and let the agent use them.
That stable answer is sufficient for within-platform development. It is not, by itself, designed to answer the questions that arise once an agent's behavior is adapted across regulatory boundaries.
Cross-Authority Gap
MCP and Agent Skills handle within-platform capability composition and behavior packaging effectively. They are not, however, designed to answer the question that emerges as soon as a Claude-driven agent's behavior is adapted across jurisdictional or sectoral authority boundaries: under whose credential did this adaptation admit, and what record proves the admission was bounded before any adapted behavior ran. High-risk-AI scope under the EU AI Act, agent operations in clinical-decision-support contexts, defense-AI compliance regimes, and emerging U.S. executive-order obligations tend to converge on the same structural demand. They want to see an authorized and recorded adaptation event, not only a tool call or a loaded skill.
This is not a deficiency of MCP. MCP is a transport and capability-negotiation protocol, deliberately scoped to that role, and it does that role well. The point is that a governance layer above it can treat each contributed adaptation artifact as a signed, lineage-recorded object, evaluate it in a sandbox before it takes effect, and bind admissibility to a composite credential that includes the operator, the model version, the jurisdiction of operation, and the scope of the work. Absent such a layer, an agent that loaded one server under one authority and another server under a different authority carries no structural record distinguishing the two activations beyond application logs, and logs are not credentials.
Operators who adapt agent behavior across authorities on top of MCP today generally carry the credentialing and reversibility burden in bespoke wrapper code. That burden tends to grow with the number of jurisdictions, the number of servers and skills, and the regulatory cadence in each domain.
Adaptation Substrate Above MCP
The Spatial Adaptation substrate composes with MCP without replacing it. As disclosed in the filing, an adaptation artifact is a first-class object carrying an artifact identifier, an adaptation-technique identifier, artifact content, a capability-scope specification, a certification record, a provenance-lineage record, an authority credential, a version-lineage chain, and a cryptographic integrity attestation over those fields. A server's contribution is expressed as such an artifact: it is signed to its issuing authority credential, and it passes through a sandbox pre-activation step before the consuming runtime treats its behavior as admissible. Cross-authority operations admit through composite admissibility evaluation: the runtime checks not only that the artifact's attestation verifies, but that it composes with the credential of the calling operator and the policy envelope in force for the current session.
The sandbox pre-activation step is a governance-credentialed sandboxed execution environment. As disclosed, a sandboxed copy of the operational substrate applies the candidate artifact, a behavior evaluator produces a compatibility assessment, and the evaluation yields a certification record that is lineage-recorded; an artifact that fails evaluation is not activated and the failure is recorded. Activation is therefore gated against published policy rather than pushed unverified.
Reversibility is structural. The filing discloses cascade-deactivation of dependent artifacts when a strict prerequisite is deactivated, and rollback to a prior-version artifact upon detection of post-activation policy violations, with the rollback event and the triggering violation recorded in the lineage field. If a contributed artifact is later found to exceed scope, or if an underlying credential is rotated or revoked, deactivation can propagate across the sessions that admitted it. Anthropic continues as the adaptation authority for Claude itself, artifact publishers continue as authorities for their own artifacts, and the substrate is what makes the composition authorized, attestable, and reversible.
The developer experience for MCP server authors need not change. The same JSON-RPC capability advertisement continues to work. The signing, sandboxing, admissibility gating, and lineage recording sit at the runtime layer that hosts the agent; in the disclosed embodiments they are infrastructure, not protocol modifications.
Where Claude Deployment Is Heading
EU AI Act enforcement is moving from text to practice through 2026. U.S. AI executive-order implementation continues to layer requirements on federal-adjacent agent deployment. Sector-specific obligations in healthcare, finance, and critical infrastructure are arriving on staggered timelines. These regimes tend to ask the same structural question about credential, scope, and record, and each one raises the cost of adapting a Claude-driven agent's behavior without a substrate that answers the question by construction.
Anthropic is well-positioned for this trajectory. The Claude foundation model ships with strong policy alignment, MCP provides the capability-composition surface, and Agent Skills provides a behavior-packaging surface. What a governance layer adds is the credentialed, sandbox-gated, lineage-recorded adaptation event that turns a contributed artifact into a structurally admissible and reversible change. Organizations adapting agent behavior across jurisdictions today tend to build this themselves, inconsistently, in private code. A standard substrate above MCP would give the broader ecosystem a consistent, policy-aligned footing for the next phase of deployment.
Closing
MCP is a strong protocol for capability composition, and Agent Skills is a useful surface for packaging behavior. Neither was designed to be a credentialing and reversibility substrate, and neither needs to become one. The architectural element that completes the picture, signed adaptation artifacts, sandbox pre-activation, admissibility gating against published policy, lineage recording, and cascade-deactivation with rollback, sits one layer up. Spatial Adaptation provides that layer in a form that keeps Anthropic and server or skill authors in their existing roles while giving cross-authority operators the structural, reversible record their regulators are beginning to require.
Enablement and Embodiments
A skilled implementer can build this layer with existing components. The adaptation artifact is a byte-structured object binding artifact content to an authority credential through a cryptographic integrity attestation; the attestation may be produced under a digital-signature algorithm, a threshold-signature algorithm, a zero-knowledge attestation, a post-quantum attestation, or any equivalent primitive carrying the governance-chain properties. Artifact content is technique-agnostic: parameter-efficient fine-tuning modules (including low-rank adaptation, bottleneck adapters, prefix- and prompt-tuning), full-fine-tuning differentials, prompt-adaptation templates and few-shot sets, retrieval-augmented-generation indices, expert-routing tables, in-context-learning configurations, knowledge-distillation artifacts, multimodal-adaptation artifacts, symbolic-reasoning-rule artifacts, hybrids of these, and future forms that carry the same governance-chain semantics.
Sandbox pre-activation is realized by instantiating a sandboxed copy of the operational substrate, applying the candidate artifact, and running a behavior evaluator that emits a lineage-recorded certification record; embodiments include local per-consumer evaluation, pre-certification by a credentialed certification authority, and escalation to a deeper second-tier evaluation on elevated uncertainty. Composition embodiments include simultaneous, hot-swapping, merged, hierarchical with declared dependencies, contextual, and ensemble composition, each re-evaluated through the composite admissibility evaluator. Lifecycle embodiments include soft, hard, security-driven, and regulatory-driven deprecation, dependency-driven cascade-deactivation, and rollback to a prior version on post-activation policy violation. The substrate is model-agnostic, technique-agnostic, and medium-agnostic, and it composes with MCP or with any other capability-exposure protocol without protocol modification.
Disclosure Scope
This article is a public technical disclosure of subject matter built on the Spatial Adaptation inventive step, disclosed in U.S. Provisional Application No. 64/049,409. The mechanisms attributed to the invention, including the signed adaptation artifact, sandbox pre-activation and certification, composite admissibility evaluation, lineage recording, cascade-deactivation, and rollback, are disclosed in that application. References to Anthropic Claude, the Model Context Protocol, the Claude Agent SDK, Anthropic Agent Skills, and to any regulatory regime are external context provided to situate the comparison; they are descriptions of third-party products and market conditions and are not claims of U.S. Provisional Application No. 64/049,409. Product names belong to their respective owners and are used only for accurate, nominative comparison. Where an embodiment or figure is cited, it is disclosed as one embodiment among the variations enumerated in the application, and not as a limitation on scope.