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

canagentsuse

v0.2.15

Published

CLI for finding APIs, CLIs, MCP servers, and browser tools that AI agents can actually use.

Readme

canagentsuse CLI

Find tools an AI agent can actually use from the terminal.

npx canagentsuse@latest setup
npx canagentsuse@latest setup --claude --codex --yes
npx canagentsuse@latest setup --all-agents --project --dry-run
npx canagentsuse search stripe
npx canagentsuse search --capability mcp --json
npx canagentsuse tool stripe
npx canagentsuse mcp-config
npx canagentsuse install-guide --json

The CLI reads the public Can Agents Use surfaces. It does not require database credentials, local setup, or write access.

Commands

| Command | Purpose | | --- | --- | | canagentsuse setup | Install MCP config and bundled Can Agents Use skills for detected agents. | | canagentsuse remove | Remove Can Agents Use MCP config and skills. | | canagentsuse status | Show MCP and skill install status. | | canagentsuse doctor | Test the public API, MCP endpoint, and local setup. | | canagentsuse skills list | List bundled skills. | | canagentsuse skills install <skill> | Install one bundled skill locally. | | canagentsuse search [query] | Search agent-friendly APIs, CLIs, MCP servers, and browser-operable tools. | | canagentsuse tool <slug> | Fetch one complete tool record. | | canagentsuse catalog | Show catalog counts or print the full JSON catalog with --json. | | canagentsuse mcp-config | Print copyable MCP config for agents. | | canagentsuse install-guide | Fetch structured setup guidance for CLI, MCP, skills, API, and Markdown use. | | canagentsuse score-model | Print the agent-readiness and launch-presence score models used for ranking. | | canagentsuse docs | List all agent-facing surfaces. |

Setup supports Claude Code, Cursor, Codex, OpenCode, Gemini CLI, and the universal .agents/skills directory:

canagentsuse setup --claude
canagentsuse setup --cursor
canagentsuse setup --codex
canagentsuse setup --opencode
canagentsuse setup --gemini
canagentsuse setup --universal

Use --project for project-local setup, --yes for non-interactive writes, and --dry-run to preview changes. Existing config files are backed up before the CLI edits them.

Use --json for agent workflows:

canagentsuse search "billing api" --capability api --limit 10 --json

Use another deployment with either --site or CANAGENTSUSE_SITE_URL:

CANAGENTSUSE_SITE_URL=https://www.canagentsuse.com canagentsuse catalog --json

Release

The package is released by Changesets from the root Release GitHub Actions workflow. Add a changeset for canagentsuse, merge it to main, then run the Release workflow manually from the GitHub Actions UI after the Main Validate workflow has passed for the latest main commit. The release preflight rejects runs when the latest completed main validation is missing, failed, or for a different commit. The workflow reads the committed changeset plan, versions the package, builds it, and publishes it to npm.

bun run changeset

npm Trusted Publishing through GitHub Actions OIDC is preferred, so no long-lived npm token is required when the trusted publisher is configured.