Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

com.murphys-laws/murphys-laws

NPM · MURPHYS-LAWS-MCP · SCANNED AUG 3

Access 1,500+ Murphy's Laws: search, browse by category, random, daily, submit.

Available components

+18 this week 64 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability81
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 452 tokens (~64/item across 7 items; 7 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · murphys-laws-mcp

# add to Claude Code
claude mcp add com-murphys-laws-murphys-laws -- npx -y murphys-laws-mcp
# add to Codex CLI
codex mcp add com-murphys-laws-murphys-laws -- npx -y murphys-laws-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-murphys-laws-murphys-laws": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "murphys-laws-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-murphys-laws-murphys-laws --command npx --arg -y --arg murphys-laws-mcp
# ~/.hermes/config.yaml
mcp_servers:
  com-murphys-laws-murphys-laws:
    command: "npx"
    args: ["-y", "murphys-laws-mcp"]
// mcp.json
{
  "mcpServers": {
    "com-murphys-laws-murphys-laws": {
      "command": "npx",
      "args": [
        "-y",
        "murphys-laws-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +43
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • License: unverified → fail functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: unverified → excellent functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • First check of Schema quality: unverified functional
    • Licence: CC0-1.0 functional
  • 31 Jul 26 −25
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 46

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 96 packages

96 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 7 exposed · ~452 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_law ~46

Get a specific Murphy's Law by its ID. Use this to look up a law found in search results.

NameTypeReqDescription
law_idintegeryesThe ID of the law to retrieve

No output schema declared.

No examples provided.

get_law_of_the_day ~30

Get today's featured Murphy's Law. A new law is selected each day based on popularity.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_laws_by_category ~83

Browse Murphy's Laws in a specific category. Use list_categories first to discover available category slugs.

NameTypeReqDescription
category_slugstringyesCategory slug (e.g. "computers", "bureaucracy"). Use list_categories to see all available slugs.
limitnumberNumber of results to return (1-25, default 10)

No output schema declared.

No examples provided.

get_random_law ~28

Get a random Murphy's Law. Great for adding humor to conversations or discovering new laws.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_categories ~34

List all Murphy's Law categories with their slugs and law counts. Use the slug values to filter searches or browse by category.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

search_laws ~88

Search Murphy's Laws by keyword. Returns matching laws with text, attribution, score, and category.

NameTypeReqDescription
category_slugstringFilter by category slug (e.g. "computers", "bureaucracy")
limitnumberNumber of results to return (1-10, default 5)
qstringyesSearch query (matches law text and titles)

No output schema declared.

No examples provided.

submit_law ~143

Submit a new Murphy's Law for review. The law will not be published immediately — it goes into a review queue for manual approval. Rate limited to 3 submissions per minute.

NameTypeReqDescription
authorstringName of the person who coined or submitted this law
category_slugstringCategory slug to file the law under. Use list_categories to see available slugs.
textstringyesThe law text (10-1000 characters). Should be a pithy, universal observation in the spirit of Murphy's Law.
titlestringOptional title for the law (e.g. "Murphy's Law of Debugging")

No output schema declared.

No examples provided.