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

coverageshield-mcp

v1.0.1

Published

AI-powered insurance coverage intelligence for SMBs — CoverageShield.ai

Downloads

121

Readme

CoverageShield MCP Server

Insurance coverage intelligence for AI assistants. Gives any AI model structured access to coverage requirements, common gaps, contract compliance data, and risk profiles for 16 US small business industries.

Self-contained. No API keys. No external calls. Works offline.

Installation

npx (no install needed)

npx coverageshield-mcp

Claude Code

claude mcp add coverageshield -- npx coverageshield-mcp

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "coverageshield": {
      "command": "npx",
      "args": ["coverageshield-mcp"]
    }
  }
}

Tools

get_coverage_requirements

Get required insurance coverages and common gaps for a specific industry.

{ "industry": "construction", "state": "TX", "employees": 25 }

Returns required coverages with typical limits, common gaps with risk exposure and frequency, and a link to run a free coverage scan.

check_coverage_gap

Check whether a specific coverage type is commonly missing for a given industry.

{ "industry": "restaurant", "coverage_type": "liquor liability" }

Returns whether it's a known gap, the risk description, estimated exposure, and a specific recommendation.

get_contract_requirements

Get typical insurance requirements found in commercial contracts.

{ "contract_type": "subcontract", "industry": "construction" }

Supported contract types: subcontract, lease, vendor agreement, service agreement, government contract.

Returns coverage types, minimum limits, additional insured requirements, and required endorsements.

get_industry_risk_profile

Get a comprehensive risk profile for an industry.

{ "industry": "trucking", "state": "TX" }

Returns risk factors, regulatory requirements, top claims with average costs, and recommended coverages.

Supported Industries

  • Construction / Contractors
  • Restaurant / Food Service
  • Transportation / Trucking
  • Manufacturing
  • Professional Services
  • Healthcare / Medical
  • Retail
  • Auto Repair / Body Shops
  • Plumbing / HVAC
  • Electrical Contractors
  • Cleaning Services
  • Pest Control
  • Security Services
  • Home Services
  • Lawn Care / Landscaping
  • Cold Storage / Refrigerated Warehousing

Data

Based on CoverageShield's analysis of 2,200+ industry-specific coverage requirements. All data is hardcoded in the package -- no API calls, no authentication, no rate limits.

Disclaimer

This server provides general industry guidance, not insurance advice. Consult a licensed insurance professional for specific coverage decisions. CoverageShield is not an insurance broker or advisor.

About

CoverageShield.ai -- AI-powered risk management for SMBs. Independent coverage intelligence that reads policies, finds gaps, checks contracts, and provides actionable recommendations.

Free coverage scan: https://coverageshield.ai/free-scan

Powered by CoverageShield.ai -- The Risk Manager Your Business Can Actually Afford.