Deterministic SHACL-based assessment and comparison for digital passport data models.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Digital Passport Assessment Workbench.
assessCallable MCP tool function
coverageCallable MCP tool function
compareCallable MCP tool function
prioritizeCallable MCP tool function
recommend-compositionCallable MCP tool function
schemaCallable MCP tool function
A Python toolkit and thin CLI for SHACL-based assessment of digital passport data models, pairwise comparison of composed solutions, and SHACL-only use-case coverage analysis.
This README is primarily a repository and development entry point. The user-facing conceptual and usage reference is at the published documentation site. The repository-source docs remain available in docs/.
dpawbdpawb-mcpThe tool is designed primarily as an agent-usable analytical toolkit with a thin CLI. The core command surface is:
assesscoveragecompareprioritizerecommend-compositionschemavocabularytemplatecapabilitiessummarizeThe intended primary integration mode is an AI agent orchestrating the analytical pipeline through the package API or the CLI. In practice, this means:
The CLI remains useful for direct human invocation, but the main product shape is an analytical engine that can be called by agent skills, workflow runners, or tool adapters.
The package also ships a thin stdio MCP server over the same deterministic command surface:
assesscoveragecompareprioritizerecommend-compositionschemavocabularytemplatecapabilitiessummarizeThe MCP surface stays intentionally thin:
dpawb as the core Python packagedpawb-mcpThe MCP runtime and publication shape are documented in the published MCP server page.
The public Python API is documented in the published API reference.
The MCP server is published with this identity:
io.github.CE-RISE-software/dpawbghcr.io/ce-rise-software/dpawb-mcp:<release-version>stdiohttps://registry.modelcontextprotocol.io/The server is discoverable in the official MCP Registry under the name io.github.CE-RISE-software/dpawb.
Registry discovery page:
https://registry.modelcontextprotocol.io/?q=dpawbLocal client configuration example:
OCI-oriented registry metadata is declared in server.json. The publish workflow fills in the release version and image tag when publishing.
Published package name:
The installed MCP server command is:
If you are working in a restricted environment, the package is configured to build with setuptools so editable installs do not depend on fetching an extra build backend.
If build isolation or wheel support is unavailable locally, use:
In constrained environments where editable installation is blocked by local Python packaging tooling, the repository still supports a repo-native execution path:
Minimal local MCP runtime command:
Before wiring PyPI CI/CD, run the local packaging check in an environment with wheel available:
This builds a wheel and sdist, installs the wheel into a clean temporary environment, and runs installed CLI smoke checks.
There are two distinct input areas in this repository:
fixtures/
Synthetic, repository-local test data only.
These files are used by tests, smoke checks, and CI validation.
examples/01-source-ingestion/
Live-source example inputs intended for manual runs.
These are the first step in the tutorial progression and are not part of CI validation.
The full examples tree is organized by analytical task, not by input data model:
examples/01-source-ingestion/
Load and assess declared profiles.examples/02-structural-comparison/
Compare two profile assessment results.examples/03-reduced-use-case-comparison/
Run the first aligned use-case comparison.examples/04-extended-use-case-comparison/
Run a broader aligned use-case comparison.examples/05-composition-recommendation/
Recommend a combined profile from two assessed model sets.Each example is usable by humans as a step-by-step command tutorial and by AI agents as a deterministic recipe over explicit files.
Example profiles for live SHACL sources are included at:
examples/01-source-ingestion/profiles/battery_dpp_representation_live.yamlexamples/01-source-ingestion/profiles/battery_product_identification_live.yamlexamples/01-source-ingestion/profiles/dp_record_metadata_live.yamlexamples/01-source-ingestion/profiles/traceability_and_life_cycle_events_live.yamlexamples/01-source-ingestion/profiles/metadata_focused_composition_live.yamlexamples/01-source-ingestion/profiles/metadata_and_traceability_live.yamlexamples/02-structural-comparison/profiles/metadata_slice_left_live.yamlexamples/02-structural-comparison/profiles/metadata_slice_right_live.yamlIf you want a single live source, the metadata-oriented example is the main starting point:
If you want a composed profile, use:
You can also run the traceability-only example:
For manual coverage runs, example use cases are included at:
examples/01-source-ingestion/use_cases/battery_dpp_representation.yamlexamples/01-source-ingestion/use_cases/battery_product_identification.yamlexamples/01-source-ingestion/use_cases/battery_passport_metadata_and_classification.yamlexamples/01-source-ingestion/use_cases/record_identity_lookup.yamlexamples/01-source-ingestion/use_cases/provenance_actor_lookup.yamlExample:
The main real comparison-driver use case is:
examples/01-source-ingestion/use_cases/battery_dpp_representation.yamlIt intentionally stays narrow. It requires:
and the joins needed to treat those as one battery-DPP representation slice.
The matching starting composition for that use case is:
examples/01-source-ingestion/profiles/battery_dpp_representation_live.yamlIt currently composes:
dp_record_metadatatraceability_and_life_cycle_eventsThis is the current broader baseline for the battery-DPP comparison work.
For the first reduced real pass, the narrower identity-focused comparison slice is:
examples/03-reduced-use-case-comparison/examples/03-reduced-use-case-comparison/use_cases/use_case.yamlexamples/03-reduced-use-case-comparison/profiles/left_profile.yamlexamples/03-reduced-use-case-comparison/profiles/right_profile.yamlThis reduced slice composes:
dp_record_metadataproduct_profiletraceability_and_life_cycle_eventsand is the first validated product-identification comparison slice against the BatteryPass General Product Information model.
A second broader validated slice is also included:
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/digital-passport-assessment-workbench)<a href="https://allmcps.com/mcp/digital-passport-assessment-workbench"><img src="https://allmcps.com/api/badge/digital-passport-assessment-workbench?style=directory" alt="Digital Passport Assessment Workbench on AllMCPs" /></a>