delivery-intelligence-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@delivery-intelligence-mcpwhat's the programme health and key risks?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Delivery Intelligence MCP Workbench
A governed AI/MCP delivery-intelligence showcase over a fully synthetic enterprise programme.
It helps a delivery lead answer: what changed, what is blocked, which dependency matters next, what a change request will affect, and which claims are supported by evidence. The core value works without an API key.
60-Second Review Path
Open the generated workbench: workbench/index.html
Inspect the strongest code path: delivery_intelligence/engine.py
Review the MCP tool boundary: delivery_intelligence/mcp_server.py
Check the evaluation harness: delivery_intelligence/evaluation.py
Run the project:
python -m pip install -e .
python -m delivery_intelligence build
python -m delivery_intelligence validate
python -m unittest discover -s testsRelated MCP server: PM Governance MCP Server
What This Proves
Capability | Public evidence |
AI/MCP tool design | Seven focused MCP tools over a coherent programme model, with structured outputs and validated arguments. |
Delivery/programme thinking | Milestones, RAID, decisions, change requests, readiness gates, dependencies and steering context pack. |
Hallucination controls | Unsupported claims return |
Evidence traceability | Outputs separate source facts, deterministic derivations and recommendations with evidence references. |
Evaluation discipline | Deterministic checks cover tool contracts, evidence coverage, refusal behavior, change impact and repeatability. |
Cost/latency awareness | Tool outputs include latency and estimated-cost telemetry; deterministic core has zero model cost. |
Architecture
flowchart LR
A[Synthetic programme fixture] --> B[Deterministic delivery engine]
B --> C[Evidence ledger]
B --> D[Tool registry]
D --> E[Optional MCP server]
D --> F[Evaluation harness]
D --> G[Generated workbench]
H[Future data adapter] -. documented boundary .-> A
I[Optional narrative adapter] -. recommendations only .-> DThe public showcase stands alone. It does not import another portfolio repo and does not expose private operational, job-search, email, salary, eligibility, credential or account data.
Tool Surface
Tool | Purpose |
| Explainable health score with formula, limitations and evidence. |
| Deterministic RAID prioritisation by severity, probability, impact and overdue status. |
| Downstream dependency traversal from a milestone. |
| Schedule, cost, scope and readiness impact for a change request. |
| Blocked decisions, blockers and missing evidence. |
| Board-ready context pack with facts, derivations and recommendations separated. |
| Evidence lookup or refusal when support is insufficient. |
Facts vs Derivations vs Recommendations
Layer | Meaning | Example |
Source facts | Synthetic fixture records: milestones, RAID, dependencies, decisions, gates and snapshots. | Payment freeze forecast moved to day 92. |
Deterministic derivations | Python-calculated scores, risk ranks, impact paths and evidence coverage. | Payment freeze slippage propagates to pilot launch. |
Recommendations | Policy suggestions generated from traceable facts and derivations. | Split or defer a change request unless sponsor accepts schedule impact. |
Optional AI narrative | Future adapter boundary only; not required for tests or demo. | A model may rewrite a steering summary, but cannot create unsupported facts. |
MCP Usage
The core package has no runtime dependencies. To run the real MCP server using the official Python SDK:
python -m pip install -e ".[mcp]"
delivery-intelligence-mcpThe MCP extra is optional because the deterministic engine, workbench and evaluation harness should remain reviewable without service credentials or model access.
Evaluation Results
Run:
python -m delivery_intelligence evalThe harness checks:
tool-call contract validity;
evidence coverage for health and steering outputs;
unsupported-claim refusal;
change/dependency impact correctness against the known fixture;
repeatability across deterministic runs;
latency and estimated-cost telemetry presence.
Safety Boundaries
Synthetic programme only.
No external actions.
No broad file-system, network or shell tools.
No vector database or orchestration framework.
No API key required.
No private programme, job-search, resume, recruiter, account, salary, legal, eligibility or credential data.
Future adapters must preserve the same evidence boundary.
Repository Layout
delivery_intelligence/
fixtures.py synthetic programme records
engine.py health, risk, dependency, change and evidence reasoning
tools.py validated tool registry and telemetry wrapper
mcp_server.py optional real MCP server using the Python SDK
evaluation.py deterministic evaluation harness
workbench.py generated HTML/SVG workbench artifacts
tests/ engine, tool, evaluation and visual-output checks
docs/ architecture, tool, evaluation and portfolio notes
workbench/ generated self-contained workbenchLicense
MIT.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseNot gradedqualityBmaintenanceEnables AI-augmented software delivery through an append-only process record, with hooks for capturing decisions, session outcomes, and commit boundaries, and provides session priming with recency-based context.AGPL 3.0- FlicenseNot gradedqualityCmaintenanceEnables AI-assisted project management governance across 8 domains including projects, RAID, scope, people, time, cost, meetings, and administration through 51 MCP tools.
- AlicenseNot gradedqualityBmaintenanceAnalyzes enterprise transformation programs to surface maturity gaps and risk signals, enabling AI agents to identify stalled initiatives and prioritize actions.MIT
- FlicenseNot gradedqualityCmaintenanceEnables traceable requirement discovery, technical alignment, and ISO-aligned process checking through deterministic MCP tools and resources, without requiring an embedded LLM.1
Related MCP Connectors
Generate answers & visualizations from your engineering data to track software development health.
Transformation readiness gaps and initiative risk signals for AI agents and enterprise change leads.
Deterministic context layer for your codebase: change impact, blast radius, answers with receipts.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mypoorbrain/delivery-intelligence-mcp-workbench'
If you have feedback or need assistance with the MCP directory API, please join our Discord server