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

csoai-governance-crosswalk-mcp

v1.0.0

Published

Csoai Governance Crosswalk MCP server. Tools: query crosswalk, crosswalk bridge, compliance gap analysis. Built by MEOK AI Labs.

Readme

CSOAI Governance Crosswalk MCP

The world's first operational Constitutional AI governance crosswalk. 17 global AI frameworks mapped through the CSOAI Partnership Charter's 52 articles — the most comprehensive in existence.

Built by MEOK AI Labs / Council for the Safety of AI (CSOAI)

Core Principle: Protection Through Care, Not Command


🏢 Enterprise & Pro Licensing

| Plan | Price | Link | |------|-------|------| | Core MCP Pack | £199/mo | Subscribe | | Compliance Trinity | £79/mo | Subscribe | | Full Suite (9 MCPs) | £999/mo | Subscribe | | Premium Assessment | £15,000 | Book Now |

Built by CSOAI — 7+ regulatory framework crosswalk.


MEOK AI Labs | meok.ai | csoai.org | [email protected]

What This Does

This MCP server provides queryable access to 18 months of regulatory mapping IP -- the CSOAI Partnership Charter crosswalked against 17 major global AI governance frameworks:

🌍 Major Frameworks (12 original)

  1. EU AI Act -- Binding regulation, 27 EU member states
  2. NIST AI RMF -- US federal AI risk management standard
  3. Anthropic Constitutional AI -- Industry standard (CC0)
  4. OpenAI Model Spec -- Behavioral specification (CC0)
  5. UNESCO AI Ethics -- 193 UN member states
  6. OECD AI Principles -- 46 member countries
  7. Singapore Agentic AI Framework -- Newest (Jan 2026)
  8. IEEE Ethically Aligned Design -- Engineering standard
  9. Asilomar AI Principles -- AI safety community
  10. Montreal Declaration -- Democratic AI governance
  11. UK AI Safety Institute -- Frontier AI evaluation
  12. G7/G20 AI Principles -- International governance

🆕 NEW for 2026 (5 added)

  1. Canada AIDA -- Federal AI law (pending enactment)
  2. Colorado AI Act -- US state AI law (effective Feb 2026)
  3. China AI Regulations -- Tiered regulatory framework
  4. US Executive Order -- Biden's EO on AI (Oct 2023)
  5. (More coming)

Tools (8)

| Tool | Description | |------|-------------| | query_crosswalk | Query CSOAI mapping for any framework with article-by-article alignment details | | crosswalk_bridge | Bridge two frameworks through CSOAI -- the killer feature. Regulation-to-regulation mapping | | compliance_gap_analysis | Identify compliance gaps across multiple frameworks | | get_unified_crosswalk | Full Master Unified Crosswalk with all 12 frameworks mapped together | | search_by_topic | Search across all crosswalks by topic (transparency, bias, oversight, etc.) | | list_frameworks | List all 12 supported frameworks with metadata | | generate_compliance_report | Generate compliance report for jurisdiction(s) and AI use cases | | get_partnership_charter | Return CSOAI Partnership Charter structure and differentiators |

Quick Start

# Install
pip install mcp

# Run
python server.py

Zero-Friction Tools

quick_compare

Two framework names to instant comparison. No API key needed.

quick_compare(framework_a="EU AI Act", framework_b="NIST AI RMF")

supported_frameworks

Lists all supported AI governance frameworks with descriptions. No parameters needed.

supported_frameworks()

Claude Desktop Configuration

{
  "mcpServers": {
    "csoai-governance-crosswalk": {
      "command": "python",
      "args": ["/path/to/server.py"]
    }
  }
}

Example Queries

  • "What EU AI Act articles map to CSOAI?" -> query_crosswalk("EU AI Act")
  • "How do EU AI Act and NIST RMF relate?" -> crosswalk_bridge("EU AI Act", "NIST RMF")
  • "What do I need for EU + US compliance?" -> compliance_gap_analysis(["EU AI Act", "NIST RMF"])
  • "Show me everything about transparency" -> search_by_topic("transparency")
  • "Generate compliance report for EU healthcare AI" -> generate_compliance_report(["EU"], ["medical diagnosis"], "enterprise")

The CSOAI Partnership Charter

52 Articles | 8 Parts | 13 Schedules | 50+ Global Frameworks Integrated

Three Critical Differentiators:

  1. Maternal Covenant (Article 1) -- Care-based safety: AI inherently motivated to protect humans
  2. Provable Safety (Article 2) -- Mathematical proof obligations for AI developers
  3. Consciousness Preparedness (Article 6) -- 14 Indicators for graduated moral patienthood

Backed by AI safety researchers and governance experts.

License

MIT (server code). The CSOAI Partnership Charter and crosswalk analysis represent proprietary IP of CSOAI/MEOK AI Labs.