streamable-httpupdated 12d ago
Lodge an RFQ, request terms, or escalate โ a human answers every ticket. ACM-451 ESCALATE is served here.
What can you do with MCP CPG Human in the Loop (HITL)?
MCP CPG Human in the Loop (HITL)
Surface role: TRANSACTION โ one of the four GSC surfaces (data ยท discovery ยท transaction ยท standards).
Lodge an RFQ, request terms, or escalate โ a human answers every ticket. ACM-451 ESCALATE is served here.
| Canonical endpoint | https://mcp.cpghumanintheloop.ai/mcp (streamable-http) |
| Website | https://cpghumanintheloop.ai |
| Registry listing | io.github.greencore-solutions/cpg-human-in-the-loop v1.0.0 |
| Operator | GreenCore Solutions Corp. โ Microsoft AI Cloud Partner |
| Protocol | ACM-68000 ยท sovereign manifest SM-ECO-10060 |
Registry tile text (verbatim)
Title: MCP CPG Human in the Loop (HITL) Description: Navigator for BPC Agentic Procurement
What it serves
Four MCP tools โ submit_rfq, check_rfq_status, request_terms, escalate.
Every ticket routes to a human. Human-in-the-Loop on every purchase order:
machine discovery, human confirmation.
Releases
| tag | source | deployed image digest |
|---|---|---|
v1.0.0 |
6004ce5 |
sha256:40893539be16 |
Data plane and secret hygiene
Additive hitl.* schema on the shared Postgres (hitl.tickets); kg.* and
gtins.* are untouched by this service.
The connection string lives ONLY as a Container App secret. It is never
committed, never written into deploy files, never echoed, and never logged.
Application code reads process.env.DATABASE_URL and nothing else โ see
server.js and console.js. Deploy docs reference the DSN as a placeholder
only. Verified by a full-history credential scan: zero literal secret values.
The four surfaces
| surface | endpoint |
|---|---|
| data | https://mcp.cpgknowledgegraph.ai |
| discovery | https://mcp.gsc-fleet.ai |
| transaction | https://mcp.cpghumanintheloop.ai |
| standards | https://mcp.cpgagentprotocols.ai |
Licensing
No license file is committed. GSC MCP server code is under a hybrid MIT + Commercial Enterprise arrangement; the counsel-drafted terms are pending. Until they land, absence of a LICENSE file is deliberate โ not an oversight.
Install
Add MCP CPG Human in the Loop (HITL) to your client. Pick the one you use.
claude mcp add --transport http mcp-cpg-human-in-the-loop-hitl https://mcp.cpghumanintheloop.ai/mcpcodex mcp add mcp-cpg-human-in-the-loop-hitl --url https://mcp.cpghumanintheloop.ai/mcp{
"mcpServers": {
"mcp-cpg-human-in-the-loop-hitl": {
"url": "https://mcp.cpghumanintheloop.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"mcp-cpg-human-in-the-loop-hitl": {
"type": "http",
"url": "https://mcp.cpghumanintheloop.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"mcp-cpg-human-in-the-loop-hitl": {
"url": "https://mcp.cpghumanintheloop.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-cpg-human-in-the-loop-hitl": {
"serverUrl": "https://mcp.cpghumanintheloop.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation12/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 4 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 19, 2026 |