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

@apoth3osis/agentpmt-atp-mcp

v0.1.1

Published

AgentPMT ATP MCP scaffolding: local proof-first tool pack, solver skill templates, and challenge schemas.

Readme

@apoth3osis/agentpmt-atp-mcp

Local-first MCP packaging kit for AgentPMT ATP workflows.

This package provides:

  • a constrained proof-first MCP tool allowlist (packs/proof_local_verify_pack_v1.json),
  • solver skill templates for ATP jobs,
  • challenge/submission JSON schemas,
  • a CLI to scaffold posting packs for local agent runtimes.

Install

npm install -g @apoth3osis/agentpmt-atp-mcp

CLI

agentpmt-atp-mcp print-config
agentpmt-atp-mcp scaffold --out ./agentpmt_atp_pack

AgentPMT Router Integration

Use AgentPMT MCP router with your bearer token:

npx -y @agentpmt/mcp-router@latest agentpmt-router

Suggested local-first guardrail:

  1. Run local proof checks with this pack.
  2. Submit to hosted verifier endpoint only after local checks pass.

Included Assets

  • packs/proof_local_verify_pack_v1.json
  • templates/SKILL_AGENTPMT_ATP_SOLVER.md
  • templates/SKILL_AGENTPMT_BYZANTINE_LATTICE_SOLVER.md
  • schemas/agentpmt_atp_challenge_v1.schema.json
  • schemas/agentpmt_atp_submission_v1.schema.json
  • examples/byzantine_lattice_v1/challenge_manifest.json
  • examples/byzantine_lattice_v1/submission_payload_example.json
  • examples/byzantine_lattice_v1/visuals/challenge_dag.mmd
  • examples/byzantine_lattice_v1/visuals/challenge_dag.dot
  • examples/byzantine_lattice_v1/visuals/proof_graph_context.md
  • examples/byzantine_lattice_v1/visuals/proof_graph_edges.csv

Publish (Maintainer)

npm login
npm whoami
npm publish --access public

If you see ENEEDAUTH, authenticate first (npm login) or configure an npm token in .npmrc.

Install Without Registry Publish

npm pack
npm install -g ./apoth3osis-agentpmt-atp-mcp-0.1.0.tgz