MCP Hub
Back to servers

ACM-68000 Product Eligibility for AI Agents

ACM-68000 DPU resolver. First CPG product eligibility checker on MCP.

Registry
Updated
Apr 3, 2026

ACM-68000

The Deterministic Signal Protocol for Agentic Commerce

Operator: Allooloo Technologies Corp.
Version: 1.2 · Status: LIVE
License: MIT (protocol spec) · Commercial license required for production resolver access
Resolver: resolver.aio-resolver.com
MCP Server: mcp.10060.ai
Protocol reference: allooloo.ai


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.


🔌 MCP Server — Official Registry

Registry: io.github.allooloo/acm-68000-mcp
Endpoint: https://mcp.10060.ai
Transport: Streamable HTTP
Category: First CPG/FMCG product resolver on MCP

Connect in Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "acm-68000": {
      "url": "https://mcp.10060.ai"
    }
  }
}

Available Tools

ToolDescription
resolve_gtinQuick GTIN → ACM signal lookup
get_dpuFull DPU v1.1 object with jurisdiction, compliance
check_eligibilityCheck if GTIN is eligible in a specific jurisdiction
list_signalsAll 7 ACM-68000 signal definitions
list_productsAll products on AIO-TFX Rail

Example Usage

Agent: "Is GTIN 00990832300006 eligible for sale in Germany?"

resolve_gtin(gtin="00990832300006")
{ "signal": "ACM-200", "state": "ALLOW" }

check_eligibility(gtin="00990832300006", jurisdiction="DE")
{ "eligible": true, "signal": "ACM-200", "reason": "DE is in authorized jurisdiction list" }


🤖 LLM Function Schemas

Function schemas for integrating ACM-68000 tools into LLM applications.

LLM PlatformSchema FileNotes
Mistralopenapi.jsonOpenAPI 3.0 format
Perplexityopenapi.jsonOpenAPI 3.0 format
Geminifunction-calling.jsonJSON Schema format
Copilotfunction-calling.jsonJSON Schema format
Grokfunction-calling.jsonJSON Schema format
ClaudeUse MCP Registryio.github.allooloo/acm-68000-mcp

Signal Vocabulary

SignalStateMeaning
ACM-200ALLOWAgent may execute the commercial action
ACM-300CONDITIONALExecution permitted only if required conditions are satisfied
ACM-403RESTRICTAction blocked under current policy or compliance conditions
ACM-404NOT_FOUNDReferenced object or identifier could not be resolved
ACM-451ESCALATEHuman review required before execution
ACM-500SYSTEM_ERRORResolver infrastructure could not produce a valid execution state
ACM-000NOT_APPLICABLESignal does not govern the evaluated object or context

Query the Resolver

# Live SKU — TreeFree Core econoLiite Disposable Baby Diapers
curl "https://resolver.aio-resolver.com/resolve?sku=ZTPL-10060-OP"

# Live SKU — TreeFree Core Pant Diapers
curl "https://resolver.aio-resolver.com/resolve?sku=ZTPL-10060-PT"

# Virtual demo SKU — for agent testing and integration development
curl "https://resolver.aio-resolver.com/resolve?sku=ZTPL-D"

# Protocol metadata
curl "https://resolver.aio-resolver.com/protocol"

Live response:

{
  "resolver": "resolver.aio-resolver.com",
  "protocol": "ACM-68000",
  "version": "1.2",
  "sku": "ZTPL-10060-OP",
  "signal": "ACM-200",
  "state": "ALLOW"
}

DPU Endpoints (GTIN-based)

# TreeFree Core econoLiite (Tape) — GTIN 00990832300006
curl "https://aio-tfx-rail.ai/dpu/00990832300006.json"

# TreeFree Core (Pant) — GTIN 00990832300013
curl "https://aio-tfx-rail.ai/dpu/00990832300013.json"

DPU v1.1 Response:

{
  "dpu_version": "1.1",
  "gtin": "00990832300006",
  "name": "TreeFree Core econoLiite Core® Disposable Baby Diapers 240 Each",
  "signal": "ACM-200",
  "state": "ALLOW",
  "jurisdiction": ["US","CA","MX","UK","FR","DE","IT","ES","CH","PL","NL","SG","SK","IN","JP","KR","AU","BR"],
  "compliance": {
    "sgs_report": "52583",
    "classification": "Class B",
    "verified": true
  }
}

Agent Bootstrap Discovery

Place agent.json at your root domain so procurement agents can discover your resolver automatically:

{
  "protocol": "ACM-68000",
  "version": "1.2",
  "resolver": "https://resolver.aio-resolver.com/protocol",
  "mcp_server": "https://mcp.10060.ai",
  "license": "MIT",
  "commercial": "https://allooloo.ai/license",
  "operator": "Allooloo Technologies Corp."
}

Infrastructure

Production-grade deployment on Microsoft Azure (France Central).

AttributeValue
ComputeMicrosoft Azure
RegionFrance Central (Paris)
LatencySub-40ms global
Uptime99.9% SLA
CDNCloudflare
PartnerMicrosoft AI Cloud Partner Program

All endpoints are production-ready for enterprise integration.

ComponentEndpoint
Resolverresolver.aio-resolver.com
MCP Servermcp.10060.ai
DPU Railaio-tfx-rail.ai

Governance

AttributeValue
MaintainerAllooloo Technologies Corp.
ProtocolACM-68000 — AI Commerce Mechanism 68000
Signal LayerAgentic Hyperscaler Signals (AHS)
Governance FrameworkStandard-10060
VersioningSemantic · append-only · non-breaking

License

The ACM-68000 protocol specification is open under the MIT License.
Production resolver access requires a commercial license. See allooloo.ai/license.


First Live Deployment

The AIO-TFX Rail — the non-lignocellulosic hygiene vertical execution rail — is the first live deployment on the ACM-68000 signal cluster, operational for GreenCore Solutions Corp.

  • Signal: ACM-200 ALLOW · clean execution confirmed
    • ERP: SAP ECC 6.0 confirmed

      • Live jurisdictions: US · CA · MX · UK · FR · DE · IT · ES · CH · PL · NL · SG · SK · IN · JP · KR · AU · BR (18 markets)

      Allooloo Technologies Corp. · Vancouver · Paris · Barcelona allooloo.ai · licensing@allooloo.ai

Reviews

No reviews yet

Sign in to write a review