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.

CE-RISE Digital Passport Engineering Assistant

OCI · GHCR.IO/CE-RISE-SOFTWARE/DP-ENGINEERING-ASSISTANT-MCP:0.0.1 · SCANNED SEP 20

Helps plan and reuse CE-RISE Digital Passport components, models, and deployment assets.

0 this week 53 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 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 & Transparency32
Schema Quality & AI Usability87
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 2592 tokens (~72/item across 36 items; 29 tools + 7 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 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
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 29 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 31 captured unit(s) of tool text and found none that tries to manipulate the model reading it.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

How do I install the CE-RISE Digital Passport Engineering Assistant MCP server?

CE-RISE Digital Passport Engineering Assistant runs locally as a container image, launched with docker run --rm -i ghcr.io/ce-rise-software/dp-engineering-assistant-mcp:0.0.1. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

oci · ghcr.io/ce-rise-software/dp-engineering-assistant-mcp:0.0.1

# add to Claude Code
claude mcp add ce-rise-software-dp-engineering-assistant -- docker run --rm -i ghcr.io/ce-rise-software/dp-engineering-assistant-mcp:0.0.1
// .cursor/mcp.json
{
  "mcpServers": {
    "ce-rise-software-dp-engineering-assistant": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/ce-rise-software/dp-engineering-assistant-mcp:0.0.1"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "ce-rise-software-dp-engineering-assistant": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/ce-rise-software/dp-engineering-assistant-mcp:0.0.1"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add ce-rise-software-dp-engineering-assistant -- docker run --rm -i ghcr.io/ce-rise-software/dp-engineering-assistant-mcp:0.0.1
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ce-rise-software-dp-engineering-assistant": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/ce-rise-software/dp-engineering-assistant-mcp:0.0.1"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  ce-rise-software-dp-engineering-assistant:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/ce-rise-software/dp-engineering-assistant-mcp:0.0.1"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "ce-rise-software-dp-engineering-assistant": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/ce-rise-software/dp-engineering-assistant-mcp:0.0.1"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "ce-rise-software-dp-engineering-assistant": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/ce-rise-software/dp-engineering-assistant-mcp:0.0.1"
      ]
    }
  }
}
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.

  • 20 Sept 26 +1

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

  • 18 Sept 26 +1

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

  • 17 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
  • 15 Sept 26 +1

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

  • 13 Sept 26 +1

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

  • 11 Sept 26 +1

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

  • 10 Sept 26 −3
    • Stability: pass → 0.80 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 oci/ghcr.io/ce-rise-software/dp-engineering-assistant-mcp:0.0.1

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

Background: How many MCP packages publish verified provenance →

MCP tools · 29 exposed · ~2,362 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
assess_adoption_context ~84

Assess a general Digital Passport adoption context across scope, drivers, value-chain role, shared information, data readiness, and value goals.

NameTypeReqDescription
adoption_contextobjectyesDeclared adoption context. Useful keys include organization_role, passport_scope, compliance_drivers, value_chain_actors, shared_information, data_sources, existing_systems, value_goals, and implemen…

No output schema declared.

No examples provided.

assess_deployment_artifact_readiness ~69

Assess whether enough deployment context is declared before generated artifacts are treated as implementation-ready.

NameTypeReqDescription
deployment_contextobjectyesDeclared deployment context. Useful keys include target_runtime, selected_services, io_adapter_strategy, model_registry_strategy, auth_strategy, environment_overlays, and operational_checks.

No output schema declared.

No examples provided.

assess_implementation_readiness ~62

Assess whether a Digital Passport implementation context has enough information to proceed.

NameTypeReqDescription
project_contextobjectyesDeclared implementation context. Useful keys include passport_scope, user_goal, data_sources, selected_components, data_model_strategy, deployment_context, and validation_strategy.

No output schema declared.

No examples provided.

build_connected_solution_snapshot ~68

Build a grounded snapshot connecting catalog components to curated CE-RISE source repositories and documentation.

NameTypeReqDescription
include_headingsbooleanWhen true, include Markdown headings for each available key file.
source_idsarrayOptional list of source ids. Omit to include all connected sources.

No output schema declared.

No examples provided.

build_live_service_readiness_snapshot ~71

Build a read-only reachability/readiness snapshot over curated CE-RISE live service connections.

NameTypeReqDescription
service_idsarrayOptional service ids from list_live_service_connections. Omit to check all services.
timeout_secondsnumberOptional HTTP timeout between 0 and 30 seconds.

No output schema declared.

No examples provided.

build_update_aware_solution_context ~118

Combine stable catalog guidance with optional current release/tag/artifact metadata from configured CE-RISE update channels.

NameTypeReqDescription
check_remotebooleanWhen true, fetch current metadata from configured update channels.
component_idsarrayOptional CE-RISE component ids. When omitted, relevant components are selected from user_goal or all components are included.
timeout_secondsnumberOptional HTTP timeout between 0 and 30 seconds.
user_goalstringOptional user goal used to select relevant components from the stable catalog.

No output schema declared.

No examples provided.

check_connected_sources ~64

Check local and optionally remote availability for connected CE-RISE sources.

NameTypeReqDescription
check_remotebooleanWhen true, perform network HEAD checks for repository and documentation URLs.
source_idsarrayOptional list of source ids to check. Omit to check all sources.

No output schema declared.

No examples provided.

check_update_channels ~86

Fetch current metadata from configured read-only CE-RISE update channels.

NameTypeReqDescription
channel_idsarrayOptional update channel ids to check. Omit to select by component_ids or check all channels.
component_idsarrayOptional CE-RISE component ids whose update channels should be checked.
timeout_secondsnumberOptional HTTP timeout between 0 and 30 seconds.

No output schema declared.

No examples provided.

discover_model_repositories ~78

Discover CE-RISE model repositories under the configured model namespace and propose update channels for newly available models.

NameTypeReqDescription
check_remotebooleanWhen true, fetch the current CE-RISE-models repository list from the configured discovery channel. Defaults to true.
timeout_secondsnumberOptional HTTP timeout between 0 and 30 seconds.

No output schema declared.

No examples provided.

generalize_reference_example ~105

Generalize reusable workflow patterns from a CE-RISE reference example for a declared Digital Passport adoption context.

NameTypeReqDescription
adoption_contextobjectDeclared adoption context. Useful keys include organization_role, passport_scope, value_chain_actors, shared_information, and value_goals.
example_idstringyesReference example id from list_reference_examples.
target_outcomestringOptional target outcome, such as local learning workflow, deployment handover, or integration planning.

No output schema declared.

No examples provided.

generate_deployment_artifact_plan ~174

Map deployment choices to Compose/Kubernetes starter artifact profiles derived from the CE-RISE GitOps template.

NameTypeReqDescription
adoption_contextobjectOptional adoption or implementation context to carry through the plan.
check_remote_updatesbooleanWhen true, check configured update channels and include current metadata in the generated plan context.
include_internal_adapterbooleanWhen true, include the optional internal adapter Compose profile.
include_re_indicatorsbooleanWhen true, include RE Indicators Calculation Service profiles/extensions.
selected_componentsarrayOptional CE-RISE component ids already selected.
targetstringOptional deployment target: compose, kubernetes, or both. Defaults to both.
timeout_secondsnumberOptional HTTP timeout between 0 and 30 seconds for update checks.

No output schema declared.

No examples provided.

generate_deployment_artifacts ~230

Return Docker Compose and/or Kubernetes starter file contents derived from the existing CE-RISE GitOps template.

NameTypeReqDescription
auth_modestringOptional HEX Core authentication mode placeholder, such as jwt_jwks or none.
check_remote_updatesbooleanWhen true, check configured update channels and use current metadata where it maps safely to generated artifact fields.
environmentstringOptional environment label: local, dev, or prod.
external_io_adapter_urlstringOptional external HTTP IO adapter URL placeholder.
include_internal_adapterbooleanWhen true, include the optional internal adapter Compose profile.
include_re_indicatorsbooleanWhen true, include RE Indicators Calculation Service profiles/extensions.
project_namestringOptional project name used for generated Kubernetes namespaces and artifact ids.
selected_componentsarrayOptional CE-RISE component ids already selected.
targetstringyesRequired deployment target: compose, kubernetes, or both.
timeout_secondsnumberOptional HTTP timeout between 0 and 30 seconds for update checks.

No output schema declared.

No examples provided.

generate_implementation_plan ~68

Generate an ordered implementation plan that reuses existing CE-RISE assets.

NameTypeReqDescription
architecture_idstringOptional architecture pattern id from recommend_passport_architecture.
goalstringyesImplementation goal.
known_componentsarrayOptional known CE-RISE component ids already selected.

No output schema declared.

No examples provided.

generate_implementation_roadmap ~72

Generate a phased roadmap for Digital Passport adoption and implementation over existing CE-RISE assets.

NameTypeReqDescription
adoption_contextobjectyesDeclared adoption context.
adoption_path_idstringOptional adoption path id from recommend_adoption_path.
time_horizonstringOptional planning horizon label.

No output schema declared.

No examples provided.

identify_value_opportunities ~80

Identify practical value opportunities from shared Digital Passport information.

NameTypeReqDescription
adoption_contextobjectOptional adoption context object.
selected_flow_idsarrayOptional flow ids from map_value_chain_flows.
shared_informationarrayOptional declared shared information types or examples.
value_goalsarrayOptional target value goals beyond compliance.

No output schema declared.

No examples provided.

inspect_connected_source ~61

Inspect curated key files from one connected CE-RISE source, including Markdown headings when available.

NameTypeReqDescription
include_headingsbooleanWhen true, include Markdown headings discovered in key files.
source_idstringyesConnected source id from list_connected_sources.

No output schema declared.

No examples provided.

inspect_live_service_openapi ~77

Fetch and summarize the OpenAPI document from one live CE-RISE service connection.

NameTypeReqDescription
base_urlstringOptional localhost-only base URL override for local testing.
service_idstringyesService id from list_live_service_connections.
timeout_secondsnumberOptional HTTP timeout between 0 and 30 seconds.

No output schema declared.

No examples provided.

list_connected_sources ~59

List curated CE-RISE repositories, documentation sites, models, and service references connected to this assistant.

NameTypeReqDescription
include_statusbooleanWhen true, include local repository availability and key-file status.
kindstringOptional source kind filter.

No output schema declared.

No examples provided.

list_deployment_artifact_templates ~48

List CE-RISE GitOps-template-derived deployment artifact profiles for Compose and Kubernetes outputs.

NameTypeReqDescription
targetstringOptional target filter: compose, kubernetes, or both.

No output schema declared.

No examples provided.

list_live_service_connections ~45

List curated read-only live service discovery connections for CE-RISE services.

NameTypeReqDescription
service_familystringOptional service family filter, such as core, storage, or calculation.

No output schema declared.

No examples provided.

list_reference_examples ~56

List curated CE-RISE reference examples that can be generalized without copying their concrete demo data or local-only settings.

NameTypeReqDescription
source_component_idstringOptional CE-RISE component id filter, such as dp_system_local_demonstrator.

No output schema declared.

No examples provided.

list_solution_capabilities ~51

List deterministic assistant-facing CE-RISE capability families from the local catalog.

NameTypeReqDescription
familystringOptional capability family filter, such as discovery, design, data-model, implementation, validation, or deployment.

No output schema declared.

No examples provided.

list_solution_components ~50

List known existing CE-RISE components and their intended assistant reuse role.

NameTypeReqDescription
capability_idstringOptional capability id used to return related components.
kindstringOptional component kind filter.

No output schema declared.

No examples provided.

list_update_channels ~96

List configured read-only CE-RISE repository, release, tag, documentation, and artifact update channels.

NameTypeReqDescription
component_idstringOptional CE-RISE component id filter.
source_idstringOptional connected source id filter.
update_rolestringOptional update role filter, such as software_component_version, model_artifact_version, deployment_template_version, reference_example_version, tooling_version, or documentation_availability.

No output schema declared.

No examples provided.

map_user_goal_to_ce_rise_capabilities ~60

Map a user goal to existing CE-RISE capabilities and suggested components using the deterministic local catalog.

NameTypeReqDescription
constraintsarrayOptional project constraints or keywords.
user_goalstringyesUser's Digital Passport engineering goal.

No output schema declared.

No examples provided.

map_value_chain_flows ~109

Map requested, held, validated, enriched, or shared Digital Passport information across value-chain actors.

NameTypeReqDescription
adoption_contextobjectOptional adoption context object.
information_needsarrayOptional list of information needs or shared information types.
organization_rolestringOptional organization role in the value chain.
product_scopestringOptional product, material, asset, or process scope.
value_chain_actorsarrayOptional list of value-chain actors.

No output schema declared.

No examples provided.

probe_live_service ~101

Probe curated read-only GET endpoints for one live CE-RISE service connection.

NameTypeReqDescription
base_urlstringOptional localhost-only base URL override for local testing.
endpoint_idsarrayOptional list of safe endpoint ids to probe. Omit to probe all safe endpoints for the service.
service_idstringyesService id from list_live_service_connections.
timeout_secondsnumberOptional HTTP timeout between 0 and 30 seconds.

No output schema declared.

No examples provided.

recommend_adoption_path ~60

Recommend a CE-RISE reuse-oriented Digital Passport adoption path.

NameTypeReqDescription
adoption_contextobjectyesDeclared adoption context.
prioritiesarrayOptional priorities such as compliance, local prototype, model alignment, value-chain exchange, or deployment preparation.

No output schema declared.

No examples provided.

recommend_passport_architecture ~60

Recommend a CE-RISE reuse-oriented Digital Passport architecture pattern.

NameTypeReqDescription
prioritiesarrayOptional priorities such as local validation, deployment, model alignment, or production preparation.
use_casestringyesDigital Passport use case or implementation scenario.

No output schema declared.

No examples provided.

Common questions

What is the CE-RISE Digital Passport Engineering Assistant MCP server?

CE-RISE Digital Passport Engineering Assistant is an MCP server listed in the public MCP registry as io.github.CE-RISE-software/dp-engineering-assistant. Helps plan and reuse CE-RISE Digital Passport components, models, and deployment assets. This page covers its container image (ghcr.io/ce-rise-software/dp-engineering-assistant-mcp:0.0.1).

Is the CE-RISE Digital Passport Engineering Assistant MCP server safe to use?

CE-RISE Digital Passport Engineering Assistant scores 53 out of 100 on VerifyMCP. 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 CE-RISE Digital Passport Engineering Assistant MCP server expose?

CE-RISE Digital Passport Engineering Assistant exposes 29 tools: list_solution_capabilities, list_solution_components, map_user_goal_to_ce_rise_capabilities, recommend_passport_architecture, generate_implementation_plan, and 24 more. Their descriptions and schemas cost roughly 2,362 tokens of context every time the server is loaded.

Is the CE-RISE Digital Passport Engineering Assistant MCP server still maintained?

CE-RISE Digital Passport Engineering Assistant 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.