acdc_said_check
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 de...
This record as markdown: /tools/postoaklabs-ainumbers-mcp-apps/acdc-said-check.md
What acdc_said_check does on Ainumbers Mcp Apps
AI agents call acdc_said_check to retrieve information from Ainumbers Mcp Apps without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.
| Parameter | Type | Required | Description |
|---|---|---|---|
credential | object | Yes | ACDC / vLEI credential JSON object (v, d, i, ri, s, a, e, r fields). |
Parameters from the server's own tool schema.
Why acdc_said_check is rated Low
This is a read-only validation and verification tool. It accepts pasted credential JSON as input, performs deterministic cryptographic hash verification and schema comparison against a pinned reference table, and returns findings. There are no side effects on data—no writes, deletes, or code execution. The tool is purely analytical and diagnostic in nature, designed to verify the integrity of ACDC/vLEI credentials.
From the tool's definition Tool description states: 'recomputes the self-addressing identifiers (SAIDs)' and 'cross-checks the declared schema SAID against a pinned table' and 'Returns per-field match/mismatch/unsupported/unknown findings plus a receipt.' No modification, deletion, or…
Attacks that exploit this kind of access
The rule that runs acdc_said_check safely
PolicyLayer is an MCP gateway: it sits between your AI agents and Ainumbers Mcp Apps, and checks every tool call against a rule you set before the call runs. Nothing changes on the server itself. For acdc_said_check, this is the rule to start with:
acdc_said_check is read-only, so it stays allowed. Everything else on the server is denied unless you say otherwise.
The button opens the PolicyLayer dashboard: create your workspace, connect Ainumbers Mcp Apps, apply this rule, and every acdc_said_check call is checked against it from then on.
Questions about acdc_said_check
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. It is categorised as a Read tool in the Ainumbers Mcp Apps MCP Server, which means it retrieves data without modifying state.
acdc_said_check accepts 1 parameter: credential. Required: credential. The full parameter table on this page comes from the server's own tool schema.
Register the Ainumbers Mcp Apps MCP server in PolicyLayer and add a rule for acdc_said_check: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Ainumbers Mcp Apps. Nothing to install.
acdc_said_check is a Read tool with low risk. Read-only tools are generally safe to allow by default.
Yes. Add a rate_limit block to the acdc_said_check rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.
Set action: deny in the PolicyLayer policy for acdc_said_check. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.
acdc_said_check is provided by the Ainumbers Mcp Apps MCP server (postoaklabs/ainumbers-mcp-apps). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
More on Ainumbers Mcp Apps, and thousands of servers like it.
This server
Across the catalogue