Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

A202

OCI · GHCR.IO/A202-PROTOCOL/A202-MCP:0.1.0 · SCANNED AUG 22

Verifiable agreements for agent-led commerce: mandates, obligations, evidence, transaction records.

+7 this week 41 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency35
Schema Quality & AI Usability59
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 4114 tokens (~587/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management47
  • Stability observed for 14 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

oci · ghcr.io/a202-protocol/a202-mcp:0.1.0

# add to Claude Code
claude mcp add a202-protocol-a202-mcp -- docker run --rm -i ghcr.io/a202-protocol/a202-mcp:0.1.0
# add to Codex CLI
codex mcp add a202-protocol-a202-mcp -- docker run --rm -i ghcr.io/a202-protocol/a202-mcp:0.1.0
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "a202-protocol-a202-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/a202-protocol/a202-mcp:0.1.0"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  a202-protocol-a202-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/a202-protocol/a202-mcp:0.1.0"]
// mcp.json
{
  "mcpServers": {
    "a202-protocol-a202-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/a202-protocol/a202-mcp:0.1.0"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 22 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

  • 20 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 11 Aug 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 8 Aug 26 33

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 22 Aug 2026 · Analysed oci/ghcr.io/a202-protocol/a202-mcp:0.1.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published
MCP tools · 7 exposed · ~3,686 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
create_agreement ~752

Form an agreement between two parties who already know each other, with no marketplace and no negotiation room. Call this once per transaction. Both parties present the allow decision their own mandate produced. The offeror verifies {"action_type": "offer.submit", "transaction_id": ..., "counterparty_organization_id": <the offeree's org>, "proposed_terms": <the same terms>} and the offeree verifies the same document with action_type offer.accept and the offeror's organisation. Pass each result as buyer_decision and supplier_decision. A decision over a different act, a different mandate, or an amount the mandate did not allow refuses the whole call and records nothing. It writes the whole formation in one call: the offeror's signed offer carrying a session identifier it mints, the offeree's acceptance over the exact offer hash, the agreement carrying both parties' signatures over the same bytes, the supplier's commitment, and two events, agreement.direct (draft to agreement_pending) and agreement.committed (agreement_pending to committed), each countersigned by the other party. The transaction ends this call in state committed. Follow with record_obligation act=issue. Refusals: a transaction that already left draft (A202-STATE-TRANSITION-DENIED), an unregistered profile (A202-PROFILE-UNKNOWN), terms the profile does not allow (A202-PROFILE-TERMS-INVALID), an offer expiring before it was made (A202-OFFER-EXPIRED).

NameTypeReqDescription
buyerobjectyesThe buying party: organisation, agent, mandate, and signing key.
buyer_decisionobjectyesThe result verify_mandate returned for this exact act, passed through unchanged. It must be an allow, made under this party's own mandate, over the act document this tool builds, and made within the…
offer_evidence_refsarrayOptional evidence the offer relies on, such as an accreditation.
offer_valid_untilstringyesRFC 3339 instant the offer expires. Must be later than now.
offeror_roleWhich party makes the offer. Defaults to supplier.
rules_versionstringThe rule set version the record is written under. Defaults to 1.3, the version that registers direct formation. Earlier versions never registered it and refuse the path.
session_idstringOptional session identifier, prefixed ses_. The offeror mints one when absent. Bilaterally this names the relationship; nothing orders it.
supplierobjectyesThe supplying party: organisation, agent, mandate, and signing key.
supplier_decisionobjectyesThe result verify_mandate returned for this exact act, passed through unchanged. It must be an allow, made under this party's own mandate, over the act document this tool builds, and made within the…
termsobjectyesThe commercial terms. core is identical for every transaction profile; profile_terms is validated against the schema the profile names.
transaction_idstringyesThe transaction, prefixed txn_. Choose one per deal; it is the key everything else is recorded under.

No output schema declared.

No examples provided.

get_transaction_record ~145

Return this party's own copy of the hash-chained transaction record: every event in chain order with the state it moved the transaction to, which keys signed it, and the object it concerns, plus the state the record currently reaches and every object identifier held for the transaction. Call it at any point to see where a transaction stands before deciding what to do next. Ordering is by predecessor reference rather than by a counter, because bilaterally there is no ordering service, and a record whose links do not form one chain is reported as broken with A202-EVIDENCE-CHAIN-GAP.

NameTypeReqDescription
transaction_idstringyesThe transaction to read, prefixed txn_.

No output schema declared.

No examples provided.

issue_approval ~373

Record a named principal's approval of one exact act, bound to the action_hash verify_mandate reported. Call this only after verify_mandate answered require_approval, then call verify_mandate again passing approval_id and the identical proposed_action. The approval is signed by the approving principal's own key, not by the agent's, because the control is that somebody other than the acting agent said yes. It binds one action hash and one transaction and is reusable across neither: change one byte of the act and the next verify_mandate returns A202-APPROVAL-HASH-MISMATCH. It also expires, after which it authorises nothing. An approval never releases a deny. A denied constraint is a limit, not a question. Returns the approval identifier, the action hash it binds, and when it expires.

NameTypeReqDescription
action_hashstringyesThe action_hash verify_mandate returned for this act. 64 lowercase hexadecimal characters.
approverobjectyesThe principal giving the approval, and the key that principal signs with.
conditionsarrayOptional conditions the approver attached. They are part of the signed approval and travel with it.
decisionDefaults to approved. A rejected approval releases nothing and is recorded as the refusal it is.
expires_after_secondsintegerHow long the approval is good for, from now. Defaults to 3600.
expires_atstringRFC 3339 instant the approval expires, when you would rather state it than count from now. Overrides expires_after_seconds.
requested_byobjectyesThe agent whose act is being approved. The approver is a principal of this same organisation.
transaction_idstringyesThe transaction the approved act belongs to, prefixed txn_.

No output schema declared.

No examples provided.

issue_mandate ~703

Issue and sign a commercial mandate: the document stating which organisation an agent represents, which acts it may take, under which limits, for which transaction or category, and for how long. Call this once per acting agent before anything else. Every other tool names the mandate an agent acts under. A spending_limit becomes two explicit constraints, an amount ceiling and a currency, both visible in the audit record. The mandate is checked before it is signed, so a refused one never receives a signature that would make it look issued. Refusals: no constraint at all (A202-MANDATE-UNBOUNDED), a scope naming neither a transaction nor a category (A202-MANDATE-SCOPE-TOO-BROAD), an inverted validity interval (A202-MANDATE-INTERVAL-INVALID), a status endpoint that is not HTTPS (A202-MANDATE-STATUS-INSECURE), a subject naming both an agent and a principal (A202-MANDATE-SUBJECT-AMBIGUOUS). Returns the mandate identifier and the signed document.

NameTypeReqDescription
actionsarrayyesThe acts the subject may take, for example offer.submit, offer.accept, agreement.sign. Deny by default: an omitted act is not allowed.
approval_rulesarrayOptional. Each rule carries id, a when predicate of path, operator, and value, an approver of organization_id and role, and expires_after_seconds. A matching act is held until an approval from that a…
constraintsarrayOptional further constraints, each with id, type, path, operator, value, and on_failure of deny or require_approval. At least one constraint must exist in total, counting those a spending limit gener…
delegationobjectOptional, defaults to no delegation. allowed false requires maximum_depth 0; allowed true requires at least 1. An incoherent pair is refused rather than interpreted.
evidence_refsarrayOptional identity, role, or authorisation evidence supporting the issue.
issuerobjectyesThe principal issuing the authority, and the key it signs with.
mandate_idstringOptional explicit identifier, prefixed mnd_. One is minted when absent.
parent_mandate_idstring|nullThe mandate this one is delegated from, or null for a root mandate.
represented_organization_idstringyesThe organisation the subject represents in its acts, prefixed org_.
scopeobjectyesThe boundary of the authority. Must carry transaction_ids, categories, or both. Counterparty and geography narrow an existing boundary and cannot establish one, so a scope naming only a country is re…
spending_limitobjectOptional. Becomes an amount ceiling and a currency constraint. A ceiling with no currency would be satisfied by that number of any currency, so both are written.
status_endpointstringyesHTTPS URL where this mandate's current status is published. HTTPS only: cached status is the only channel a revocation reaches a relying party through.
subjectobjectyesWho acts under the mandate: exactly one of an agent or a delegated principal, never both.
valid_fromstringyesRFC 3339 UTC instant. Must be strictly earlier than valid_until.
valid_untilstringyesRFC 3339 UTC instant. The mandate authorises nothing at or after it.

No output schema declared.

No examples provided.

record_obligation ~1,010

Record one act in the obligation exchange. Three acts, in this order, each signed by a different party, and each carrying that party's own allow decision from verify_mandate. act=issue: the obligee derives an obligation from a committed agreement and activates it. Needs agreement_id, obligor, obligee, term_path, quantity, unit_code, due_condition, and a decision the obligee obtained for {"action_type": "obligation.activated", "transaction_id": ..., "counterparty_organization_id": <the obligor's org>, "proposed_terms": {"core": {"quantity": ..., "unit_code": ..., "total": <the consideration>}}, "agreement_id": ...}. The transaction moves to in_performance. act=assert: the obligor asserts it performed. Needs obligation_id, obligor, obligee, asserted_quantity, at least one evidence entry, and a decision the obligor obtained for action_type performance.declared naming the obligee as counterparty, the asserted quantity and unit as proposed_terms, and the obligation_id. An assertion with no evidence is refused with A202-OBLIGATION-ASSERTION-UNEVIDENCED. The transaction moves to acceptance_pending. act=respond: the obligee accepts or rejects, bound to the exact assertion hash. Needs assertion_id, responder, counterparty, response_type, and a decision the responder obtained for action_type acceptance.granted or acceptance.rejected naming the counterparty and the assertion_id. A response signed by anyone but the obligee is refused with A202-OBLIGATION-RESPONSE-UNAUTHORIZED; accepting less than is owed without naming a remainder obligation is refused with A202-OBLIGATION-REMAINDER-MISSING. Accept moves the transaction to settlement_pending, reject back to in_performance, where the obligor may assert again.

NameTypeReqDescription
accepted_quantitystringact=respond with accept. Defaults to the asserted quantity. Below what is owed, a remainder_obligation_id is required.
actyesWhich act to record. Which other fields are required depends on it.
agreement_idstringact=issue. The committed agreement the obligation derives from, prefixed agr_.
asserted_quantitystringact=assert. Base-10 string of how much was performed.
assertion_idstringact=respond. The assertion being answered, prefixed prf_.
commitment_idstringact=issue. Optional. Defaults to the agreement's first commitment.
considerationobject|nullact=issue. The money attached to this obligation as currency and amount, or null.
counterpartyobjectact=respond. The other party, which countersigns the event.
decisionobjectyesThe result verify_mandate returned for this exact act, passed through unchanged. It must be an allow, made under this party's own mandate, over the act document this tool builds, and made within the…
due_conditionobjectact=issue. One of due_at_time with at, due_on_event with act_ref or evidence_type, due_on_discharge with obligation_id, or all_of with at least two of those. Anything else is refused with A202-OBLIGA…
evidencearrayact=assert. At least one entry. Each becomes a signed evidence object the assertion references by hash.
obligation_idstringact=assert. The obligation being performed, prefixed obl_.
obligeeobjectact=issue and act=assert. The party owed to.
obligorobjectact=issue and act=assert. The party that owes.
quantitystringact=issue. Base-10 string of how much is owed.
reason_codeact=respond with reject. The list is closed and anything else is refused.
remainder_obligation_idstringact=respond with a short acceptance. The obligation carrying the shortfall, so it stays in the record.
responderobjectact=respond. Must be the obligee named on the obligation.
response_typeact=respond.
rules_versionstringThe rule set version the record is written under. Defaults to 1.3.
term_pathstringact=issue. The owed term, addressed under $.terms.core or $.terms.profile_terms. The obligation points at the agreement's terms and never restates them, so drift shows up as a hash mismatch.
unit_codestringact=issue. UN/ECE Recommendation 20 common code, matching the terms.

No output schema declared.

No examples provided.

verify_evidence ~290

Run the seven-step verification procedure over a set of objects: content hashes, signatures and the purpose each was issued for, version chains, event-chain continuity, guarded transitions replayed against the rules version in force, whether each determination follows from its rules, and what could not be checked. Use it on your own record before relying on it, and on anything a counterparty sends you. Pass transaction_id to verify this server's record of one transaction, object_ids to verify part of it, or objects to verify a bundle somebody handed you. Every check returns verified, failed, or not_checkable, and the result carries no overall boolean, because a report reduced to one discards what could not be checked. A signature whose key you do not hold is not checkable and is never thereby verified. Without rules_version, guarded transitions are not checkable rather than verified: an unresolvable rule set is not permission in either direction.

NameTypeReqDescription
object_idsarrayIdentifiers of objects this server holds.
objectsarrayObjects presented by value, for example a bundle a counterparty sent.
rules_versionstringThe rule set version in force when the record appended, for example 1.3. A record replays against the version it was written under, never the current one.
transaction_idstringVerify every object this server holds for one transaction.

No output schema declared.

No examples provided.

verify_mandate ~413

Check a mandate and decide whether an act is permitted under it. Call this before every act, on your own mandate or on one a counterparty presented. It checks the document against the published schema and the rules the schema cannot express, verifies the issuer signature, checks the validity interval, and, when proposed_action is given, checks the act against the mandate's actions, its four scope axes, its constraints in stable order, and its approval rules. Returns one decision, allow, deny, or require_approval, with the registered reason codes behind it, the per-constraint outcomes, and action_hash, the hash of the exact act evaluated. On require_approval: pass that action_hash to issue_approval, then call this tool again with the returned approval_id and the identical proposed_action. The decision becomes allow. A deny is never approvable. This server makes no network call. Resolve the mandate's status_endpoint yourself and pass the result as status. An absent result, one older than 60 seconds, or any status other than active denies with A202-MANDATE-STATUS-UNRESOLVED or A202-MANDATE-INACTIVE: unavailability is not permission.

NameTypeReqDescription
approvalobjectAn approval object presented directly, instead of approval_id.
approval_idstringAn approval this server holds, from issue_approval, that releases a require_approval hold.
atstringRFC 3339 instant to check against. Defaults to now.
mandateobjectThe mandate document, when it came from a counterparty.
mandate_idstringA mandate this server holds, as returned by issue_mandate.
proposed_actionobjectThe act to evaluate against the mandate. Constraint paths address this document from $, so a spending limit reads $.proposed_terms.core.total.amount.
statusobjectWhat you retrieved from the mandate's status endpoint, and when. Omit it and the decision is deny.

No output schema declared.

No examples provided.