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

@buzzie-ai/hawk-field-services

v0.1.0

Published

Hawk Field Services plugin for Claude Desktop — launches the Hawk MCP server via mcp-remote.

Readme

Hawk Field Services Plugin for Claude Desktop

Connect your Hawk field service operations to Claude Desktop. Manage work orders, dispatch technicians, log time and materials, and track job profitability — all from a Claude conversation.

Built for HVAC, plumbing, electrical, and other field service businesses.

What you can do

  • Work orders — create, list, get details, update status
  • Dispatch — schedule jobs, view today's board by technician
  • Time tracking — log billable and non-billable hours per work order
  • Materials — log parts used with markup, get running job cost
  • Job costing — see labor + materials breakdown and gross margin
  • Preventive maintenance — list upcoming PM agreements due within N days

Requirements

  • A Hawk account at hawk.business with the Field Services plugin enabled
  • Claude Desktop (Mac or Windows)
  • Node.js 20.18.1 or later

Install

1. Get your API key

In your Hawk dashboard go to Settings → Integrations → Claude Desktop Plugin, select the Field Services tab, and copy your Channel API Key.

2. Add to Claude Desktop config

Open ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows) and add:

{
  "mcpServers": {
    "hawk-field-services": {
      "command": "npx",
      "args": ["-y", "@buzzie-ai/hawk-field-services"],
      "env": {
        "HAWK_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Replace YOUR_API_KEY with the key from Step 1.

Tip: Your Hawk dashboard shows a pre-filled config snippet with your API key already inserted.

3. Restart Claude Desktop

The hawk-field-services tools will appear in the tool list. Try:

  • "Create a work order for a furnace repair at 123 Main St"
  • "Schedule tech John for WO-1042 tomorrow at 9am"
  • "Log 3 hours on WO-1042 at $85/hr"
  • "What's the job cost on WO-1042?"

Tools

| Tool | Description | |------|-------------| | create_work_order | Create a new service call or job | | list_work_orders | List work orders with status/customer filters | | get_work_order | Get full details including time, materials, and cost | | update_work_order_status | Update status (scheduled → in-progress → complete) | | schedule_job | Assign a technician and time window to a work order | | get_schedule | View the dispatch board for a date and/or technician | | log_time | Record labor hours on a work order | | log_materials | Log parts used with unit cost and markup | | get_job_cost | Get labor + materials breakdown and gross margin | | list_upcoming_pms | List preventive maintenance agreements due soon | | ask_hawk | Ask a question about your field service data |

Support

Open an issue in this repo or contact support via your Hawk dashboard.