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

io.github.Creed-Space/creedspace-mcp-server

NPM · @CREEDSPACE/MCP-SERVER · SCANNED AUG 3

Constitutional-AI safety guardrails for any LLM — personas, constitutions, adjudication.

+14 this week 60 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 Security75
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (125 of 127), so this covers what we could see, not the whole tree.Partial
  • Install-script check failed: the install command fetches or executes arbitrary code (inline_eval). An install hook runs on every machine, in CI, and on transitive installs, whether or not you ever run the server. View diagnostics → Fail
  • Only part of the dependency tree could be resolved (125 of 127), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability66
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 739 tokens (~46/item across 16 items; 16 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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 (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 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.

npm · @creedspace/mcp-server

# add to Claude Code
claude mcp add creed-space-creedspace-mcp-server -- npx -y @creedspace/mcp-server
# add to Codex CLI
codex mcp add creed-space-creedspace-mcp-server -- npx -y @creedspace/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "creed-space-creedspace-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@creedspace/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add creed-space-creedspace-mcp-server --command npx --arg -y --arg @creedspace/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  creed-space-creedspace-mcp-server:
    command: "npx"
    args: ["-y", "@creedspace/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "creed-space-creedspace-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@creedspace/mcp-server"
      ]
    }
  }
}
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.

  • 2 Aug 26 +24
    • Install scripts: unverified → fail security
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • The scripts that run when this package is installed changed: postinstall security
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 1 Aug 26 +31
    • Malware scan: unverified → pass security
    • Schema quality: good → unverified functional
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −68
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +48
    • Install scripts: unverified → fail security
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • The scripts that run when this package is installed changed: postinstall security
    • Security disclosure: unverified → fail functional
    • Schema quality: unverified → good functional
    • Maintenance: unverified → pass functional
    • License: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 28 Jul 26 −21
    • Security disclosure: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 46

    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 3 Aug 2026 · Analysed npm/@creedspace/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Install scripts 1 script
Hook Tier Command
postinstall dangerous node -e "try{const f='./dist/postinstall.js';require('fs').existsSync(f)&&require(f)}catch{}"
Dependencies 125 packages

125 packages in the resolved dependency tree · 125 deprecated · 35 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 16 exposed · ~739 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
adjudicate ~66

Get a policy decision kernel for a user request based on active constitutions and persona

NameTypeReqDescription
contextobjectAdditional context for the decision
persona_idstringThe persona ID for policy context
questionstringyesThe user question or request to adjudicate
NameTypeReqDescription
caveatsarrayCaveats to the verdict
decisionstringPolicy verdict (allow, block, modify, escalate, permit, forbid, divert, depends)
hashstringKernel hash for verification
noncestring|nullEcho of the request nonce; null when none was supplied
normsarrayNorms applied when reaching the decision
precedencearrayPrecedence ordering used to resolve conflicting norms
rationalestringShort explanation of the decision
sourcesarrayConstitution sources cited by the decision
timestampnumberUnix timestamp of the decision
transparencyobject|nullTransparency detail; null unless a transparency level was requested

No examples provided.

attest_response ~50

Validate a response against the active creed to check for violations and ensure attestation

NameTypeReqDescription
persona_idstringThe persona ID to validate against
responsestringyesThe response text to validate
NameTypeReqDescription
attestationPresentbooleanyesWhether the response embeds the active creed hash
creedHashstring|nullActive creed hash, or null when no creed has been fetched yet
statusstringyesfail on violations, warn on warnings only, otherwise pass
violationsarrayyesForbidden qualities detected in the response
warningsarrayyesNon-blocking issues, e.g. a missing attestation

No examples provided.

clear_cache ~20

Clear the local cache to force fresh data from the API

Input schema present but exposes no named parameters.

NameTypeReqDescription
clearedbooleanyesTrue once the local cache has been cleared
messagestringyesHuman-readable confirmation

No examples provided.

get_active_persona ~19

Get the currently active persona for this session

Input schema present but exposes no named parameters.

NameTypeReqDescription
descriptionstringyesPersona description
iconstringyesPersona icon (emoji)
idstringyesPersona ID
namestringyesHuman-readable persona name

No examples provided.

get_anchor ~65

Get a compact anchor (1-2KB) with top 10 non-negotiable rules and creed hash for quick context reinforcement

NameTypeReqDescription
max_lengthnumberMaximum length of anchor in characters (100-2000)
persona_idstringThe persona ID
NameTypeReqDescription
anchorstringyesCompact anchor text
maxLengthnumberyesMaximum length applied
personastringyesHuman-readable persona name
personaIdstringyesThe persona the anchor was built for
totalRulesnumberTotal rules in the merged creed
truncatedbooleanyesTrue when the anchor was cut to fit max_length

No examples provided.

get_constitution ~54

Get the merged constitution for a specific persona, including all active rules and UVC qualities

NameTypeReqDescription
persona_idstringThe persona ID (e.g., "ambassador", "nanny", "sentinel")
NameTypeReqDescription
contentstringyesMerged constitution text
creedAttestationstringAttestation line binding this response to the active creed hash
iconstringPersona icon (emoji)
personastringyesHuman-readable persona name
totalRulesnumberyesTotal number of rules in the merged creed
uvcTokenstringUVC token, when configured for the persona

No examples provided.

get_constitution_by_id ~31

Get a specific constitution by its ID

NameTypeReqDescription
constitution_idstringyesThe constitution ID
NameTypeReqDescription
contentstringyesFull constitution text
idstringyesConstitution ID
isSystemConstitutionbooleanyesTrue for built-in system constitutions
namestringyesConstitution name
personaIdstringOwning persona ID, when persona-scoped
uvcQualitiesobjectValue qualities for the persona; null when UVC is not configured

No examples provided.

get_scale_attestation ~63

Get attestation record with hash chain for a specific scale and entity

NameTypeReqDescription
entity_idstringyesEntity ID to get attestation for
include_chainbooleanInclude parent hash chain
scalestringyesScale level for attestation
NameTypeReqDescription
attestationobject|nullNull when no attestation exists for the entity
chainarrayParent hash chain; present when include_chain was set
entity_idstringEntity the attestation belongs to
scalestringAlignment scale of the attestation

No examples provided.

get_system_prompt ~35

Get a complete system prompt for a persona including constitution and UVC qualities

NameTypeReqDescription
persona_idstringThe persona ID
NameTypeReqDescription
creedAttestationstringyesAttestation line binding the prompt to the active creed hash
personaIdstringyesThe persona the prompt was built for
systemPromptstringyesAssembled system prompt text

No examples provided.

get_uvc_qualities ~40

Get the desired, disliked, and never qualities for a persona from the UVC system

NameTypeReqDescription
persona_idstringThe persona ID
NameTypeReqDescription
configuredbooleanyesFalse when no UVC qualities are configured for the persona
personaIdstringyesThe persona the qualities belong to
qualitiesobject|nullValue qualities for the persona; null when UVC is not configured

No examples provided.

heartbeat ~65

Periodic re-anchoring to prevent context drift - returns mini-anchor every 10 messages

NameTypeReqDescription
forcebooleanForce anchor return regardless of message count
message_countnumberCurrent message count in the session
persona_idstringThe persona ID
NameTypeReqDescription
anchoredbooleanyesTrue when a mini-anchor was returned rather than a plain acknowledgement
messageCountnumberyesMessage count supplied by the caller
personastringHuman-readable persona name; present only when anchored
personaIdstringyesThe persona used for re-anchoring
textstringyesMini-anchor text, or the heartbeat acknowledgement

No examples provided.

list_personas ~21

List all available AI personas with their descriptions and current status

Input schema present but exposes no named parameters.

NameTypeReqDescription
availablearrayyesAll personas available from the Creed Space API
currentstringyesCurrently active persona ID for this session

No examples provided.

perform_multi_scale_handshake ~62

Perform N-party value handshake across micro/meso/macro scales with anti-collusion and hierarchical budgets

NameTypeReqDescription
invariantsarrayList of invariant rules that must be enforced
partiesarrayyesArray of party contexts for handshake
NameTypeReqDescription
conflictsarrayConflicts detected between parties
party_weightsobjectWeight assigned to each party in the synthesis
precedence_decisionsarrayPrecedence decisions taken to resolve competing party values
rationalestringExplanation of the handshake outcome
scale_attestationsobjectAttestation record per alignment scale
synthesized_constitutionobject|nullMerged UVC components agreed across parties; null when no synthesis was reached

No examples provided.

preview_export ~75

Preview the export configuration for Claude Code or other AI tools

NameTypeReqDescription
include_constitutionsbooleanInclude constitutions in export
include_system_promptbooleanInclude system prompt in export
include_uvcbooleanInclude UVC qualities in export
persona_idstringThe persona ID
NameTypeReqDescription
constitutionIdsarrayConstitution IDs included in the export
includeConstitutionsbooleanWhether constitutions were included
includeSystemPromptbooleanWhether the system prompt was included
includeUvcbooleanWhether UVC qualities were included
personaIdstringyesThe persona the export was built for
personaNamestringyesHuman-readable persona name
previewstringyesRendered export preview text

No examples provided.

search_constitutions ~39

Search constitutions by keyword or persona

NameTypeReqDescription
persona_idstringFilter by persona ID
querystringSearch query
NameTypeReqDescription
constitutionsarrayyesMatching constitutions (content truncated to a 200-character preview)
personastringyesPersona filter applied, or "all"
querystringEcho of the search query, when one was supplied
resultsnumberyesNumber of matching constitutions

No examples provided.

set_persona ~34

Switch to a different AI persona for the current session

NameTypeReqDescription
persona_idstringyesThe persona ID to switch to
NameTypeReqDescription
descriptionstringyesPersona description
iconstringyesPersona icon (emoji)
idstringyesPersona ID
messagestringyesHuman-readable confirmation of the switch
namestringyesHuman-readable persona name

No examples provided.