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.

Council of AI GSPC

NPM · CSOAI-GSPC-MCP · 2 COMPONENTS · SCANNED SEP 21

12 HTTP tools (8 free, 4 x402). GSPC board + Ed25519 + trust counts. Measure, never certify.

+8 this week 78 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency71
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Cryptographically verified build provenance (signed, bound to CSOAI-ORG/councilof-ai). View diagnostics → Pass
  • Clear OSI-approved license (Apache-2.0).Pass
  • Actively maintained (last published 6 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability71
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2017 tokens (~168/item across 12 items; 12 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 Management45
  • Stability check failed: the tool surface changed between 0.2.1 and 0.2.2: 1 tool removals, 0 breaking changes, 1 additions. See how to fix → Fail
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
  • Structured output schemas are declared (8% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 12 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

How do I install the Council of AI GSPC MCP server?

Council of AI GSPC runs locally as an npm package, launched with npx -y csoai-gspc-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · csoai-gspc-mcp

# add to Claude Code
claude mcp add csoai-org-gspc -- npx -y csoai-gspc-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "csoai-org-gspc": {
      "command": "npx",
      "args": [
        "-y",
        "csoai-gspc-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "csoai-org-gspc": {
      "command": "npx",
      "args": [
        "-y",
        "csoai-gspc-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add csoai-org-gspc -- npx -y csoai-gspc-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "csoai-org-gspc": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "csoai-gspc-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add csoai-org-gspc --command npx --arg -y --arg csoai-gspc-mcp
# ~/.hermes/config.yaml
mcp_servers:
  csoai-org-gspc:
    command: "npx"
    args: ["-y", "csoai-gspc-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "csoai-org-gspc": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "csoai-gspc-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add csoai-org-gspc -t stdio -c npx -a -y csoai-gspc-mcp
// mcp.json
{
  "mcpServers": {
    "csoai-org-gspc": {
      "command": "npx",
      "args": [
        "-y",
        "csoai-gspc-mcp"
      ]
    }
  }
}
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.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 38 to 42.

  • 17 Sept 26 +1
    • Security disclosure: fail → unverified functional
  • 16 Sept 26 −5
    • Source repository: pass → fail security
  • 15 Sept 26 +16
    • Malware scan: unverified → pass security
  • 14 Sept 26 −5
    • Malware scan: pass → unverified security
    • Stability: 0.30 → fail security
    • Provenance: fail → pass security
    • The attested source repository moved: CSOAI-ORG/councilof-ai security
    • Schema quality: 187 → 168 functional
    • First check of Tool coverage: 8 functional
    • Package version: 0.2.1 → 0.2.2 functional
  • 12 Sept 26 +4
    • Stability: unverified → 0.27 functional
  • 5 Sept 26 +15
    • Malware scan: unverified → pass security
  • 4 Sept 26 −14
    • Stability: 0.43 → unverified security
    • First check of Provenance: fail security
    • First check of Source repository: pass security
    • First check of Install scripts: pass security
    • First check of Known CVEs: pass security
    • First check of Malware scan: unverified security
    • Schema quality: pass → fail functional
    • MCP protocol: pass → fail functional
    • First check of Maintenance: pass functional
    • First check of Dependency health: pass functional
    • First check of License: pass functional
    • First check of Security disclosure: fail functional
    • Schema quality: good → excellent functional
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 20 Sept 2026 · Analysed npm/csoai-gspc-mcp@0.2.2

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo CSOAI-ORG/councilof-ai
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/CSOAI-ORG/councilof-ai/.github/workflows/npm-gspc-release.yml@refs/heads/master
Rekor log index 2818831128
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:76e4b161626e7ff0c4d7746d48c6752f8c0c4405fa2e79e3a994a531b530597f5d020f86e749d7411448b7b7e29d6e6b0003c72bad1ba693a1c67d5bb

Background: How many MCP packages publish verified provenance →

Dependencies 0 packages
Packages resolved 0
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 12 exposed · ~2,017 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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
art50_marking_evidence ~305

PAID (x402 or CSOAI LTD invoice). Article 50 marking-evidence pack via https://councilof.ai/api/art50/marking-evidence: is a machine-readable mark DETECTABLE in these bytes right now (C2PA manifest store, assertion hashes, hard binding, claim signature; IPTC digitalSourceType), beside the verbatim Art 50(2) excerpt hash and the Art 99(4) ceiling. Watermarks are UNCHECKABLE where no public detector exists and the pack says so. Point-in-time detection — never a conformity opinion, never a compliance word of any kind. preview=true is free and returns the same measurement unsigned. Without x_payment the tool returns the 402 challenge. If the route is not deployed on this origin the tool says NOT_DEPLOYED rather than inventing a result.

NameTypeReqDescription
bytes_b64stringAlternatively the output bytes, base64 (≤20 MiB decoded).
manifest_b64stringAlternatively a detached C2PA manifest store, base64 (manifest-only mode).
previewbooleantrue = free unsigned measurement (no card sha, no signature).
urlstringPublic http(s) URL of the generative output to measure (≤20 MiB).
x_paymentstringThe X-PAYMENT header value signed against accepts[] from the previous 402. Omit to receive the challenge.

No output schema declared.

No examples provided.

board_totals ~116

Live GSPC board totals from https://councilof.ai/api/gspc. Returns the slot count and the measured count as two labelled numbers WITH their kind — a slot is a declared position on the board, a measurement is a real run behind it; the two are never summed and never swapped — plus as_of dates for the board and for this fetch. We measure, never certify. If the board cannot be fetched the answer is a distinct UNREACHABLE state: no cached number is ever presented as live.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

commission_card ~233

PAID (x402). Commission one signed card-v0 receipt (surface ras.commission) for a named subject on the frozen bank via https://councilof.ai/api/request-attestation. Re-serves every signed measurement card already on file for the subject; a payment never mints a MEASURED cell (fresh_run stays UNMEASURED until a published run exists). Without x_payment the tool returns the 402 challenge (accepts[] with asset, amount, payTo) plus a free preview of the cards already on file. Measurement, not certification — never a rank, a grade or a certificate. Verification stays free.

NameTypeReqDescription
axisstringOptional axis slug; omit for the subject-level commission.
subjectstringyesSubject to commission: a model id, instrument id or card sha (1-120 chars of [A-Za-z0-9._:/@+-]).
x_paymentstringThe X-PAYMENT header value (base64 x402 payload) signed by your wallet against accepts[] from the previous 402. Omit to receive the challenge.

No output schema declared.

No examples provided.

get_axis ~136

One axis row from the live GSPC board at https://councilof.ai/api/gspc: n, accuracy, interval, MEASURED or UNMEASURED status, family, and dates. An unmeasured axis is a first-class answer — a declared slot with no run behind it, published so the gap is visible — never an error and never a zero. Never a certification.

NameTypeReqDescription
axisstringyesThe axis name as it appears on the board, e.g. governance, safety, jail, provenance-controls. Case-insensitive. An unknown name returns the list of names the board actually carries.

No output schema declared.

No examples provided.

get_card ~101

GET one public-root card-v0 leaf by sha256 (64 hex) from https://councilof.ai/cards/{sha16}.json. UNMEASURED cells stay visible. Three states: VALID (fetched), INVALID (not a leaf of the live root), UNCHECKABLE (fetch failed). Not a GSPC measurement-card.

NameTypeReqDescription
sha256stringyes64-char hex payload SHA-256 of the card-v0 leaf.

No output schema declared.

No examples provided.

get_root ~78

GET the permissionless public-root at https://councilof.ai/root.json. Returns merkle_root, card_count, as_of, and UNMEASURED notes. Separate from GSPC. Three states: VALID (fetched), UNREACHABLE (could not fetch), UNCHECKABLE (body unreadable). Never a certificate.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_cards ~159

The published signed-card index (https://councilof.ai/signed/card_index.json): what the index declares (n_cards) and how many rows it actually carries, reported next to — never reconciled with — the count the card store endpoint (https://councilof.ai/api/cards) reports for itself. Two labelled numbers from two surfaces; if they disagree, this tool shows the disagreement rather than picking one. Optional filters return recent rows: axis, limit.

NameTypeReqDescription
axisstringOnly list rows whose axis matches this name (case-insensitive).
limitintegerHow many rows to include in the listing (newest first). Default 10. The two counts are always reported in full regardless of this limit.

No output schema declared.

No examples provided.

receipts_batch ~279

PAID (x402 or CSOAI LTD invoice). A historical batch of the estate's measurement receipts via https://councilof.ai/api/receipts/batch: every signed card-v0 leaf whose as_of falls in [from,to] (≤200), each with its Merkle inclusion path and the public root(s) that carried it, plus the root index for the window and one signed manifest card citing the batch sha256. preview=true is free and returns count, span, root count and the sha256 of the exact bytes the paid call returns. Recent leaves are free at /root.json, /cards/ and /api/proof?sha= — the batch sells assembly across history, never a conclusion. No settlement-receipt stream exists (/api/receipts/latest is UNPUBLISHED) and this tool never claims one. Without x_payment the tool returns the 402 challenge.

NameTypeReqDescription
fromstringyesWindow start, ISO-8601. Required.
previewbooleantrue = free: count, span, roots and batch sha256 without the leaves.
tostringWindow end, ISO-8601. Defaults to now.
x_paymentstringThe X-PAYMENT header value signed against accepts[] from the previous 402. Omit to receive the challenge.

No output schema declared.

No examples provided.

rwa_evidence ~237

PAID (x402). Per-request signed evidence card of ONE XRPL issued asset's deterministic on-ledger state via https://councilof.ai/api/rwa/evidence: AccountRoot lsf* flags, Domain, the two-way xrp-ledger.toml check (PASS / FAIL / UNCHECKABLE — unreachable is never FAIL), gateway_balances obligation, holders as the free reader has them, every raw fetch sha256'd. preview=true is free (unsigned state). Historical state at fetched_at — not a rating, not a guarantee, not a conformity mark; /api/xrpl and /root.json stay free. Without x_payment the tool returns the 402 challenge. If the route is not deployed on this origin the tool says NOT_DEPLOYED.

NameTypeReqDescription
assetstringyesSymbol (as listed by https://councilof.ai/api/xrpl) or issuer r-address.
previewbooleantrue = free unsigned state.
x_paymentstringThe X-PAYMENT header value signed against accepts[] from the previous 402. Omit to receive the challenge.

No output schema declared.

No examples provided.

verify_card ~220

Verify a signed gspc.measurement-card under the published rule (https://councilof.ai/signed/HOW-TO-VERIFY.md): recompute the id from the canonical body bytes, then check the Ed25519 signature under the PINNED key published at did:web:csoai.org#card-attestation-1. A card that carries its own key proves only that the file is self-consistent — anyone can alter a body and sign it with a key they just generated — so a signer other than the published key is reported INVALID. Three verdicts, never two: VALID, INVALID (with the reason), or UNCHECKABLE when the check could not be completed — 'could not check' is a different claim from 'forged'. Accepts the card as a JSON object, a JSON string, or a councilof.ai / csoai.org URL. Never a certification.

NameTypeReqDescription
cardyesThe signed card: an object, a JSON string, or a councilof.ai / csoai.org URL to one.

No output schema declared.

No examples provided.

verify_inclusion ~89

Check a sha256 against the live public-root merkle via GET /api/proof?sha=. Three states only: VALID (included), INVALID (not a leaf), UNCHECKABLE (proof endpoint unreachable). Does not claim Ed25519 unless sig_ed25519 is present and checked separately. Never a grade.

NameTypeReqDescription
sha256stringyes64-char hex digest to test for inclusion.

No output schema declared.

No examples provided.

x402_trust ~64

GET the latest x402 catalog trust snapshot: counts of how many catalogued x402 resources open a correct 402 challenge vs how many are phantom on the wire. Counts only by doctrine — host details withheld; a 402 is NOT delivery; measurement, never certification.

Input schema present but exposes no named parameters.

NameTypeReqDescription
as_ofstring
countsobject
headlinestring

No examples provided.

Common questions

What is the Council of AI GSPC MCP server?

Council of AI GSPC is an MCP server listed in the public MCP registry as io.github.CSOAI-ORG/gspc. 12 HTTP tools (8 free, 4 x402). GSPC board + Ed25519 + trust counts. Measure, never certify. This page covers its npm package (csoai-gspc-mcp).

Is the Council of AI GSPC MCP server safe to use?

Council of AI GSPC scores 78 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Council of AI GSPC MCP server expose?

Council of AI GSPC exposes 12 tools: board_totals, get_axis, verify_card, list_cards, get_root, and 7 more. Their descriptions and schemas cost roughly 2,017 tokens of context every time the server is loaded.

Is the Council of AI GSPC MCP server still maintained?

Council of AI GSPC is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Council of AI GSPC MCP server under?

Council of AI GSPC declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.