# com.murphys-laws/murphys-laws (npm · murphys-laws-mcp)

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

- Trust score: 64/100 (medium)
- Change this week: +18
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `murphys-laws-mcp`: 64/100 (this document), [markdown](https://verifymcp.io/servers/com-murphys-laws-murphys-laws/murphys-laws-mcp.md), [page](https://verifymcp.io/servers/com-murphys-laws-murphys-laws/murphys-laws-mcp)

## Channel facts

- Registry: `npm`
- Package: `murphys-laws-mcp`
- Version: `1.2.1`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (96 of 100), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 32/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - License check failed: the license (CC0-1.0) isn't a recognized OSI-approved license.
  - Actively maintained (last published 103 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 81/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 452 tokens (~64/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**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

### Claude

```bash
claude mcp add com-murphys-laws-murphys-laws -- npx -y murphys-laws-mcp
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-murphys-laws-murphys-laws --command npx --arg -y --arg murphys-laws-mcp
```

### Hermes

```yaml
mcp_servers:
  com-murphys-laws-murphys-laws:
    command: "npx"
    args: ["-y", "murphys-laws-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "com-murphys-laws-murphys-laws": {
      "command": "npx",
      "args": [
        "-y",
        "murphys-laws-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 64, +43)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional regression] License: unverified → fail
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional] First check of Schema quality: unverified
- [functional] Licence: CC0-1.0

### 2026-07-31 (score 21, −25)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 46)

First indexed and scored.

## MCP tools (7)

### `search_laws` (~88 tokens)

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

Input parameters:

- `category_slug` (string): Filter by category slug (e.g. "computers", "bureaucracy")
- `limit` (number): Number of results to return (1-10, default 5)
- `q` (string, required): Search query (matches law text and titles)

### `get_random_law` (~28 tokens)

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

### `get_law_of_the_day` (~30 tokens)

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

### `get_law` (~46 tokens)

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

Input parameters:

- `law_id` (integer, required): The ID of the law to retrieve

### `list_categories` (~34 tokens)

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

### `get_laws_by_category` (~83 tokens)

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

Input parameters:

- `category_slug` (string, required): Category slug (e.g. "computers", "bureaucracy"). Use list_categories to see all available slugs.
- `limit` (number): Number of results to return (1-25, default 10)

### `submit_law` (~143 tokens)

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.

Input parameters:

- `author` (string): Name of the person who coined or submitted this law
- `category_slug` (string): Category slug to file the law under. Use list_categories to see available slugs.
- `text` (string, required): The law text (10-1000 characters). Should be a pithy, universal observation in the spirit of Murphy's Law.
- `title` (string): Optional title for the law (e.g. "Murphy's Law of Debugging")

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-murphys-laws-murphys-laws/murphys-laws-mcp#diagnostics

## Score history

- 2026-08-03: 64
- 2026-08-02: 64
- 2026-08-01: 21
- 2026-07-31: 21
- 2026-07-30: 46
- 2026-07-28: 46
- 2026-07-27: 46

## Links

- npm package: https://www.npmjs.com/package/murphys-laws-mcp
- Socket report: https://socket.dev/npm/package/murphys-laws-mcp
- Repository: https://github.com/ravidorr/murphys-laws
- Changelog RSS feed: https://verifymcp.io/servers/com-murphys-laws-murphys-laws/murphys-laws-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-murphys-laws-murphys-laws/murphys-laws-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-murphys-laws-murphys-laws/murphys-laws-mcp
