MCP CPG Human in the Loop (HITL)
io.github.greencore-solutions/cpg-human-in-the-loopNavigator for BPC Agentic Procurement
Tools · 4
Lodge a request-for-quotation with GreenCore Solutions Corp. A human reviews and answers every ticket — no order is decided by this tool. Returns a ticket ID for polling via check_rfq_status. Optional…
Poll a ticket previously lodged on this MCP (RFQ, terms request, or escalation). Returns current status and, once a human has answered, the answer.
Ask a commercial or procedural question — terms, conditions, eligibility context, process. The question is lodged as a ticket and a human answers it. Returns a ticket ID for polling via check_rfq_stat…
Hand a matter that cannot be resolved deterministically to GSC Navigator human review. Emits CPG-451 ESCALATE. Returns a ticket ID for polling via check_rfq_status.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"mcp_cpg_human_in_the_loop_(hitl)": {
"url": "https://mcp.cpghumanintheloop.ai/mcp",
"transport": "streamable-http"
}
}
}