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

@warpfreight/cli-agent

v0.5.73

Published

AI Agent CLI for Warp freight. Full booking lifecycle: quote (van/box-truck/FTL/LTL), book, track, events, invoices, documents, lane history, quote history. Self-provisioning login, JSON-first output.

Readme

@warpfreight/cli-agent

npm version License: MIT

The AI-agent CLI for Warp freight. One command creates a Warp account, issues an API key, and wires the warp-agent-mcp server into Claude Desktop, Cursor, and Claude Code automatically.

Looking for the full human-operator CLI (more ops surface, CSV output, homebrew)? See @wearewarp.com/cli — docs at https://developer.wearewarp.com/docs/cli. Both share the same backend.

Install

npm install -g @warpfreight/cli-agent

Requires Node 20+.

Quick start

# Create an account, get a key, and auto-wire the MCP into every AI client
warp-agent signup

# Or, if you already have a Warp account:
warp-agent login

That single command:

  1. Provisions a Warp account (or logs into an existing one)
  2. Saves your wak_live_* + wak_test_* keys to ~/.warp/config.json
  3. Installs the warp-agent-mcp server into Claude Desktop, Cursor, and Claude Code
  4. Tells you to restart your AI client

After restart, talk to your AI agent:

Quote LTL from 90007 to 90038 pickup June 25, 2 pallets 500 lb each.

Add a payment method

https://www.wearewarp.com/agents/account

CLI commands

| Command | Purpose | |---|---| | warp-agent signup | Create a new Warp account, save keys, auto-wire MCP | | warp-agent login | Log in to existing Warp account, save keys, auto-wire MCP | | warp-agent logout | Clear saved credentials | | warp-agent whoami | Show logged-in email + key prefix | | warp-agent status | API health check + key validation | | warp-agent install-mcp | Re-run the MCP install (idempotent, useful after installing a new AI client) | | warp-agent van quote ZIP ZIP --pallets N --weight LBS --date YYYY-MM-DD | Cargo van quote | | warp-agent box-truck quote ZIP ZIP --pallets N --weight LBS --date YYYY-MM-DD | Box truck quote | | warp-agent ftl quote ZIP ZIP --date YYYY-MM-DD | Full truckload quote | | warp-agent ltl quote ZIP ZIP --pallets N --weight LBS --dims LxWxH --date YYYY-MM-DD | LTL quote | | warp-agent book QUOTE_ID --pickup-* --delivery-* | Book a quoted shipment | | warp-agent track SHIPMENT_ID | Track a shipment | | warp-agent events SHIPMENT_ID | Tracking event timeline | | warp-agent invoice ORDER_ID | Shipment invoice | | warp-agent documents ORDER_ID --type bol | Shipment documents (use --type bol for the Bill of Lading) | | warp-agent bookings | List recent bookings | | warp-agent lanes | Lane history | | warp-agent quote-history | List recent quotes |

All commands accept --help for full option listings, and --format json / --format table to control output.

Configuration

~/.warp/config.json holds your credentials:

{
  "api_key": "wak_live_...",
  "sandbox_api_key": "wak_test_...",
  "email": "[email protected]"
}

| Env var | Purpose | |---|---| | WARP_API_KEY | API key fallback if config.json is missing | | WARP_API_URL | Override API base URL (defaults to the warp-site proxy) |

Sandbox mode

Swap the api_key field in ~/.warp/config.json for your sandbox_api_key to run against test mode — same responses, no carrier dispatch, no Stripe charge.

Companion package

warp-agent-mcp — the MCP server this CLI auto-installs. 20 tools covering quote / book / track / cancel / events / invoice / documents / lane history / list bookings / rate card / quote history / login / payment status / status / analytics for LTL, FTL, cargo van, box truck, and multi-stop FTL.

Contributing

Issues and PRs welcome at https://github.com/warpfreight/warp-cli-agent.

License

MIT © Warp Technology, Inc.