Talandor
Rapport de connecteur

AINumbers Fintech Intelligence Suite

https://mcp.ainumbers.co/mcp

Registre officiel

Registre officiel · co.ainumbers/tools · Espace de l’éditeur : co.ainumbers

Serveur vérifié aujourd’hui à 22:08 UTC

Catalogue vérifié aujourd’hui à 02:11 UTC

722 outils publics observés. Outils non exécutés.

Serveur accessible · catalogue public lisible

Qu’a observé Talandor ?

Le serveur a répondu

Ajoutez l’adresse à votre assistant à l’aide de la configuration ci-dessous. Un Watch peut vous prévenir si ce catalogue public change.

Contrôle public du protocole et de tools/list, pas une validation fonctionnelle.

https://mcp.ainumbers.co/mcp
DisponibilitéServeur accessiblemesuré
Outils722 outils publics observésmesuré
Test de l’assistantNon testé par Talandorinconnu

Configurer votre assistant · Détails du contrôle

Configuration pour votre assistant

Talandor contrôle le serveur ; il ne le connecte pas à votre assistant.

Choisissez votre assistant, puis copiez la configuration affichée. L’authentification se fait chez le fournisseur du connecteur, jamais dans Talandor.

    Ouvrir le guide officiel (nouvel onglet)
    Détails du contrôle

    Ce qui a changé

    Public contract stable since
    Last check · No semantic contract change since the previous complete snapshot.
    Info

    Cette frise publique montre le dernier contrôle, les 24 dernières heures et le dernier changement important. Watch conserverait 30 jours.

    Voir les changements précédents
    compute_regulatory_obligations_register was added
    Historical change · info · high confidence · compute_regulatory_obligations_register · Rule: tool-added
    Info
    find_tool changed its title or description
    Historical change · info · high confidence · find_tool · Rule: documentation-changed
    Info

    Les notes ci-dessus concernent ce connecteur.

    Contenu fourni par le serveur. Les noms, descriptions et schémas ci-dessous sont copiés du serveur MCP. Ils peuvent être dans une autre langue. Talandor ne les traduit pas et ne les vérifie pas.
    Outils et exposition déclarée

    Les annotations du serveur sont des déclarations, pas un comportement vérifié.

    Afficher 79 définitions d’outils fournies par le serveur sur 722
    acdc_said_check
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Recompute ACDC / vLEI credential SAIDs (structural integrity)
    Description du serveur (copiée ; langue non vérifiée)
    Agent-facing mirror of the tools/553 browser workbench (VS-1) -- recomputes the self-addressing identifiers (SAIDs) of a pasted ACDC / vLEI credential JSON (top-level "d" plus any nested a/e/r blocks) under the KERI/CESR Blake3-256 ("E") or SHA2-256 ("I") derivation codes, and cross-checks the declared schema SAID ("s") against a pinned table of 6 official GLEIF vLEI schema SAIDs. Reuses the SAME vendored SAID-check module as T553 -- the same credential produces byte-identical findings in either surface. Returns per-field match/mismatch/unsupported/unknown findings plus a receipt. This is a STRUCTURAL check only -- NOT the KERI chain of trust, NOT issuer authority, NOT revocation state. No network egress.
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "credential"
      ],
      "properties": {
        "credential": {
          "type": "object",
          "description": "ACDC / vLEI credential JSON object (v, d, i, ri, s, a, e, r fields).",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    adjudicate_emir_reconciliation
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    EMIR Trade-Repository Reconciliation Adjudicator
    Description du serveur (copiée ; langue non vérifiée)
    EMIR Trade-Repository Reconciliation Adjudicator: OpenChainGraph compute node (attestation_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Output feeds: art-483-emir-break-ageing. Open at: https://ainumbers.co/chaingraph/art-482-emir-recon-adjudicator.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("adjudicate_emir_reconciliation").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    age_emir_reconciliation_breaks
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    EMIR Reconciliation Break Ageing
    Description du serveur (copiée ; langue non vérifiée)
    EMIR Reconciliation Break Ageing: OpenChainGraph compute node (attestation_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-482-emir-recon-adjudicator. Open at: https://ainumbers.co/chaingraph/art-483-emir-break-ageing.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("age_emir_reconciliation_breaks").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    agentic_mandate_sandbox
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Agentic Mandate Sandbox
    Description du serveur (copiée ; langue non vérifiée)
    Simulate agent payment policies for tokenized A2A corridors: set spend caps, MCC allowlists, velocity throttles, and approval thresholds; run synthetic transactions against the policy and export the result as a Policy Mandate. Browser-based, client-side only, zero PII. Renders the interactive AINumbers tool as a widget; inputs are applied via the AIN Bridge and the tool runs client-side (zero PII, zero network). Output schema: call describe_tool("agentic_mandate_sandbox").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "inputs": {
          "type": "object",
          "description": "Map of tool input element IDs to values (see manifest input_schema). Applied via AIN Bridge prefill.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    aggregate_cbam_precursor_emissions
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    CBAM Precursor-Emissions Aggregator
    Description du serveur (copiée ; langue non vérifiée)
    CBAM Precursor-Emissions Aggregator: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-68-carbon-compliance-fit-diagnostic. Output feeds: art-69-cbam-embedded-emissions-calculator, cry-04-merkle-batch-verifier. Open at: https://ainumbers.co/chaingraph/art-72-cbam-precursor-emissions-aggregator.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("aggregate_cbam_precursor_emissions").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    aggregate_execution_receipts
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Agent-Action Audit-Trail Aggregator
    Description du serveur (copiée ; langue non vérifiée)
    Agent-Action Audit-Trail Aggregator: OpenChainGraph compute node (cryptographic_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-30-agent-commerce-conformance-validator, art-31-a2a-x402-extension-mandate-validator, art-33-mcp-server-self-attestation-pack, cry-04-merkle-batch-verifier. Output feeds: ptg-01-ap2-prompt-template-generator. Open at: https://ainumbers.co/chaingraph/cry-05-agent-action-audit-trail-aggregator.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("aggregate_execution_receipts").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    aggregate_ownership_50pct
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Ownership 50%-Rule Aggregator
    Description du serveur (copiée ; langue non vérifiée)
    Ownership 50%-Rule Aggregator: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-90-sanctions-screening-fit-diagnostic. Output feeds: art-92-screening-list-coverage-checker, cry-05-agent-action-audit-trail-aggregator. Open at: https://ainumbers.co/chaingraph/art-91-ownership-50pct-aggregator.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("aggregate_ownership_50pct").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    aggregate_reputation_score
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Provable Reputation Score Aggregator
    Description du serveur (copiée ; langue non vérifiée)
    Provable Reputation Score Aggregator: OpenChainGraph compute node (attestation_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Open at: https://ainumbers.co/chaingraph/art-278-reputation-score-aggregator.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("aggregate_reputation_score").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    aggregate_solvency2_scr_modules
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Solvency II SCR Standard-Formula Module Aggregator
    Description du serveur (copiée ; langue non vérifiée)
    Solvency II SCR Standard-Formula Module Aggregator: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Output feeds: art-180-solvency2-scr-ratio-calculator. Open at: https://ainumbers.co/chaingraph/art-449-solvency2-scr-module-aggregator.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("aggregate_solvency2_scr_modules").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    aggregate_summa_mst_liabilities
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Summa MST Liability Aggregator
    Description du serveur (copiée ; langue non vérifiée)
    Summa MST Liability Aggregator: OpenChainGraph compute node (cryptographic_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Output feeds: art-620-summa-mst-inclusion-checker. Open at: https://ainumbers.co/chaingraph/art-621-summa-mst-liability-aggregator.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched.
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    aggregate_taxonomy_kpi_gar
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Taxonomy KPI & Green Asset Ratio Aggregator
    Description du serveur (copiée ; langue non vérifiée)
    Taxonomy KPI & Green Asset Ratio Aggregator: OpenChainGraph compute node (model_governance). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-73-taxonomy-alignment-scorer. Output feeds: cry-05-agent-action-audit-trail-aggregator. Open at: https://ainumbers.co/chaingraph/art-74-taxonomy-kpi-gar-aggregator.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("aggregate_taxonomy_kpi_gar").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    allocate_ihb_interest
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    IHB Interest Allocation
    Description du serveur (copiée ; langue non vérifiée)
    IHB Interest Allocation: OpenChainGraph compute node (analytics_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-259-compute-multilateral-netting, art-262-validate-ebam-acmt-flow. Open at: https://ainumbers.co/chaingraph/art-260-allocate-ihb-interest.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("allocate_ihb_interest").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    amortize_asc606_commissions
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    ASC 340-40 Commission Amortization
    Description du serveur (copiée ; langue non vérifiée)
    ASC 340-40 Commission Amortization: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-266-reconcile-commission-statement. Open at: https://ainumbers.co/chaingraph/art-265-amortize-asc606-commissions.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("amortize_asc606_commissions").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    analyze_dc_vs_lc_cost_benefit
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Documentary Collection vs Letter of Credit Cost-Benefit
    Description du serveur (copiée ; langue non vérifiée)
    Documentary Collection vs Letter of Credit Cost-Benefit: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Open at: https://ainumbers.co/chaingraph/art-478-analyze-dc-vs-lc-cost-benefit.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("analyze_dc_vs_lc_cost_benefit").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    analyze_prediction_market
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Prediction Market Analyzer
    Description du serveur (copiée ; langue non vérifiée)
    Prediction Market Analyzer: OpenChainGraph compute node (event_market_pnl). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Output feeds: art-212-prediction-market-arbitrage. Open at: https://ainumbers.co/chaingraph/art-211-prediction-market-analyzer.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("analyze_prediction_market").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    anchor_document_integrity
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Document Integrity & eIDAS Electronic Timestamp Anchor
    Description du serveur (copiée ; langue non vérifiée)
    Document Integrity & eIDAS Electronic Timestamp Anchor: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Output feeds: art-122-timestamp-attestation-verifier. Open at: https://ainumbers.co/chaingraph/art-121-document-integrity-anchor.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("anchor_document_integrity").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    anchor_stamp
    Annotation présente ; effet non classé
    Afficher les détails fournis par le serveur
    Anchor an execution_hash (or batch) at a real timestamp authority
    Description du serveur (copiée ; langue non vérifiée)
    Calls the anchor-suite MCP server (server-to-server, not the browser CORS-gated relay) to timestamp one execution_hash, or batch-anchor an array via anchor-suite's own anchor_batch (one upstream call per batch, RFC 6962 Merkle root anchored, per-hash merkle_inclusion returned), and shapes the result as literal OCG v0.7 section 20 anchor_bindings entries ready to append to an artifact. Success is only reported after this tool independently confirms anchored_hash (or, for a batch entry, merkle_inclusion.leaf) equals the caller-supplied hash -- it does not merely trust anchor-suite's response. On ANY failure -- anchor-suite unreachable, erroring, timing out, or an equality mismatch -- returns {ok:false, unanchored:true, reason} verbatim, never a fabricated binding. Caller-invoked only; not wired into any automatic per-artifact-emission path.
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "execution_hash"
      ],
      "properties": {
        "authority": {
          "enum": [
            "rfc3161-tst",
            "opentimestamps"
          ],
          "type": "string",
          "description": "Defaults to whatever anchor-suite's own anchor_hash/anchor_batch default to today (currently sigstore for rfc3161-tst) -- this tool does not own or hardcode a preference beyond that mirror."
        },
        "execution_hash": {
          "anyOf": [
            {
              "type": "string",
              "description": "A single sha256:... execution_hash to anchor."
            },
            {
              "type": "array",
              "items": {
                "type": "string"
              },
              "minItems": 2,
              "description": "2+ execution_hash values to batch-anchor in one upstream call (anchor_batch)."
            }
          ],
          "description": "The execution_hash(es) to anchor."
        }
      }
    }
    ap2_aml_mandate_builder
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    AP2 AML Mandate Builder
    Description du serveur (copiée ; langue non vérifiée)
    Anchor agentic tool for Cat-12. Translate AML/BSA program controls, TM rules, and customer risk policy into a structured Policy Mandate JSON for agentic payment sy Browser-based, client-side only. Zero PII. Link users to https://ainumbers.co/tools/131-ap2-aml-mandate-builder.html for interactive use. Renders the interactive AINumbers tool as a widget; inputs are applied via the AIN Bridge and the tool runs client-side (zero PII, zero network). Output schema: call describe_tool("ap2_aml_mandate_builder").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "inputs": {
          "type": "object",
          "description": "Map of tool input element IDs to values (see manifest input_schema). Applied via AIN Bridge prefill.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    apply_climate_scenario
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Climate Scenario Applicator (NGFS / Fit-for-55)
    Description du serveur (copiée ; langue non vérifiée)
    Climate Scenario Applicator (NGFS / Fit-for-55): OpenChainGraph compute node (model_governance). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-68-carbon-compliance-fit-diagnostic, art-71-cbam-certificate-cost-engine. Output feeds: cry-05-agent-action-audit-trail-aggregator. Open at: https://ainumbers.co/chaingraph/art-76-climate-scenario-applicator.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("apply_climate_scenario").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    assemble_ai_addendum
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    AI Addendum Assembler
    Description du serveur (copiée ; langue non vérifiée)
    AI Addendum Assembler: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-412-ai-act-procurement-clause-mapper. Output feeds: art-409-dpa-art28-completeness-checker. Open at: https://ainumbers.co/chaingraph/art-411-ai-addendum-assembler.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("assemble_ai_addendum").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    assemble_aiuc1_evidence_pack
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    AIUC-1 Evidence Pack Assembler
    Description du serveur (copiée ; langue non vérifiée)
    AIUC-1 Evidence Pack Assembler: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-303-aiuc1-control-evidence-linter, cry-05-agent-action-audit-trail-aggregator. Output feeds: art-305-aiuc1-evidence-freshness-lint. Open at: https://ainumbers.co/chaingraph/art-304-aiuc1-evidence-pack-assembler.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("assemble_aiuc1_evidence_pack").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    assemble_license_terms
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    License Terms Assembler
    Description du serveur (copiée ; langue non vérifiée)
    License Terms Assembler: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-204-license-compatibility-checker. Output feeds: art-206-rights-record-builder. Open at: https://ainumbers.co/chaingraph/art-205-license-terms-assembler.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("assemble_license_terms").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    assemble_mutual_nda
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Mutual NDA Composer
    Description du serveur (copiée ; langue non vérifiée)
    Mutual NDA Composer: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Output feeds: art-277-agreement-acceptance-binder. Open at: https://ainumbers.co/chaingraph/art-276-mutual-nda-composer.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("assemble_mutual_nda").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    assemble_ocg_evidence_bundle
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Evidence Bundle Tier Labeler
    Description du serveur (copiée ; langue non vérifiée)
    Evidence Bundle Tier Labeler: OpenChainGraph compute node (attestation_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Open at: https://ainumbers.co/chaingraph/art-408-evidence-bundle-tier-labeler.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("assemble_ocg_evidence_bundle").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    assess_agent_directory_publish_readiness
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Agent Directory Publish Readiness Diagnostic
    Description du serveur (copiée ; langue non vérifiée)
    Agent Directory Publish Readiness Diagnostic: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-133-agent-payment-rail-trust-crosswalk. Open at: https://ainumbers.co/chaingraph/art-134-agent-directory-publish-readiness.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched.
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    assess_ai_act_conformity
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    EU AI Act Credit-Scoring Conformity Pack
    Description du serveur (copiée ; langue non vérifiée)
    EU AI Act Credit-Scoring Conformity Pack: OpenChainGraph compute node (model_governance). Regulatory deadline: 2027-12-02 (EU AI Act Annex III Part 5(b) — credit-scoring high-risk obligations fully apply 2 December 2027, per the Digital Omnibus amendments (Parliament final approval, June 2026)). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Output feeds: ml-01-isolation-forest, ptg-01-ap2-prompt-template-generator. Open at: https://ainumbers.co/chaingraph/art-05-eu-ai-act-credit-scoring-conformity.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched.
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    assess_circumvention_diligence
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Circumvention Diligence Assessor
    Description du serveur (copiée ; langue non vérifiée)
    Circumvention Diligence Assessor: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-94-eccn-dual-use-classifier. Output feeds: art-96-no-russia-clause-pack-builder, cry-04-merkle-batch-verifier. Open at: https://ainumbers.co/chaingraph/art-95-circumvention-diligence-assessor.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("assess_circumvention_diligence").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    assess_cra_vuln_reporting_readiness
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    CRA Vulnerability Reporting Readiness (Art. 14)
    Description du serveur (copiée ; langue non vérifiée)
    CRA Vulnerability Reporting Readiness (Art. 14): OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-139-cra-annex1-completeness-checker. Open at: https://ainumbers.co/chaingraph/art-140-cra-vuln-reporting-readiness.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("assess_cra_vuln_reporting_readiness").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    assess_defi_lending
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    DeFi Lending Health and Liquidation Monitor
    Description du serveur (copiée ; langue non vérifiée)
    DeFi Lending Health and Liquidation Monitor: OpenChainGraph compute node (analytics_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Open at: https://ainumbers.co/chaingraph/art-271-defi-lending-health.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("assess_defi_lending").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    assess_exam_readiness_pack
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Examination Readiness Pack
    Description du serveur (copiée ; langue non vérifiée)
    Examination Readiness Pack: OpenChainGraph compute node (compliance_control). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Open at: https://ainumbers.co/chaingraph/art-670-examination-readiness-pack.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("assess_exam_readiness_pack").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    assess_iso42001_aims_conformance
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    ISO 42001 AIMS Clause Conformance
    Description du serveur (copiée ; langue non vérifiée)
    ISO 42001 AIMS Clause Conformance: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Output feeds: art-172-ai-risk-impact-assessment-validator. Open at: https://ainumbers.co/chaingraph/art-171-iso42001-aims-clause-conformance.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("assess_iso42001_aims_conformance").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    assess_mar_crypto_surveillance
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    MAR-Crypto Surveillance-Readiness Assessor
    Description du serveur (copiée ; langue non vérifiée)
    MAR-Crypto Surveillance-Readiness Assessor: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-98-mica-casp-fit-diagnostic. Output feeds: cry-05-agent-action-audit-trail-aggregator. Open at: https://ainumbers.co/chaingraph/art-103-mar-crypto-surveillance-readiness.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("assess_mar_crypto_surveillance").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    assess_mica_casp_readiness
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    CASP Authorization-Readiness Assessor
    Description du serveur (copiée ; langue non vérifiée)
    CASP Authorization-Readiness Assessor: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-98-mica-casp-fit-diagnostic, art-99-mica-transitional-deadline-router. Output feeds: art-101-mica-art67-own-funds-calculator, cry-05-agent-action-audit-trail-aggregator. Open at: https://ainumbers.co/chaingraph/art-100-mica-casp-authorization-readiness.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("assess_mica_casp_readiness").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    assess_model_validation_status
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Model Validation Status Assessor
    Description du serveur (copiée ; langue non vérifiée)
    Model Validation Status Assessor: OpenChainGraph compute node (compliance_control). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-451-model-outcome-analysis. Open at: https://ainumbers.co/chaingraph/art-453-model-validation-status.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("assess_model_validation_status").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    assess_naic_ais_program_readiness
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    NAIC AI Systems Program Readiness Assessment
    Description du serveur (copiée ; langue non vérifiée)
    NAIC AI Systems Program Readiness Assessment: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-239-test-bifsg-bias-thresholds. Open at: https://ainumbers.co/chaingraph/art-240-assess-naic-ais-program-readiness.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched.
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    assess_psd3_readiness
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    PSD3 / PSR Readiness Checker
    Description du serveur (copiée ; langue non vérifiée)
    PSD3 / PSR Readiness Checker: OpenChainGraph compute node (compliance_mandate). Regulatory deadline: 2027-06-01 (EU PSD3 expected transposition ~2027; UK PSR enacted 2024 (APP reimbursement Oct 2024 already live)). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Output feeds: art-04-agent-identity-attestation-checker, ptg-01-ap2-prompt-template-generator. Open at: https://ainumbers.co/chaingraph/art-14-psd3-psr-readiness-checker.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("assess_psd3_readiness").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    assess_restaking_risk
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Restaking Delegation and Slashing Risk Analyzer
    Description du serveur (copiée ; langue non vérifiée)
    Restaking Delegation and Slashing Risk Analyzer: OpenChainGraph compute node (analytics_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Open at: https://ainumbers.co/chaingraph/art-272-restaking-risk.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("assess_restaking_risk").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    assess_suspect_product_status
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    DSCSA Suspect/Illegitimate Product Quarantine Assessor
    Description du serveur (copiée ; langue non vérifiée)
    DSCSA Suspect/Illegitimate Product Quarantine Assessor: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-113-saleable-returns-verifier. Open at: https://ainumbers.co/chaingraph/art-114-suspect-product-quarantine.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("assess_suspect_product_status").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    assess_traiga_exposure
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    TRAIGA Exposure Assessor
    Description du serveur (copiée ; langue non vérifiée)
    TRAIGA Exposure Assessor: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Output feeds: art-314-traiga-safe-harbor-pack-builder. Open at: https://ainumbers.co/chaingraph/art-313-traiga-exposure-assessor.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("assess_traiga_exposure").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    assess_vida_drr_reporting_obligation
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    ViDA DRR Transaction Reporter
    Description du serveur (copiée ; langue non vérifiée)
    ViDA DRR Transaction Reporter: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-159-vida-einvoice-en16931-conformance-validator. Output feeds: art-161-vida-recapitulative-statement-migration-assessor. Open at: https://ainumbers.co/chaingraph/art-160-vida-drr-transaction-reporter.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched.
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    assess_vida_recapitulative_migration
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    ViDA Recapitulative Statement Migration Assessor
    Description du serveur (copiée ; langue non vérifiée)
    ViDA Recapitulative Statement Migration Assessor: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-160-vida-drr-transaction-reporter. Open at: https://ainumbers.co/chaingraph/art-161-vida-recapitulative-statement-migration-assessor.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched.
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    attest_bulk_disbursement_integrity
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Bulk Disbursement Integrity
    Description du serveur (copiée ; langue non vérifiée)
    Bulk Disbursement Integrity: OpenChainGraph compute node (attestation_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Open at: https://ainumbers.co/chaingraph/art-518-bulk-disbursement-integrity.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("attest_bulk_disbursement_integrity").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    attest_calc_agent_independence
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Calculation-Agent Independence Attestation
    Description du serveur (copiée ; langue non vérifiée)
    Calculation-Agent Independence Attestation: OpenChainGraph compute node (attestation_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Open at: https://ainumbers.co/chaingraph/art-559-attest-calc-agent-independence.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("attest_calc_agent_independence").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    attest_daily_reconciliation
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Daily Reconciliation Attestation
    Description du serveur (copiée ; langue non vérifiée)
    Daily Reconciliation Attestation: OpenChainGraph compute node (attestation_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Open at: https://ainumbers.co/chaingraph/art-516-daily-reconciliation-attestation.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched.
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    attest_margin_call_lifecycle
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Member Margin Call Lifecycle
    Description du serveur (copiée ; langue non vérifiée)
    Member Margin Call Lifecycle: OpenChainGraph compute node (attestation_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Open at: https://ainumbers.co/chaingraph/art-531-member-margin-call-lifecycle.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched.
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    audit_acp_ucp_product_feed
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    ACP/UCP Product-Feed Conformance Auditor
    Description du serveur (copiée ; langue non vérifiée)
    ACP/UCP Product-Feed Conformance Auditor: OpenChainGraph compute node (scheme_rule). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-19-agentic-checkout-protocol-selector. Output feeds: art-21-agent-traffic-acceptance-policy-builder, ptg-01-ap2-prompt-template-generator. Open at: https://ainumbers.co/chaingraph/art-20-acp-ucp-product-feed-conformance-auditor.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("audit_acp_ucp_product_feed").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    audit_agent_key_rotation
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Agent Key Rotation Auditor
    Description du serveur (copiée ; langue non vérifiée)
    Agent Key Rotation Auditor: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Output feeds: art-133-agent-payment-rail-trust-crosswalk. Open at: https://ainumbers.co/chaingraph/art-132-agent-key-rotation-auditor.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched.
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    audit_mcp_oauth
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    MCP OAuth 2.1 Authorization Auditor
    Description du serveur (copiée ; langue non vérifiée)
    Audit MCP OAuth 2.1 authorization: validate RFC 9728 protected-resource-metadata, check RFC 8707 audience binding, and assess token-passthrough / confused-deputy risk. Use when a developer is securing an MCP server's authorization. Renders the interactive AINumbers tool as a widget; inputs are applied via the AIN Bridge and the tool runs client-side (zero PII, zero network). Output schema: call describe_tool("audit_mcp_oauth").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "inputs": {
          "type": "object",
          "description": "Map of tool input element IDs to values (see manifest input_schema). Applied via AIN Bridge prefill.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    audit_mcp_tool_scope_revocation
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    MCP Tool Scope & Revocation Auditor
    Description du serveur (copiée ; langue non vérifiée)
    MCP Tool Scope & Revocation Auditor: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Output feeds: art-151-agent-obo-mandate-validator. Open at: https://ainumbers.co/chaingraph/art-150-mcp-tool-scope-revocation-auditor.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("audit_mcp_tool_scope_revocation").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    baas_provider_comparator
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    BaaS Provider Comparator
    Description du serveur (copiée ; langue non vérifiée)
    Score and compare BaaS providers across 10 capability dimensions (regulatory standing, programme management, card issuance, rails, KYC/KYB, disputes, developer experience, pricing, FDIC pass-through, compliance tooling) with a user-adjustable 1-5 weighting matrix. Outputs a weighted comparison matrix and Markdown evaluation memo. Browser-based, client-side only, zero PII. Renders the interactive AINumbers tool as a widget; inputs are applied via the AIN Bridge and the tool runs client-side (zero PII, zero network). Output schema: call describe_tool("baas_provider_comparator").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "inputs": {
          "type": "object",
          "description": "Map of tool input element IDs to values (see manifest input_schema). Applied via AIN Bridge prefill.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    benchmark_tp_interquartile_range
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Transfer-Pricing Interquartile Range Benchmark
    Description du serveur (copiée ; langue non vérifiée)
    Transfer-Pricing Interquartile Range Benchmark: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-472-cbcr-builder. Open at: https://ainumbers.co/chaingraph/art-473-interquartile-benchmark.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("benchmark_tp_interquartile_range").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    bind_agreement_acceptance
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Agreement Acceptance Binder
    Description du serveur (copiée ; langue non vérifiée)
    Agreement Acceptance Binder: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-276-mutual-nda-composer. Open at: https://ainumbers.co/chaingraph/art-277-agreement-acceptance-binder.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("bind_agreement_acceptance").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    bind_attested_subject
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Attested Artifact Subject Binder
    Description du serveur (copiée ; langue non vérifiée)
    Attested Artifact Subject Binder: OpenChainGraph compute node (compliance_control). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Open at: https://ainumbers.co/chaingraph/art-502-bind-attested-subject.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("bind_attested_subject").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    build_226j_response_evidence_pack
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    226J Response Evidence Pack Builder
    Description du serveur (copiée ; langue non vérifiée)
    226J Response Evidence Pack Builder: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-299-aca-esrp-exposure. Open at: https://ainumbers.co/chaingraph/art-300-aca-226j-response-evidence-pack.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("build_226j_response_evidence_pack").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    build_adverse_action_notice
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Build Adverse Action Notice
    Description du serveur (copiée ; langue non vérifiée)
    Build Adverse Action Notice: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Output feeds: art-227-validate-adverse-action-notice. Open at: https://ainumbers.co/chaingraph/art-228-build-adverse-action-notice.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("build_adverse_action_notice").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    build_agent_incident_record
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Agent Incident Record Composer
    Description du serveur (copiée ; langue non vérifiée)
    Agent Incident Record Composer: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Open at: https://ainumbers.co/chaingraph/art-379-agent-incident-record-composer.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("build_agent_incident_record").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    build_agent_test_evidence
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Quarterly Agent Test Evidence Composer
    Description du serveur (copiée ; langue non vérifiée)
    Quarterly Agent Test Evidence Composer: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Open at: https://ainumbers.co/chaingraph/art-378-quarterly-test-evidence-composer.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("build_agent_test_evidence").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    build_agent_traffic_policy
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Agent-Traffic Acceptance Policy Builder
    Description du serveur (copiée ; langue non vérifiée)
    Agent-Traffic Acceptance Policy Builder: OpenChainGraph compute node (agent_guardrail_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-20-acp-ucp-product-feed-conformance-auditor. Output feeds: ptg-01-ap2-prompt-template-generator. Open at: https://ainumbers.co/chaingraph/art-21-agent-traffic-acceptance-policy-builder.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("build_agent_traffic_policy").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    build_ai_conformity_pack
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    AI Act Conformity Pack Builder
    Description du serveur (copiée ; langue non vérifiée)
    AI Act Conformity Pack Builder: OpenChainGraph compute node (model_governance). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-64-ai-act-highrisk-fit-diagnostic. Output feeds: 333-eu-ai-act-article9-risk-mgmt-builder, art-05-eu-ai-act-credit-scoring-conformity, cry-04-merkle-batch-verifier. Open at: https://ainumbers.co/chaingraph/art-65-ai-conformity-pack-builder.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("build_ai_conformity_pack").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    build_ai_decision_log_record
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    AI Decision Log Record Builder (EU AI Act Art 12)
    Description du serveur (copiée ; langue non vérifiée)
    AI Decision Log Record Builder (EU AI Act Art 12): OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Output feeds: art-237-validate-agent-audit-trail, art-238-classify-annex3-decisioning-obligations. Open at: https://ainumbers.co/chaingraph/art-236-build-ai-decision-log-record.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("build_ai_decision_log_record").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    build_ai_training_data_lineage_record
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    AI Training-Data Lineage Record
    Description du serveur (copiée ; langue non vérifiée)
    AI Training-Data Lineage Record: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Open at: https://ainumbers.co/chaingraph/art-452-build-ai-training-data-lineage-record.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("build_ai_training_data_lineage_record").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    build_ai_workpaper_record
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    AI-Tool-Usage Workpaper Record
    Description du serveur (copiée ; langue non vérifiée)
    AI-Tool-Usage Workpaper Record: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Open at: https://ainumbers.co/chaingraph/art-380-build-ai-workpaper-record.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("build_ai_workpaper_record").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    build_allocation_decision_receipt
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Build Allocation Decision Receipt
    Description du serveur (copiée ; langue non vérifiée)
    Build Allocation Decision Receipt: OpenChainGraph compute node (attestation_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Open at: https://ainumbers.co/chaingraph/art-515-build-allocation-decision-receipt.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("build_allocation_decision_receipt").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    build_amortization_schedule
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Amortization Schedule Builder
    Description du serveur (copiée ; langue non vérifiée)
    Amortization Schedule Builder: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Output feeds: art-215-reg-z-appendix-j-apr. Open at: https://ainumbers.co/chaingraph/art-332-build-amortization-schedule.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("build_amortization_schedule").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    build_ap2_cartmandate_hashchain
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    AP2 CartMandate Hash-Chain Builder
    Description du serveur (copiée ; langue non vérifiée)
    AP2 CartMandate Hash-Chain Builder: OpenChainGraph compute node (payment_policy). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Output feeds: art-596-ap2-x402-cart-correlation. Open at: https://ainumbers.co/chaingraph/art-595-ap2-cartmandate-hashchain-builder.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("build_ap2_cartmandate_hashchain").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    build_art5_diligence_evidence
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Article 5 Due Diligence Evidence Record
    Description du serveur (copiée ; langue non vérifiée)
    Article 5 Due Diligence Evidence Record: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-509-recompute-payment-waterfall. Open at: https://ainumbers.co/chaingraph/art-510-build-art5-diligence-evidence.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("build_art5_diligence_evidence").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    build_cbcr_report
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    OECD Country-by-Country Report Builder
    Description du serveur (copiée ; langue non vérifiée)
    OECD Country-by-Country Report Builder: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Output feeds: art-473-interquartile-benchmark. Open at: https://ainumbers.co/chaingraph/art-472-cbcr-builder.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("build_cbcr_report").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    build_chaingraph
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Build an executable ChainGraph DAG
    Description du serveur (copiée ; langue non vérifiée)
    Hash-aware sibling of build_workflow_links (ChainGraph Standard v0.1 §8.1). Returns an ordered, executable DAG over the ChainGraph suite's verifiable tools, with explicit parent_hash wiring: which upstream execution_hash each step must cite in its chain block. Pass target_tool_id to build the chain that produces that node (walks consumes-edges back to roots), or tool_ids for an explicit ordered list, or neither to list available ChainGraph nodes. Agent loop: run a node, capture its execution_hash, pass it as the parent_hash for each downstream node, then verify with verify_execution_hash.
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Explicit ordered list of ChainGraph node tool_ids to wire."
        },
        "target_tool_id": {
          "type": "string",
          "description": "A ChainGraph node tool_id (e.g. \"art-15-agent-commerce-conformance\"). Builds the chain that produces it."
        }
      }
    }
    build_claim_dispute_bundle
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Claim Dispute Bundle Builder
    Description du serveur (copiée ; langue non vérifiée)
    Claim Dispute Bundle Builder: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-306-agent-insurability-evidence-scorer. Open at: https://ainumbers.co/chaingraph/art-307-claim-dispute-bundle-builder.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("build_claim_dispute_bundle").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    build_conditional_relief_collateral_receipt
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Conditional-Relief Collateral Receipt
    Description du serveur (copiée ; langue non vérifiée)
    Conditional-Relief Collateral Receipt: OpenChainGraph compute node (compliance_control). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Open at: https://ainumbers.co/chaingraph/art-514-conditional-relief-collateral-receipt.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("build_conditional_relief_collateral_receipt").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    build_conversion_receipt
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Conversion Receipt Builder
    Description du serveur (copiée ; langue non vérifiée)
    Conversion Receipt Builder: OpenChainGraph compute node (cryptographic_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Output feeds: art-192-conversion-receipt-verifier. Open at: https://ainumbers.co/chaingraph/art-191-conversion-receipt-builder.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("build_conversion_receipt").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    build_digest_manifest
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Digest Manifest Builder
    Description du serveur (copiée ; langue non vérifiée)
    Digest Manifest Builder: OpenChainGraph compute node (cryptographic_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Output feeds: art-191-conversion-receipt-builder. Open at: https://ainumbers.co/chaingraph/art-194-digest-manifest-builder.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("build_digest_manifest").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    build_disclosure_manifest
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Build a signed data-room disclosure manifest
    Description du serveur (copiée ; langue non vérifiée)
    Builds a Merkle-rooted disclosure manifest from a caller-supplied digest list (DATAROOM-1-BUILD-SPEC.md §DR-4) -- the agent hashes files itself and passes {path,size,digest,content_type} entries; the worker never sees file contents. Same leaf scheme as tools/546-disclosure-manifest-builder.html: sha256(path|digest|size), duplicate-last-leaf on an odd level. Entries are sorted by path before hashing so the root is order-independent. Returns the manifest object + merkle_root; sign and anchor it client-side (or via a separate §16 signing step) if a signed artifact is required.
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "entries"
      ],
      "properties": {
        "entries": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "digest",
              "path",
              "size"
            ],
            "properties": {
              "path": {
                "type": "string"
              },
              "size": {
                "type": "number"
              },
              "digest": {
                "type": "string",
                "description": "sha256:-prefixed digest of the file, computed by the caller."
              },
              "content_type": {
                "type": "string"
              }
            }
          },
          "description": "List of {path,size,digest,content_type} -- the caller has already hashed each file."
        },
        "room_label": {
          "type": "string",
          "description": "Label for the disclosure room."
        }
      }
    }
    build_dora_roi_register
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    DORA Register of Information (RoI) Builder & Cross-Validator
    Description du serveur (copiée ; langue non vérifiée)
    DORA Register of Information (RoI) Builder & Cross-Validator: OpenChainGraph compute node (compliance_mandate). Regulatory deadline: 2027-01-31 (DORA RoI annual submission cycle, Q1 (2nd cycle completed Q1 2026; next cycle Q1 2027).). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Open at: https://ainumbers.co/chaingraph/art-466-dora-roi-builder.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("build_dora_roi_register").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    build_dual_control_certification
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    Dual Control Certification Evidence
    Description du serveur (copiée ; langue non vérifiée)
    Dual Control Certification Evidence: OpenChainGraph compute node (compliance_control). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Open at: https://ainumbers.co/chaingraph/art-503-build-dual-control-certification.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("build_dual_control_certification").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    build_einvoice_transmission_receipt
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    E-Invoice Transmission Receipt Builder
    Description du serveur (copiée ; langue non vérifiée)
    E-Invoice Transmission Receipt Builder: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-295-einvoice-jurisdiction-mandate-router. Open at: https://ainumbers.co/chaingraph/art-296-einvoice-transmission-receipt-builder.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("build_einvoice_transmission_receipt").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    build_etr_possession_chain
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    ETR Possession-Chain Receipt Builder
    Description du serveur (copiée ; langue non vérifiée)
    ETR Possession-Chain Receipt Builder: OpenChainGraph compute node (cryptographic_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-352-etr-control-evidence-checker. Open at: https://ainumbers.co/chaingraph/art-353-etr-possession-chain-builder.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("build_etr_possession_chain").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    build_evidence_pack
    Annotation présente ; effet non classé
    Afficher les détails fournis par le serveur
    Assemble a complete evidence pack in one call
    Description du serveur (copiée ; langue non vérifiée)
    Composes a session receipt (build_session_receipt logic), an optional §27.6 HA evidence bundle (ha_bundle_export logic, included only when ha_records is supplied and non-empty), and a disclosure manifest (build_disclosure_manifest logic) from one array of already-produced artifacts, all keyed to the same input hashes -- replacing what today takes 4-6 separate tool calls with hand-carried hashes. Calls the same in-process functions those standalone tools use; if any one section fails to build, the whole call fails isError:true with that section's own message -- no partial pack. Optionally carries a run_chain decision_trail (per-step reason codes: gate rule id, escalation rule id, input_required cause) as pack-level metadata so an auditor-facing pack answers "why did each step happen" without a second round-trip.
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "artifacts"
      ],
      "properties": {
        "sd_jwt": {
          "type": "boolean",
          "description": "When true, also return an SD-JWT export of the HA bundle (mirrors ha_bundle_export, default false; no-op when ha_records is absent)."
        },
        "framing": {
          "type": "string",
          "description": "Optional framing context for the session receipt's PTG-01 regulator prompt."
        },
        "artifacts": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "execution_hash"
            ],
            "properties": {
              "tool_id": {
                "type": "string",
                "description": "The tool_id that produced this artifact, if known."
              },
              "execution_hash": {
                "type": "string",
                "description": "sha256:... -- the OCG artifact hash this entry documents."
              },
              "output_payload": {
                "type": "object",
                "description": "Present when caller has the full artifact, not just its hash.",
                "propertyNames": {
                  "type": "string"
                },
                "additionalProperties": {}
              }
            }
          },
          "minItems": 1,
          "description": "Already-produced artifacts this pack documents, in call order."
        },
        "ha_records": {
          "type": "array",
          "items": {
            "type": "object",
            "propertyNames": {
              "type": "string"
            },
            "additionalProperties": {}
          },
          "description": "§27 human_accountability_records -- omit entirely for no HA section."
        },
        "room_label": {
          "type": "string",
          "description": "Label for the disclosure-manifest room."
        },
        "session_id": {
          "type": "string",
          "description": "Session identifier to embed in the receipt, if the caller tracks one."
        },
        "subject_hash": {
          "type": "string",
          "description": "The sha256: subject hash the pack documents (defaults to artifacts[0].execution_hash if omitted)."
        },
        "decision_trail": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "order",
              "reason_code",
              "status",
              "tool_id"
            ],
            "properties": {
              "next": {
                "type": "string",
                "description": "Routing target of the gate decision (a step id, or the terminal \"end\"/\"escalate\")."
              },
              "order": {
                "type": "integer",
                "maximum": 9007199254740991,
                "minimum": -9007199254740991,
                "description": "1-based step order, mirroring the producing run_chain result."
              },
              "status": {
                "type": "string",
                "description": "Per-step status from the run_chain result."
              },
              "tool_id": {
                "type": "string",
                "description": "The step's tool_id."
              },
              "decided_by": {
                "type": "string",
                "description": "step_id of the decision that routed control past this step."
              },
              "reason_code": {
                "type": "string",
                "description": "Closed enum: ran | gate_routed | skipped_by_gate | skipped_by_escalation | input_required | unknown_node | gpu_browser_only | no_kernel_browser_only."
              },
              "gate_rule_id": {
                "type": "string",
                "description": "<step_id>#r<index> or <step_id>#default — the gate rule that fired or bypassed this step. Recomputable from the hash-bound decisions[]."
              },
              "input_required_cause": {
                "type": "string",
                "description": "The kernel error that made this step input_required."
              }
            }
          },
          "description": "Per-step decision reason trail from the run_chain result (pass its decision_trail — response field or composite_output.decision_trail). Carried verbatim into the pack as pack-level metadata, outside every section hash; omitted entirely when not supplied. See DECISIONTRAIL-1."
        },
        "kernel_version": {
          "type": "string",
          "description": "Version tag of the kernel that produced verification_result."
        },
        "policy_version": {
          "type": "string",
          "description": "Version tag of the policy the kernel was evaluated against."
        },
        "submission_receipt": {
          "type": "string",
          "description": "Populate ONLY after a real transmission -- never fabricate (same rule as ha_bundle_export)."
        },
        "verification_result": {
          "type": "string",
          "description": "The §16/§18/§20 verdict."
        }
      }
    }
    build_fria_monitoring_plan
    Déclaré en lecture seule
    Afficher les détails fournis par le serveur
    FRIA & Post-Market Monitoring Plan Builder
    Description du serveur (copiée ; langue non vérifiée)
    FRIA & Post-Market Monitoring Plan Builder: OpenChainGraph compute node (compliance_mandate). Deterministic OpenChainGraph compute node. By default (compute:"auto") inputs are computed server-side on Cloudflare Workers for gpu:false nodes with a registered kernel; compute:"browser" forces client-side execution and returns a browser delegation URL instead. gpu:true nodes always delegate to the browser. Inputs are processed transiently to compute the response and are not stored, logged, or retained. Use synthetic or anonymised inputs only. Exports an AP2 artifact with execution_hash for chain provenance. Consumes upstream artifacts from: art-64-ai-act-highrisk-fit-diagnostic. Output feeds: 451-sr11-7-model-risk-management-gap-assessor, cry-05-agent-action-audit-trail-aggregator. Open at: https://ainumbers.co/chaingraph/art-66-fria-postmarket-monitoring-builder.html FV-status (published/proven/still-trusted for this spec): /fv-status/bf448da4792aa8abb9c20f254d70af57b8c5750d3ca14489cda6fff1c625f549.json — a snapshot, not a subscription; this receipt verifies offline regardless of whether that file is ever fetched. Output schema: call describe_tool("build_fria_monitoring_plan").
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "compute": {
          "enum": [
            "auto",
            "server",
            "browser"
          ],
          "type": "string",
          "description": "Compute mode (v0.4 Compute Binding). \"auto\" (default) = server for gpu:false nodes with registered kernels; \"server\" = force server-side; \"browser\" = always return browser delegation URL. gpu:true nodes always delegate."
        },
        "parent_hashes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "execution_hash values from upstream ChainGraph AP2 artifacts to chain from (sets chain.parent_hashes in the export)."
        },
        "parent_tool_ids": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "tool_id values matching parent_hashes, in the same order."
        },
        "policy_parameters": {
          "type": "object",
          "description": "Input parameters for this tool's decision function. For gpu:false nodes with a registered kernel, these are computed server-side when compute is \"auto\" or \"server\". See the tool's manifest for field names.",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }

    Affichage de 79 outils sur 722 ; 643 sont masqués par la limite de taille du rapport.

    Preuves et limites

    Méthode : sonde HTTP anonyme. Aucun outil n’est exécuté.

    Protocoles essayés : 2026-07-28

    Protocole2026-07-28
    TransportHTTP Streamable
    AuthentificationAucun défi d’authentification observé
    PreuvesContrat public observé
    Latence totale4051 ms
    Octets de réponse1823178

    Aucune erreur de diagnostic.

    Historique des observations
    Serveur accessible
    · stable depuis
    2026-07-28 · 722 outils · aucun changement · 3 contrôles
    Impossible de conclure
    Aucun protocole
    Impossible de conclure
    Aucun protocole
    Serveur accessible
    · stable depuis
    2026-07-28 · 722 outils · aucun changement · 2 contrôles
    Impossible de conclure
    Aucun protocole
    Serveur accessible
    · stable depuis
    2026-07-28 · 722 outils · aucun changement · 14 contrôles
    Serveur accessible
    · stable depuis
    2026-07-28 · 721 outils · aucun changement · 7 contrôles
    Impossible de conclure
    Aucun protocole
    Impossible de conclure
    Aucun protocole
    Serveur accessible
    2026-07-28 · 721 outils
    Impossible de conclure
    Aucun protocole
    Impossible de conclure
    Aucun protocole
    Impossible de conclure
    Aucun protocole
    Impossible de conclure
    Aucun protocole
    Impossible de conclure
    Aucun protocole
    Serveur accessible
    · stable depuis
    2026-07-28 · 721 outils · aucun changement · 2 contrôles
    Impossible de conclure
    Aucun protocole
    Serveur accessible
    2026-07-28 · 720 outils
    Impossible de conclure
    Aucun protocole
    Serveur accessible
    · stable depuis
    2026-07-28 · 720 outils · aucun changement · 4 contrôles
    Impossible de conclure
    Aucun protocole
    Serveur accessible
    2026-07-28 · 720 outils
    Impossible de conclure
    Aucun protocole
    Serveur accessible
    · stable depuis
    2026-07-28 · 720 outils · aucun changement · 2 contrôles
    Impossible de conclure
    Aucun protocole
    Serveur accessible
    2026-07-28 · 720 outils
    Impossible de conclure
    Aucun protocole
    Impossible de conclure
    Aucun protocole
    Impossible de conclure
    Aucun protocole
    Impossible de conclure
    Aucun protocole
    Contrat public complet · 2026-07-28 · 722 outils
    a8ff4d5f04e2
    Contrat public complet · 2026-07-28 · 721 outils
    23b0a3a55f22
    Contrat public complet · 2026-07-28 · 720 outils
    2d68e69ebc01
    Contrat public complet · 2026-07-28 · 720 outils
    c8b58546c191
    Contrat public complet · 2026-07-28 · 720 outils
    c8b58546c191
    Contrat public complet · 2026-07-28 · 720 outils
    c8b58546c191

    Éligibilité à la surveillance approfondie

    Éligible à la surveillance approfondie

    Un contrat public tools/list complet a été observé ; une future base de surveillance approfondie pourra être comparée en toute sécurité.

    Un Watch démarre depuis la section de paiement de cette page, et seulement après un paiement vérifié.

    Voir la surveillance publique
    Watch · recurring plan

    Watch this MCP

    Your agent depends on this MCP. When Watch is active, periodic checks alert you when we observe a change that may affect the client you selected.

    • Know when it goes downWhen Watch is active, availability is observed about every 5 minutes. An outage is confirmed after two failed checks, so a single miss is not treated as a lasting outage.
    • Know when its contract changesDeep checks about every hour compare public tool catalogs and authentication surfaces over time.
    • Know what changed and what to fixAn alert names the observed change and the next step for the client you selected.

    Full public-contract coverage: Availability, protocol, auth and public tool contract changes can be compared.

    Full WatchAvailability, protocol, auth and public tool contract changes
    Surface WatchAvailability, TLS, protocol and auth surface — no private tool diff

    Early access currently activates this first endpoint; adding more endpoints up to the planned limit of five is not open in this deployment. Live checkout is open. A Watch activates only after a verified payment event; a browser return never starts monitoring.

    Start Watch