npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

acf-mcp

v1.0.3

Published

Official ACF® Model Context Protocol server — Agentic Commerce Framework governance copilot for AI assistants.

Readme

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 7 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

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.aiconsulting06000-tech/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/aiconsulting06000-tech/acf-mcp. Doctrine modifications go through the maintainer review process.