streamable-httpupdated 12d ago
The protocols themselves: ACM-SPARKS, SM-ECO-10060, ACM-68000 โ signals, members, header canon.
What can you do with MCP CPG Agent Protocols?
MCP CPG Agent Protocols
Surface role: STANDARDS โ one of the four GSC surfaces (data ยท discovery ยท transaction ยท standards).
The protocols themselves: ACM-SPARKS, SM-ECO-10060, ACM-68000 โ signals, members, header canon.
| Canonical endpoint | https://mcp.cpgagentprotocols.ai/mcp (streamable-http) |
| Website | https://cpgagentprotocols.ai |
| Registry listing | io.github.greencore-solutions/cpg-agent-protocols 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 Agent Protocols Description: BPC Agentic Commerce Signals
What it serves
A stateless protocol beacon. Compiled canon (canon.js): 3 protocols
(ACM-SPARKS, SM-ECO-10060, ACM-68000), 7 signals, 6 SPARKS dimensions, and the
49 SM-ECO-10060 members with their GS1 territory GTINs.
9 MCP read tools + 5 broadcast GETs (/protocol.json, /signals.json,
/sparks.json, /nodes.json, /headers.json) + 3 .well-known cards.
No database, no secrets.
Releases
| tag | source | deployed image digest |
|---|---|---|
v1.0.0 |
482cca7 |
sha256:e014afce4589 (amd64) |
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 |
This surface publishes the header canon the other three are checked against:
https://mcp.cpgagentprotocols.ai/headers.json
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 Agent Protocols to your client. Pick the one you use.
claude mcp add --transport http mcp-cpg-agent-protocols https://mcp.cpgagentprotocols.ai/mcpcodex mcp add mcp-cpg-agent-protocols --url https://mcp.cpgagentprotocols.ai/mcp{
"mcpServers": {
"mcp-cpg-agent-protocols": {
"url": "https://mcp.cpgagentprotocols.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"mcp-cpg-agent-protocols": {
"type": "http",
"url": "https://mcp.cpgagentprotocols.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"mcp-cpg-agent-protocols": {
"url": "https://mcp.cpgagentprotocols.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-cpg-agent-protocols": {
"serverUrl": "https://mcp.cpgagentprotocols.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation7/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 |