The dataset viewer is not available for this split.
Error code: StreamingRowsError
Exception: CastError
Message: Couldn't cast
endpoints: list<item: struct<after: struct<era: string, finished: timestamp[s], n_tools: int64, protocol_versio (... 522 chars omitted)
child 0, item: struct<after: struct<era: string, finished: timestamp[s], n_tools: int64, protocol_version_negotiate (... 510 chars omitted)
child 0, after: struct<era: string, finished: timestamp[s], n_tools: int64, protocol_version_negotiated: timestamp[s (... 44 chars omitted)
child 0, era: string
child 1, finished: timestamp[s]
child 2, n_tools: int64
child 3, protocol_version_negotiated: timestamp[s]
child 4, state: string
child 5, tool_names_sha256: string
child 1, baseline_predates_version_change: bool
child 2, before: struct<n_tools: int64, protocol_version: timestamp[s], source: string, started: timestamp[s], state: (... 35 chars omitted)
child 0, n_tools: int64
child 1, protocol_version: timestamp[s]
child 2, source: string
child 3, started: timestamp[s]
child 4, state: string
child 5, tool_names_sha256: string
child 3, endpoint: string
child 4, notes: list<item: string>
child 0, item: string
child 5, outcome: string
child 6, changed: struct<tool_set: struct<added: list<item: string>, after: string, before: string, removed: list<item (... 72 chars omitted)
child 0, tool_set: struct<added: list<item: string>, after: string, before: string, removed: list<
...
l
child 9, description_states: string
transloadit: struct<endpoint: string, bytes: list<item: struct<url: string, sha256_25sep: string, sha256_26sep_re (... 373 chars omitted)
child 0, endpoint: string
child 1, bytes: list<item: struct<url: string, sha256_25sep: string, sha256_26sep_recheck: string, unchanged: bool>>
child 0, item: struct<url: string, sha256_25sep: string, sha256_26sep_recheck: string, unchanged: bool>
child 0, url: string
child 1, sha256_25sep: string
child 2, sha256_26sep_recheck: string
child 3, unchanged: bool
child 2, registry_header: list<item: struct<description: string, isSecret: bool, name: string>>
child 0, item: struct<description: string, isSecret: bool, name: string>
child 0, description: string
child 1, isSecret: bool
child 2, name: string
child 3, isRequired_key_present: bool
child 4, cards_authentication: struct<https://api2.transloadit.com/.well-known/mcp/server-card.json: struct<required: bool, schemes (... 22 chars omitted)
child 0, https://api2.transloadit.com/.well-known/mcp/server-card.json: struct<required: bool, schemes: list<item: string>>
child 0, required: bool
child 1, schemes: list<item: string>
child 0, item: string
child 5, observed: struct<state: string, tools_list_status: string, n_tools: int64>
child 0, state: string
child 1, tools_list_status: string
child 2, n_tools: int64
to
{'immersivecommons': {'endpoint': Value('string'), 'bytes': List({'url': Value('string'), 'sha256_25sep': Value('string'), 'sha256_26sep_recheck': Value('string'), 'unchanged': Value('bool')}), 'live_unauthenticated_n': Value('int64'), 'mcp.json.tools_n': Value('int64'), 'mcp.json.public_tools_n': Value('int64'), 'public_tools_equals_live': Value('bool'), 'live_subset_of_mcp.json.tools': Value('bool'), 'server-card.tools_n': Value('int64'), 'live_subset_of_server-card.tools': Value('bool'), 'description_states': Value('string')}, 'augenix': {'endpoint': Value('string'), 'bytes': List({'url': Value('string'), 'sha256_25sep': Value('string'), 'sha256_26sep_recheck': Value('string'), 'unchanged': Value('bool')}), 'mcp.json.mcp_endpoint': Value('string'), 'mcp.json.server': {'name': Value('string'), 'version': Value('string')}, 'names_probed_endpoint': Value('bool'), 'registry_remotes': List(Value('string')), 'tools_overlap_with_live': List(Value('null'))}, 'klarix': {'endpoint': Value('string'), 'bytes': List({'url': Value('string'), 'sha256_25sep': Value('string'), 'sha256_26sep_recheck': Value('string'), 'unchanged': Value('bool')}), 'registry_header': List({'description': Value('string'), 'isSecret': Value('bool'), 'name': Value('string')}), 'isRequired_key_present': Value('bool'), 'cards_authentication': {'https://mcp.klarix.ai/.well-known/mcp.json': {'required': Value('bool'), 'schemes': List(Value('string'))}, 'https://mcp.klarix.ai/.well-known/mcp/server-card.json': {'required': Value('bool'), 'schemes': List(Value('string'))}}, 'observed': {'state': Value('string'), 'tools_list_status': Value('string'), 'n_tools': Value('int64')}}, 'transloadit': {'endpoint': Value('string'), 'bytes': List({'url': Value('string'), 'sha256_25sep': Value('string'), 'sha256_26sep_recheck': Value('string'), 'unchanged': Value('bool')}), 'registry_header': List({'description': Value('string'), 'isSecret': Value('bool'), 'name': Value('string')}), 'isRequired_key_present': Value('bool'), 'cards_authentication': {'https://api2.transloadit.com/.well-known/mcp/server-card.json': {'required': Value('bool'), 'schemes': List(Value('string'))}}, 'observed': {'state': Value('string'), 'tools_list_status': Value('string'), 'n_tools': Value('int64')}}, 'toolforte': {'endpoint': Value('string'), 'bytes': List({'url': Value('string'), 'sha256_25sep': Value('string'), 'sha256_26sep_recheck': Value('string'), 'unchanged': Value('bool')}), 'mcp.json.toolCount': Value('int64'), 'mcp.json.resources': List(Value('string')), 'live_n': Value('int64'), 'live_dispatcher_tools': List(Value('string'))}}
because column names don't match
Traceback: Traceback (most recent call last):
File "/src/services/worker/src/worker/utils.py", line 147, in get_rows_or_raise
return get_rows(
dataset=dataset,
...<4 lines>...
column_names=column_names,
)
File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
return func(*args, **kwargs)
File "/src/services/worker/src/worker/utils.py", line 127, in get_rows
rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
File "/src/services/worker/src/worker/utils.py", line 483, in safe_iter
yield from ds.decode(False) if ds.features else ds
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2840, in __iter__
for key, example in ex_iterable:
^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2373, in __iter__
for key, pa_table in self._iter_arrow():
~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2398, in _iter_arrow
for key, pa_table in self.ex_iterable._iter_arrow():
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
for key, pa_table in iterator:
^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
for key, pa_table in self.generate_tables_fn(**gen_kwags):
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
self._cast_table(pa_table, json_field_paths=json_field_paths),
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
pa_table = table_cast(pa_table, self.info.features.arrow_schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
return cast_table_to_schema(table, schema)
File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
raise CastError(
...<3 lines>...
)
datasets.table.CastError: Couldn't cast
endpoints: list<item: struct<after: struct<era: string, finished: timestamp[s], n_tools: int64, protocol_versio (... 522 chars omitted)
child 0, item: struct<after: struct<era: string, finished: timestamp[s], n_tools: int64, protocol_version_negotiate (... 510 chars omitted)
child 0, after: struct<era: string, finished: timestamp[s], n_tools: int64, protocol_version_negotiated: timestamp[s (... 44 chars omitted)
child 0, era: string
child 1, finished: timestamp[s]
child 2, n_tools: int64
child 3, protocol_version_negotiated: timestamp[s]
child 4, state: string
child 5, tool_names_sha256: string
child 1, baseline_predates_version_change: bool
child 2, before: struct<n_tools: int64, protocol_version: timestamp[s], source: string, started: timestamp[s], state: (... 35 chars omitted)
child 0, n_tools: int64
child 1, protocol_version: timestamp[s]
child 2, source: string
child 3, started: timestamp[s]
child 4, state: string
child 5, tool_names_sha256: string
child 3, endpoint: string
child 4, notes: list<item: string>
child 0, item: string
child 5, outcome: string
child 6, changed: struct<tool_set: struct<added: list<item: string>, after: string, before: string, removed: list<item (... 72 chars omitted)
child 0, tool_set: struct<added: list<item: string>, after: string, before: string, removed: list<
...
l
child 9, description_states: string
transloadit: struct<endpoint: string, bytes: list<item: struct<url: string, sha256_25sep: string, sha256_26sep_re (... 373 chars omitted)
child 0, endpoint: string
child 1, bytes: list<item: struct<url: string, sha256_25sep: string, sha256_26sep_recheck: string, unchanged: bool>>
child 0, item: struct<url: string, sha256_25sep: string, sha256_26sep_recheck: string, unchanged: bool>
child 0, url: string
child 1, sha256_25sep: string
child 2, sha256_26sep_recheck: string
child 3, unchanged: bool
child 2, registry_header: list<item: struct<description: string, isSecret: bool, name: string>>
child 0, item: struct<description: string, isSecret: bool, name: string>
child 0, description: string
child 1, isSecret: bool
child 2, name: string
child 3, isRequired_key_present: bool
child 4, cards_authentication: struct<https://api2.transloadit.com/.well-known/mcp/server-card.json: struct<required: bool, schemes (... 22 chars omitted)
child 0, https://api2.transloadit.com/.well-known/mcp/server-card.json: struct<required: bool, schemes: list<item: string>>
child 0, required: bool
child 1, schemes: list<item: string>
child 0, item: string
child 5, observed: struct<state: string, tools_list_status: string, n_tools: int64>
child 0, state: string
child 1, tools_list_status: string
child 2, n_tools: int64
to
{'immersivecommons': {'endpoint': Value('string'), 'bytes': List({'url': Value('string'), 'sha256_25sep': Value('string'), 'sha256_26sep_recheck': Value('string'), 'unchanged': Value('bool')}), 'live_unauthenticated_n': Value('int64'), 'mcp.json.tools_n': Value('int64'), 'mcp.json.public_tools_n': Value('int64'), 'public_tools_equals_live': Value('bool'), 'live_subset_of_mcp.json.tools': Value('bool'), 'server-card.tools_n': Value('int64'), 'live_subset_of_server-card.tools': Value('bool'), 'description_states': Value('string')}, 'augenix': {'endpoint': Value('string'), 'bytes': List({'url': Value('string'), 'sha256_25sep': Value('string'), 'sha256_26sep_recheck': Value('string'), 'unchanged': Value('bool')}), 'mcp.json.mcp_endpoint': Value('string'), 'mcp.json.server': {'name': Value('string'), 'version': Value('string')}, 'names_probed_endpoint': Value('bool'), 'registry_remotes': List(Value('string')), 'tools_overlap_with_live': List(Value('null'))}, 'klarix': {'endpoint': Value('string'), 'bytes': List({'url': Value('string'), 'sha256_25sep': Value('string'), 'sha256_26sep_recheck': Value('string'), 'unchanged': Value('bool')}), 'registry_header': List({'description': Value('string'), 'isSecret': Value('bool'), 'name': Value('string')}), 'isRequired_key_present': Value('bool'), 'cards_authentication': {'https://mcp.klarix.ai/.well-known/mcp.json': {'required': Value('bool'), 'schemes': List(Value('string'))}, 'https://mcp.klarix.ai/.well-known/mcp/server-card.json': {'required': Value('bool'), 'schemes': List(Value('string'))}}, 'observed': {'state': Value('string'), 'tools_list_status': Value('string'), 'n_tools': Value('int64')}}, 'transloadit': {'endpoint': Value('string'), 'bytes': List({'url': Value('string'), 'sha256_25sep': Value('string'), 'sha256_26sep_recheck': Value('string'), 'unchanged': Value('bool')}), 'registry_header': List({'description': Value('string'), 'isSecret': Value('bool'), 'name': Value('string')}), 'isRequired_key_present': Value('bool'), 'cards_authentication': {'https://api2.transloadit.com/.well-known/mcp/server-card.json': {'required': Value('bool'), 'schemes': List(Value('string'))}}, 'observed': {'state': Value('string'), 'tools_list_status': Value('string'), 'n_tools': Value('int64')}}, 'toolforte': {'endpoint': Value('string'), 'bytes': List({'url': Value('string'), 'sha256_25sep': Value('string'), 'sha256_26sep_recheck': Value('string'), 'unchanged': Value('bool')}), 'mcp.json.toolCount': Value('int64'), 'mcp.json.resources': List(Value('string')), 'live_n': Value('int64'), 'live_dispatcher_tools': List(Value('string'))}}
because column names don't matchNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
MCP contract parity — measured read, 25 September 2026
Question. Does one remote MCP service tell a relying agent one current contract? A relying agent learns a
service's contract from several public surfaces — the MCP Registry entry, /.well-known/mcp.json, the server card,
the A2A agent card, the x402 manifest, and what the endpoint itself answers at discovery. When they disagree, the
agent cannot infer which one is current. This dataset records, per endpoint and per dimension, whether they agree.
Measurement, not certification. Nothing here grades a vendor. An INCONSISTENT row says two public statements
disagree and quotes both; it does not say which is right.
Our own endpoint first
The measuring estate runs the same instrument on its own endpoint (https://councilof.ai/mcp) and publishes it first:
| dimension | state | quoted |
|---|---|---|
| VERSION | CONSISTENT | |
| TOOLS | CONSISTENT | |
| AUTH | CONSISTENT | |
| PAYMENT | CONSISTENT | all 13 tools the x402 manifest names are in the live tools/list |
| PROTOCOL | SINGLE_SURFACE | no surface declares an MCP protocol version |
Read state
EXHAUSTED — 5828 of 5828 planned endpoints attempted (EXHAUSTED only if every planned endpoint's surfaces were attempted; anything else is PARTIAL). Population: auth_required+advertises_x402_or_a2a 20, responded 5807, watch_list 1. endpoints the 25 Sep 2026 census probe saw RESPOND (top-20% and first-party plans), plus AUTH_REQUIRED endpoints whose registry entry advertises x402 or an A2A card, plus the endpoints of registry entries named in an external watch list. Counts are over attempted endpoints of this plan: not frame totals, not population totals, never summed with other censuses.
Per-dimension states (attempted endpoints)
| dimension | CONSISTENT | INCONSISTENT | SINGLE_SURFACE | UNCHECKABLE |
|---|---|---|---|---|
| VERSION | 3163 | 2644 | 21 | 0 |
| TOOLS | 905 | 233 | 4532 | 158 |
| AUTH | 931 | 23 | 4465 | 409 |
| PAYMENT | 112 | 4 | 572 | 5140 |
| PROTOCOL | 459 | 33 | 5064 | 272 |
Endpoints with at least one INCONSISTENT dimension: 2778.
UNCHECKABLE, by reason:
- TOOLS:
LIVE_TOOL_LIST_UNAVAILABLE158 - AUTH:
DECLARED_REQUIRED_SCOPE_UNSTATED406,DISCOVERY_NOT_AUTH_OBSERVABLE3 - PAYMENT:
NO_PAYMENT_SURFACE5140 - PROTOCOL:
DECLARED_VERSION_NOT_REQUESTED248,NO_NEGOTIATED_VERSION2,NO_PROTOCOL_SURFACE22
Method
Surfaces, fetched GET-only from each endpoint's origin (robots.txt honoured for the product token CSOAI-census,
at most one connection and one request per second per host, User-Agent CSOAI-census/0.1 (+https://councilof.ai/census)):
/.well-known/mcp.json, /.well-known/mcp/server-card.json (and any server-card URL the registry entry declares),
/.well-known/agent-card.json, /.well-known/x402.json, and a /health or /version URL only when the registry
entry or a fetched surface names it. The registry entry comes from the census frame's full read of the official MCP
Registry; the live answers (serverInfo, negotiated protocolVersion, tools/list names as a sha256) come from the
same day's read-only census probe. No tool was called, no credential or payment sent.
Attribution. An origin-level document is attributed to an endpoint only if the origin serves one server in the whole census frame, or the document names the endpoint's URL. A gateway's card is not evidence about its tenants.
Dimensions.
- VERSION — only claims about the same declared thing are compared. The registry schema defines
server.versionas "Version string for this server. SHOULD follow semantic versioning (e.g., '1.0.2', '2.1.0-alpha'). Equivalent of Implementation.version in MCP specification.", i.e.serverInfo.version. Registry, liveinitializeand cardserverInfo.versionare compared; every other version string (card top-levelversion, A2A agent version, x402 manifest version,/healthversion) is recorded inother_versionsand not adjudicated. Registry version vs live serverInfo: {"differ": 2632, "equal": 3170}. - TOOLS — each declared tool list / count vs the live
tools/list(sha256 of sorted names, as the probe computes it). - AUTH — declared requirements vs each other and vs the observed discovery boundary. Declared required with
discovery answering without credentials is
UNCHECKABLE (DECLARED_REQUIRED_SCOPE_UNSTATED): tools/call is never sent. - PAYMENT — presence parity only: tools an x402 manifest names vs the live tool list; an x402 manifest linking this endpoint vs a payment statement on an MCP surface. Silence is not a statement.
- PROTOCOL — declared MCP protocol versions vs the negotiated one (conditional on the probe's request, 2025-11-25).
States: CONSISTENT, INCONSISTENT (both values quoted with surface + path), SINGLE_SURFACE, UNCHECKABLE (reason code).
HOLD watcher (version changed -> hold until re-measured)
Registry reads compared: 2026-09-25T04:40:39Z (RAS lane read, file mtime) -> 2026-09-25T05:45:50Z..05:54:05Z (census frame read), 2026-09-25T05:45:50Z..05:54:05Z (census frame read) -> 2026-09-25T11:25:23Z (frame read + updated_since fetch).
Every server whose server.version changed between two reads is listed as HOLD_UNTIL_REMEASURED in hold.jsonl.gz.
Servers with a remote endpoint were then re-probed (read-only, prober 0.2, bounded at 300) and recorded by name as
REMEASURED_SAME or REMEASURED_CHANGED (tool-name set, auth boundary, or protocol changed vs the last census probe),
or kept on hold with a reason (no remote endpoint; no earlier probe row; not attempted).
| n | |
|---|---|
| HOLD_UNTIL_REMEASURED | 85 |
| REMEASURED_CHANGED | 6 |
| REMEASURED_NO_BASELINE | 14 |
| REMEASURED_SAME | 60 |
| REMEASURE_INCONCLUSIVE | 8 |
What this does NOT show
- runtime auth enforcement beyond the discovery boundary (initialize + tools/list); tools/call is never sent
- backend behaviour, tool correctness, safety, or quality of any service or vendor
- which surface is right: an INCONSISTENT row says two public statements disagree, not which one is true
- anything from documentation prose, except a registry description's literal mention of x402 (payment presence only)
- anything about endpoints not in the plan or not attempted
- simultaneity: live answers and documents were read hours apart (see timing); a deploy in between can show as INCONSISTENT
Files
| file | sha256 |
|---|---|
record.json |
45e3fd63fc98ad251a4f9fe5fdb705ed7fbc28321d5c205d10114a21730cc323 |
hold.jsonl.gz |
ec0a40f009eb571f766ccb71fa8b54cf1b6569d67ac2c68cb246a82f1b62f105 |
rows.jsonl.gz |
92b0fae322d9711b3ea1700401caacc27b9f59a7dee872f3c14404018691edca |
record.signed.json (Ed25519 signature, signed_at 2026-09-25T12:25:41.808Z), record.json.ots (OpenTimestamps proof),
record.ots.json (its stated state). Rows carry quoted values for conflicts only; tool names appear only as
sha256 digests, counts, and at most 5 differing names where a declared list and the live list disagree.
How to verify
Signature. In record.signed.json: serialise payload as JSON with keys sorted, no whitespace, UTF-8; its
sha256 must equal signature.payload_sha256; payload.artifact.sha256 must equal sha256 of record.json; verify
signature.sig_ed25519 (hex) with the Ed25519 key #board-attestation-1 in https://csoai.org/.well-known/did.json.
Change one byte of the payload and it must fail.
import json, hashlib, base64, urllib.request
from cryptography.hazmat.primitives.asymmetric import ed25519
s = json.load(open("record.signed.json"))
c = json.dumps(s["payload"], sort_keys=True, separators=(",", ":"), ensure_ascii=False).encode()
assert hashlib.sha256(c).hexdigest() == s["signature"]["payload_sha256"]
assert hashlib.sha256(open("record.json", "rb").read()).hexdigest() == s["payload"]["artifact"]["sha256"]
did = json.load(urllib.request.urlopen("https://csoai.org/.well-known/did.json"))
x = [m for m in did["verificationMethod"] if m["id"].endswith("#board-attestation-1")][0]["publicKeyJwk"]["x"]
ed25519.Ed25519PublicKey.from_public_bytes(base64.urlsafe_b64decode(x + "==")).verify(bytes.fromhex(s["signature"]["sig_ed25519"]), c)
Timestamp. ots upgrade record.json.ots then ots verify record.json.ots. At publication the proof held
3 pending calendar attestations (https://alice.btc.calendar.opentimestamps.org, https://bob.btc.calendar.opentimestamps.org, https://finney.calendar.eternitywall.com): a pending calendar
commitment, not a Bitcoin attestation.
Sibling censuses
- csoai/mcp-remote-census — the read-only remote MCP probe these live answers come from.
Licence
CC-BY-4.0. Cite as: Council of AI (CSOAI), MCP contract parity, measured read 2026-09-25, csoai/mcp-contract-parity.
Timestamp status
Checked 2026-09-25T13:57Z by ots upgrade on a copy of each published pending proof. A pending .ots is never rewritten: an upgraded proof is published as a NEW file <name>.bitcoin.ots beside it. BITCOIN_ATTESTED means the proof carries a BitcoinBlockHeaderAttestation whose commitment (byte-reversed) equals the merkle root of the block header at that height as served by two independent public sources (blockstream.info and mempool.space; each raw header also double-SHA256s to the block hash it is served under). No local Bitcoin node was used. Details: ots-bitcoin-check-2026-09-25.json.
record.json(sha25645e3fd63fc98ad251a4f9fe5fdb705ed7fbc28321d5c205d10114a21730cc323): BITCOIN_ATTESTED at block 968549 (checked against 2 header sources: blockstream.info, mempool.space). Upgraded proof:record.json.bitcoin.ots(sha256e38d524655a32a8acdca3be872165b3933dbfcdff8ea1ca3354d61a7f6d2e989); the published pending proofrecord.json.otsis unchanged.
Corrections
0.1.1 — 26 September 2026 (supersedes record.json 0.1; the 0.1 files stay published unchanged)
record.v0.1.1.json (sha256 9cd02be424bf608d41f40522e48188f5a9ef4d13c8de6e28023b20a941fd4ef8) supersedes record.json (sha256 45e3fd63fc98ad251a4f9fe5fdb705ed7fbc28321d5c205d10114a21730cc323).
Scope: reclassification only: same plan, same stored surface fetches, same hold re-probe; no new network read. The rows are rows.v0.1.1.jsonl.gz; rows.jsonl.gz, record.json, record.signed.json,
record.json.ots and record.ots.json are kept byte for byte: superseded, not deleted, not edited.
Why. the 26 Sep 2026 notice lane re-checked candidates live before any contact and found that the 0.1 rows for immersivecommons (TOOLS), augenix (TOOLS) and klarix (AUTH) misread the service, and that transloadit (AUTH) and toolforte (TOOLS) held reasonable different meanings. All five were INCONSISTENT in 0.1. Reproduced from the stored 25 Sep bytes (each document's sha256 unchanged on the 26 Sep re-read): correction.v0.1.1.evidence.json.
What was wrong, and the fix (producer scripts/census/contract-parity.py 0.1.1, commit 4037f6bb2b7162b1679301846287b95934a85ad6):
- D1 (TOOLS). 0.1: every declared tool list was compared exactly with the live tools/list. Why wrong: the live tools/list is read WITHOUT credentials. A service that names the tools usable without credentials (public_tools, anonymousTools, ...) declares that its unscoped list is its full, partly authenticated surface; an unauthenticated listing may show the public subset or everything. The full list is not a claim about what unauthenticated discovery lists. 0.1.1: with a public-scoped list present, unscoped lists / counts are compared as supersets (every live tool must be in them); the public list is recorded, not compared (it scopes use, not listing).
- D2a (attribution (all)). 0.1: an origin's documents were credited to an endpoint whenever the census frame knew one server on that origin. Why wrong: the document itself can say it describes another endpoint mount on the same origin; the origin then serves more than one MCP endpoint and the instrument's own shared-origin rule applies 0.1.1: an MCP document naming another endpoint mount on this origin (and not this endpoint) is not credited; another host (www/apex, a custom domain) or another transport/version path of the same mount is not read as a second endpoint.
- D2b (attribution (all)). 0.1: facts were read from every nested block of a credited document. Why wrong: a nested block with its own url and its own tools/transport describes another endpoint (a docs MCP, an apps MCP, a hosted demo) 0.1.1: such a block is removed before facts are read: always when its endpoint is on this origin; on another host only when the document also describes an endpoint of its own outside the block.
- D3 (AUTH). 0.1: a registry remote header with isRequired false and a card's authentication.required true were paired as a contradiction. Why wrong: isRequired false (the registry omits false; the schema default is false) says the client may CONNECT without the header; the card's 'required' does not say whether it applies to discovery or to tools/call. Two claims of different scope; tools/call is never sent, so which scope the card means is not observed. 0.1.1: UNCHECKABLE (DECLARED_SCOPES_DIFFER); still INCONSISTENT when discovery itself was refused without credentials.
- D4 (TOOLS). 0.1: a bare declared tool count was compared with the live tool count. Why wrong: when the live list holds a dispatcher (run_tool, call_tool, ...), a count above the live count may count tools reached through it; the count does not say which it counts 0.1.1: not compared; UNCHECKABLE (DECLARED_COUNT_SCOPE_UNSTATED) when it is the only declared figure; a count BELOW the live count is still INCONSISTENT.
Check. the 0.1 producer (commit d9e0f80) re-run over the same inputs reproduces all 5828 published 0.1 rows byte-identically, so every difference below is the producer change and nothing else. Tests: scripts/census/test_contract_parity.py class Correction011: one fixture per reported case, shapes copied from the stored bytes; five must-fail controls, each restoring one 0.1 rule, fail the suite.
Rows that change state: 22 endpoints, 26 dimension states.
| endpoint | registry id | dimension | 0.1 | 0.1.1 | cause |
|---|---|---|---|---|---|
https://app.augenix.ai/api/mcp/public |
ai.augenix/build | TOOLS | INCONSISTENT | SINGLE_SURFACE | D2a |
https://www.decisionlog.ai/api/mcp |
ai.decisionlog/mcp | AUTH | INCONSISTENT | UNCHECKABLE (DECLARED_SCOPES_DIFFER) | D3 |
https://mcp.myotp.app/mcp |
io.github.brntech/myotp | AUTH | INCONSISTENT | UNCHECKABLE (DECLARED_SCOPES_DIFFER) | D3 |
https://toolforte.com/api/mcp |
io.github.Toinedotcom/toolforte | TOOLS | INCONSISTENT | UNCHECKABLE (DECLARED_COUNT_SCOPE_UNSTATED) | D4 |
https://scholar-sidekick.com/api/mcp |
io.github.mlava/scholar-sidekick-mcp | TOOLS | INCONSISTENT | CONSISTENT | D2b |
https://scholar-sidekick.com/api/mcp |
io.github.mlava/scholar-sidekick-mcp | AUTH | CONSISTENT | SINGLE_SURFACE | D2b |
https://mcp.klarix.ai/mcp |
ai.klarix/intelligence | AUTH | INCONSISTENT | UNCHECKABLE (DECLARED_SCOPES_DIFFER) | D3 |
https://ai-visibility.rowb.app/mcp |
app.rowb.ai-visibility/audit | AUTH | INCONSISTENT | UNCHECKABLE (DECLARED_SCOPES_DIFFER) | D3 |
https://auth-posture.rowb.app/mcp |
app.rowb.auth-posture/audit | AUTH | INCONSISTENT | UNCHECKABLE (DECLARED_SCOPES_DIFFER) | D3 |
https://stampcard.rowb.app/mcp |
app.rowb.stampcard/cards | AUTH | INCONSISTENT | UNCHECKABLE (DECLARED_SCOPES_DIFFER) | D3 |
https://veilpoint.ca/mcp |
ca.veilpoint/opportunity-exchange | TOOLS | INCONSISTENT | CONSISTENT | D2b |
https://dchub.cloud/mcp/registry |
cloud.dchub/mcp-server | TOOLS | INCONSISTENT | CONSISTENT | D2b |
https://carsmultiverse.com/wp-json/cmvmcp/v1/mcp |
com.carsmultiverse/recall-record | TOOLS | CONSISTENT | SINGLE_SURFACE | D2a |
https://carsmultiverse.com/wp-json/cmvmcp/v1/mcp |
com.carsmultiverse/recall-record | AUTH | CONSISTENT | SINGLE_SURFACE | D2a |
https://carsmultiverse.com/wp-json/cmvmcp/v1/mcp |
com.carsmultiverse/recall-record | PROTOCOL | UNCHECKABLE (DECLARED_VERSION_NOT_REQUESTED) | SINGLE_SURFACE | D2a |
https://hotels.flightpowers.com/mcp |
com.flightpowers/booking | AUTH | INCONSISTENT | UNCHECKABLE (DECLARED_SCOPES_DIFFER) | D3 |
https://flights.flightpowers.com/mcp |
com.flightpowers/google-flights | AUTH | INCONSISTENT | UNCHECKABLE (DECLARED_SCOPES_DIFFER) | D3 |
https://www.immersivecommons.com/api/mcp |
com.immersivecommons/floor10 | TOOLS | INCONSISTENT | CONSISTENT | D2b, D1 |
https://itsnum.com/mcp |
com.itsnum/num | AUTH | INCONSISTENT | UNCHECKABLE (DECLARED_SCOPES_DIFFER) | D3 |
https://mcp.unifically.com/mcp |
com.unifically/mcp | AUTH | INCONSISTENT | UNCHECKABLE (DECLARED_SCOPES_DIFFER) | D3 |
https://mcp.usecarscout.com/mcp |
com.usecarscout/mcp | TOOLS | INCONSISTENT | CONSISTENT | D1 |
https://standoutmcp.io/api/mcp |
io.standoutmcp/standout | AUTH | INCONSISTENT | UNCHECKABLE (DECLARED_SCOPES_DIFFER) | D3 |
https://mcp.btcdecoded.org/mcp |
org.btcdecoded/intelligence | AUTH | INCONSISTENT | UNCHECKABLE (DECLARED_SCOPES_DIFFER) | D3 |
https://agent-arcade-ai.cursoraikk.chatgpt.site/api/v3/mcp |
site.chatgpt.cursoraikk.agent-arcade-ai/agent-arcade | TOOLS | CONSISTENT | SINGLE_SURFACE | D2a |
https://agent-arcade-ai.cursoraikk.chatgpt.site/api/v3/mcp |
site.chatgpt.cursoraikk.agent-arcade-ai/agent-arcade | AUTH | CONSISTENT | SINGLE_SURFACE | D2a |
https://api2.transloadit.com/mcp |
io.github.transloadit/mcp-server | AUTH | INCONSISTENT | UNCHECKABLE (DECLARED_SCOPES_DIFFER) | D3 |
Counts, 0.1 → 0.1.1 (attempted endpoints; recomputed from the rows):
| dimension | CONSISTENT | INCONSISTENT | SINGLE_SURFACE | UNCHECKABLE |
|---|---|---|---|---|
| VERSION | 3163 → 3163 | 2644 → 2644 | 21 → 21 | 0 → 0 |
| TOOLS | 905 → 908 | 233 → 226 | 4532 → 4535 | 158 → 159 |
| AUTH | 931 → 928 | 23 → 10 | 4465 → 4468 | 409 → 422 |
| PAYMENT | 112 → 112 | 4 → 4 | 572 → 572 | 5140 → 5140 |
| PROTOCOL | 459 → 459 | 33 → 33 | 5064 → 5065 | 272 → 271 |
Endpoints with at least one INCONSISTENT dimension: 2778 → 2768. Every other row keeps its 0.1 states.
Verify. record.v0.1.1.signed.json: Ed25519 under did:web:csoai.org#board-attestation-1 (signed_at 2026-09-26T02:21:40.535Z),
same procedure as above with record.v0.1.1.json; its payload also carries supersedes_sha256. record.v0.1.1.json.ots:
3 pending calendar attestations at publication — a pending calendar commitment, not a Bitcoin attestation.
- Downloads last month
- -