streamable-httpupdated 13d ago
AI Agent Skills for the GSC CPG Knowledge Graph.
What can you do with MCP CPG Knowledge Graph?
CPG Knowledge Graph — AI Agent Skills
AI Agent Skills for the GSC CPG Knowledge Graph.
Live MCP endpoint: https://mcp.cpgknowledgegraph.ai/mcp
Registry tile: io.github.greencore-solutions/cpg-knowledge-graph — live surface: cpgknowledgegraph.ai
Install
Download the latest release from Releases and extract to your local Skills folder for Claude Code, Cursor, or other Skill-supporting clients.
What's inside
- gsc-cpg — navigate the CPG Knowledge Graph, including SPARKS pack/size dimension
- gsc-cpg-onboarding — AI-Orderability onboarding flow
Requires
The live MCP endpoint at mcp.cpgknowledgegraph.ai, operated by GreenCore Solutions Corp.
Operated by GreenCore Solutions Corp. — AI Agents for CPGs to move units B2B to retail.
Install
Add MCP CPG Knowledge Graph to your client. Pick the one you use.
claude mcp add --transport http mcp-cpg-knowledge-graph https://mcp.cpgknowledgegraph.ai/mcpcodex mcp add mcp-cpg-knowledge-graph --url https://mcp.cpgknowledgegraph.ai/mcp{
"mcpServers": {
"mcp-cpg-knowledge-graph": {
"url": "https://mcp.cpgknowledgegraph.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"mcp-cpg-knowledge-graph": {
"type": "http",
"url": "https://mcp.cpgknowledgegraph.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"mcp-cpg-knowledge-graph": {
"url": "https://mcp.cpgknowledgegraph.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-cpg-knowledge-graph": {
"serverUrl": "https://mcp.cpgknowledgegraph.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation4/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 5 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.1Latest | Aug 27, 2026 |
| 1.0.0 | Jul 19, 2026 |