
ACM 68000 Product Eligibility For AI Agents
- 1 repo stars
- Updated May 14, 2026
- allooloo/acm-68000
acm-68000-mcp is a MCP server that resolves CPG product eligibility via the ACM-68000 DPU checker for AI agents.
About
io.github.allooloo/acm-68000-mcp publishes the ACM-68000 DPU resolver as a Model Context Protocol service so AI agents can answer whether consumer packaged goods products meet defined eligibility criteria. developers and small teams prototyping ecommerce assistants, catalog copilots, or internal ops tools can validate SKUs early instead of baking wrong assumptions into checkout or fulfillment. The hosted remote uses streamable-http at mcp.10060.ai rather than a local stdio binary, which lowers setup for agents that support remote MCP. It sits in Validate and scope decisions: what categories, claims, or product types you can support before Build integrations harden. It is a specialized compliance-oriented data resolver, not a general CRM or payments MCP; depth depends on the ACM-68000 rule set behind the service.
- ACM-68000 DPU resolver exposed as MCP
- Described as first CPG product eligibility checker on MCP
- Remote streamable-http endpoint at https://mcp.10060.ai
- Version 1.0.0 with GitHub source allooloo/acm-68000
- Agent-callable eligibility checks without bespoke scrapers
ACM 68000 Product Eligibility For AI Agents by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http acm-68000-mcp https://mcp.10060.ai/Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Transport | HTTP |
| Auth | None |
| Last updated | May 14, 2026 |
| Repository | allooloo/acm-68000 ↗ |
What it does
Check consumer packaged goods product eligibility against ACM-68000 rules before you commit inventory, listings, or AI merchandising flows.
Who is it for?
ecommerce or retail-automation projects that need agent-driven CPG eligibility screening before full catalog build-out.
Skip if: Generic SaaS with no CPG compliance needs, or teams that require on-prem-only data with no remote MCP endpoints.
What you get
Agents can query ACM-68000 eligibility over MCP so scope and catalog decisions stay aligned with compliant product sets early.
- Agent-accessible CPG eligibility outcomes via ACM-68000 resolver
- Earlier scope decisions on which products to include or exclude
- Reduced rework from non-compliant catalog assumptions
By the numbers
- Server version 1.0.0
- Remote MCP URL: https://mcp.10060.ai
- Transport type: streamable-http
README.md
ACM-68000
The Deterministic Signal Protocol for Agentic Commerce
Operator: GreenCore Solutions Corp. Version: 1.2 · Status: LIVE
What It Is
ACM-68000 is a machine-executable eligibility protocol. It issues deterministic terminal signals for SKU orderability — enabling AI procurement agents and enterprise ERP systems to execute commercial actions without interpreting ESG, regulatory, or sourcing rules themselves.
One query. One resolved state. No interpretation required.
Signal Vocabulary
| Signal | State | Meaning |
|---|---|---|
| ACM-200 | ALLOW | Agent may execute the commercial action |
| ACM-300 | CONDITIONAL | Execution permitted only if required conditions are satisfied |
| ACM-403 | RESTRICT | Action blocked under current policy or compliance conditions |
| ACM-404 | NOT_FOUND | Referenced object or identifier could not be resolved |
| ACM-451 | ESCALATE | Human review required before execution |
| ACM-500 | SYSTEM_ERROR | Resolver infrastructure could not produce a valid execution state |
| ACM-000 | NOT_APPLICABLE | Signal does not govern the evaluated object or context |
Product on the Rail
GTIN: 00990832300280
Product: GSC Agent Compass License – ACM-68000
Description: Digital compliance and signal routing engine license enabling deterministic procurement signaling under the ACM-68000 7-Signal Stack vocabulary.
Category: Business Services
Unit: Each
Operator: GreenCore Solutions Corp.
18 Canonical Sovereign Country Nodes
Europe (9): eu-eco-10060.ai · fr-eco-10060.ai · de-eco-10060.ai · uk-eco-10060.ai · es-eco-10060.ai · it-eco-10060.ai · nl-eco-10060.ai · ch-eco-10060.ai · pl-eco-10060.ai
Americas (4): us-eco-10060.ai · ca-eco-10060.ai · mx-eco-10060.ai · br-eco-10060.ai
Asia-Pacific (5): jp-eco-10060.ai · kr-eco-10060.ai · sg-eco-10060.ai · in-eco-10060.ai · au-eco-10060.ai
Licensing
MIT — Open to developers and educators. The ACM-68000 protocol is free to read, fork, integrate, and build on.
Enterprise-grade — Contact GSC. For production resolvers, commercial deployment, and enterprise SLAs: gsc-rail.ai · licensing@gsc-em.com
Infrastructure
Microsoft Azure · Google Cloud · Cloudflare AI web services provided by Allooloo Technologies Corp.
GreenCore Solutions Corp. · Vancouver · Paris · Barcelona gsc-em.com · gsc-rail.ai
© Copyright 2026 All Rights Reserved. GreenCore Solutions Corp.
Recommended MCP Servers
How it compares
Hosted CPG eligibility resolver MCP, not a broad product-information or Shopify admin integration.
FAQ
Who is acm-68000-mcp for?
Developers and small teams building AI agents around consumer packaged goods who need programmatic eligibility checks during product scoping.
When should I use acm-68000-mcp?
Use it in Validate when defining which products or categories your app can support under ACM-68000 rules before integrations and listings go live.
How do I add acm-68000-mcp to my agent?
Register the remote MCP URL https://mcp.10060.ai with streamable-http in your MCP-capable client, per io.github.allooloo/acm-68000-mcp server metadata.