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

itar-compliance-mcp

v0.1.0

Published

MCP server for International Traffic in Arms Regulations (ITAR) compliance — USML classification, export license determination, technology control plans, DDTC registration guidance, and compliance program assessment for defense/aerospace companies

Readme

itar-compliance-mcp

MCP server for International Traffic in Arms Regulations (ITAR) compliance — browse USML categories, assess compliance readiness, generate Technology Control Plan policies, determine export license requirements, and run gap analysis for defense/aerospace companies.

Built for export compliance officers, empowered officials, defense contractors, and aerospace companies handling USML-controlled articles.

Tools

| Tool | Description | |------|-------------| | browse_usml | Browse all 21 USML categories with descriptions, examples, and classification notes | | browse_controls | Browse Technology Control Plan (TCP) requirements by area or risk level | | assess_readiness | Score ITAR compliance program readiness with DDTC registration and organizational checks | | generate_policy | Generate detailed compliance policy documents for any TCP control | | determine_license | Determine export license type (DSP-5/73/85, TAP, MLA, WDA) for a transaction | | gap_analysis | Compare implemented controls vs. requirements with enforcement risk assessment |

Controls Coverage

  • Physical Security: Facility access, ITAR area designation, CCTV, intrusion detection
  • Information Security: Network segmentation, encryption, DLP, ITAR data access logging
  • Personnel Security: US person verification, background checks, denied parties screening
  • Visitor Control: Foreign national escort, nationality verification, photography restrictions
  • Marking & Handling: ITAR marking standards, clean desk, secure destruction
  • Training: Role-based ITAR awareness, penalties education, annual assessments
  • Record Keeping: DDTC registration, license tracking, 5-year retention, 655(b) reports
  • Subcontractor Management: Flowdown clauses, FOCI evaluation, supplier audits
  • Deemed Export: Foreign national tracking, TCP scoping, exemption determinations
  • Shipping & Freight: AES filing, freight forwarder verification, dual-control release

Install

npx itar-compliance-mcp

Claude Desktop

{
  "mcpServers": {
    "itar-compliance": {
      "command": "npx",
      "args": ["-y", "itar-compliance-mcp"]
    }
  }
}

Examples

Browse USML Category VIII (Aircraft):

browse_usml({ category: "VIII" })

Assess readiness:

assess_readiness({ implementedControls: ["TCP-01", "TCP-03", "TCP-07"], hasDDTCRegistration: true, hasEmpoweredOfficial: true })

Determine export license:

determine_license({ articleDescription: "FLIR targeting pod", usmlCategory: "XII", destinationCountry: "United Kingdom", transactionType: "permanent_export", endUse: "Integration on military helicopter", isGovernmentEndUser: true })

Generate a deemed export policy:

generate_policy({ controlId: "TCP-09", companyName: "Apex Defense Systems", usmlCategories: ["VIII", "XI", "XII"] })

License

MIT