canagentsuse
v0.2.15
Published
CLI for finding APIs, CLIs, MCP servers, and browser tools that AI agents can actually use.
Maintainers
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 --jsonThe 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 --universalUse --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 --jsonUse another deployment with either --site or CANAGENTSUSE_SITE_URL:
CANAGENTSUSE_SITE_URL=https://www.canagentsuse.com canagentsuse catalog --jsonRelease
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 changesetnpm Trusted Publishing through GitHub Actions OIDC is preferred, so no long-lived npm token is required when the trusted publisher is configured.
