Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aiconsulting06000-tech avatar

Acf Mcp

  • Updated June 15, 2026
  • aiconsulting06000-tech/acf-mcp

io.github.aiconsulting06000-tech/acf-mcp is a MCP server that acts as an Agentic Commerce Framework® governance copilot for AI assistants.

About

ACF MCP is the official Model Context Protocol surface for the Agentic Commerce Framework®, aimed at developers who plan to let AI assistants initiate or mediate commerce. During validate—and again at ship and operate—it helps you align feature scope, disclosures, and guardrails with ACF rather than improvising policy in prompt text alone. It is intermediate to advanced because framework literacy and your own legal review still matter; the server coaches structure, it does not certify you for regulated markets. Install acf-mcp via npm when you are designing agent marketplaces, autonomous purchasing demos, or B2C bots that must show governance intent to partners. Skip it if you run a non-commerce CLI tool or have no agentic payment story. Treat it as governance integration alongside security review, not a replacement for PCI, KYC, or jurisdictional counsel.

  • Official Agentic Commerce Framework® (ACF) MCP governance copilot
  • npm package acf-mcp v1.0.3 with stdio transport
  • Tied to acfstandard.com reference material for assistants
  • Supports scoping agentic checkout and policy-aligned commerce flows
  • Repository: aiconsulting06000-tech/acf-mcp on GitHub

Acf Mcp by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
terminal
claude mcp add acf-mcp -- npx -y acf-mcp

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Packageacf-mcp
TransportSTDIO
AuthNone
Last updatedJune 15, 2026
Repositoryaiconsulting06000-tech/acf-mcp

What it does

Ground agentic commerce features in ACF® governance rules while you scope offers, policies, and assistant behavior before build and launch.

Who is it for?

Best when you're building agentic commerce, marketplaces, or payment-adjacent assistants and want ACF®-aligned guardrails in the loop.

Skip if: Pure developer utilities with no commerce surface, or teams that refuse framework-guided policy design.

What you get

After you add acf-mcp, your agent can reference ACF-aligned governance guidance as you define scope, security expectations, and iteration rules for commerce agents.

  • ACF-aligned governance prompts and checks accessible from the agent
  • Clearer commerce scope and policy boundaries before implementation

By the numbers

  • Server version 1.0.3 in MCP schema
  • Official website: acfstandard.com
  • Single npm identifier acf-mcp with stdio transport
README.md

acf-mcp

Official ACF® Model Context Protocol server. Agentic Commerce Framework® — first open governance standard for autonomous AI agents.

ACF Standard · Compliance · Teaching toolkit


What it does

acf-mcp exposes the ACF® doctrine — 4 principles, 4 autonomy levels, 6 maturity dimensions, the DDAO role, 17 methodological cards, 5 expert regulatory guides (AI Act, GDPR, DORA, NIS2, ISO 42001), the white paper and the glossary — as native MCP Resources, Tools and Prompts so any MCP client (Claude Desktop, Cursor, Windsurf, Continue…) can reason on top of it.

It also ships 8 deterministic REASON tools (built on a versioned knowledge base — no internal LLM call) that take a user case and return a structured ACF® governance assessment:

  • acf.advisor — generic case → structured advice (autonomy + risk + principles + fiches + first actions)
  • acf.classify-agentkiller tool: 10-field qualified-enum input → preliminary qualification (ACF level + criticality + AI Act role + GDPR status + obligations by lifecycle + DDAO controls + sign-off requirements)
  • acf.assess-autonomy — N0-N3 recommendation with go/no-go + gating + kill switch design
  • acf.identify-governance-gaps — 6-dimension maturity score + prioritised remediation
  • acf.map-ai-act-obligations — full obligation set structured by lifecycle phase (pre-go-live / continuous / on-incident) with Digital Omnibus deferrals
  • acf.assign-ddao-controls — level × risk → recommended + ACF-canonical controls
  • acf.evaluate-agent-mandate — 8-check audit of an existing mandate
  • acf.map-to-standards — for each of the 17 ACF® cards, the reverse-index of articles from EU AI Act / GDPR / DORA / NIS2 / ISO 42001 that connect to it (the cross-mapping consumed by audits and regulator filings)

Every REASON output is signed: doctrine_version, doctrine_hash, doctrine_archive_url, regulatory_snapshot, generated_at. Every REASON output is positioned as preliminary qualification, not legal advicerequires_human_review: true is constant in V1.0.

Install (stdio)

# Claude Desktop, Cursor, Windsurf:
npx -y acf-mcp

Add to Claude Desktop claude_desktop_config.json:

{
  "mcpServers": {
    "acf": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "acf-mcp"]
    }
  }
}

No API key — V1.0 is open access (cf. Position stratégique in the spec).

Discover & install

acf-mcp is a local stdio server — there is no hosted HTTP endpoint to configure; it runs on the client via npx (above). Find it through:

  • npmacf-mcp
  • MCP Registryio.github.acfstandard/acf-mcp
  • Smithery — search acf-mcp

Locales

V1.0 ships FR + EN translated. The 11 other locales (es, de, pt, it, nl, ru, ar, tr, ja, zh, ko) are infrastructure-supported but fallback to EN with _meta.is_fallback: true signalled. Full translation comes in V1.3 with native juristic review per jurisdiction.

Doctrine traceability

Every REASON output embeds:

  • doctrine_version — e.g. "ACF framework v1.0 / rules 2026-06"
  • doctrine_hash — sha256 of the active content + rules at call time
  • doctrine_archive_url — permanent archive of the doctrine version used
  • regulatory_snapshot — corpus that was reasoned against
  • generated_at — ISO 8601 timestamp

An audit can reconstruct the exact analysis produced at instant T by loading the archive URL.

License

MIT. See LICENSE.

Citation

Dorange, V. (2026). Agentic Commerce Framework® (ACF®). ACF Standard.
https://acfstandard.com

Contributing

Issues + PRs welcome on https://github.com/acfstandard/acf-mcp. Developer documentation: https://acfstandard.io. Doctrine modifications go through the maintainer review process.

Recommended MCP Servers

How it compares

Commerce governance MCP copilot, not a payment rail or company-registry integration.

FAQ

Who is io.github.aiconsulting06000-tech/acf-mcp for?

Developers designing AI assistants that participate in commerce and want official ACF® governance context inside Claude Code or similar MCP hosts.

When should I use io.github.aiconsulting06000-tech/acf-mcp?

While validating scope and policies for agentic commerce, and when revisiting security or operational rules before ship and in production iteration.

How do I add io.github.aiconsulting06000-tech/acf-mcp to my agent?

Install npm package acf-mcp v1.0.3, configure stdio MCP in your agent, and consult acfstandard.com alongside the GitHub repo for framework context.

Security & Pentestingagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.