# io.allourthings/mcp-server (npm · @allourthings/mcp-server)

AI-powered household inventory — query everything you own via natural language

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

## Components

- npm · `@allourthings/mcp-server`: 77/100 (this document), [markdown](https://verifymcp.io/servers/io-allourthings-mcp-server/allourthings-mcp-server.md), [page](https://verifymcp.io/servers/io-allourthings-mcp-server/allourthings-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@allourthings/mcp-server`
- Version: `0.2.0`
- 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**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to matt-harding/allourthings-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 90 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 350 tokens (~58/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 90/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 70% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add io-allourthings-mcp-server -- npx -y @allourthings/mcp-server
```

### Codex

```bash
codex mcp add io-allourthings-mcp-server -- npx -y @allourthings/mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-allourthings-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@allourthings/mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add io-allourthings-mcp-server --command npx --arg -y --arg @allourthings/mcp-server
```

### Hermes

```yaml
mcp_servers:
  io-allourthings-mcp-server:
    command: "npx"
    args: ["-y", "@allourthings/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "io-allourthings-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@allourthings/mcp-server"
      ]
    }
  }
}
```

## 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-03 (score 77, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-02 (score 73, +35)

- [security improvement] Known CVEs: unverified → partial
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] MCP protocol: unverified → pass

### 2026-08-01 (score 38, −13)

- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet.
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Capabilities: pass → unverified

### 2026-07-31 (score 51, +23)

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

### 2026-07-30 (score 28, −60)

- [security regression] Known CVEs: partial → unverified
- [security regression] Malware scan: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Dependency health: partial → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-29 (score 88, +43)

- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Provenance: unverified → pass
- [security] The attested source repository moved: matt-harding/allourthings-mcp
- [functional improvement] Schema quality: unverified → good
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

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

First indexed and scored.

## MCP tools (6)

### `add_item` (~169 tokens)

Add a new item to the household inventory

Input parameters:

- `brand` (string)
- `category` (string): Category (e.g. appliance, furniture, subscription)
- `currency` (string): e.g. USD, GBP
- `features` (array)
- `images` (array): Image file paths or URLs
- `location` (string): Where the item is kept
- `manual_ref` (string): URL or filename of the manual
- `model` (string)
- `name` (string, required): Name of the item
- `notes` (string)
- `purchase_date` (string): ISO date string
- `purchase_price` (number)
- `retailer` (string)
- `tags` (array)
- `warranty_expires` (string): ISO date string

### `get_item` (~34 tokens)

Get a single item by ID or name

Input parameters:

- `id_or_name` (string, required): Item ID or name (fuzzy match)

### `list_items` (~55 tokens)

List all items, optionally filtered by category or tags

Input parameters:

- `category` (string): Filter by category
- `location` (string): Filter by location/room
- `tags` (array): Filter by tags (all must match)

### `update_item` (~36 tokens)

Update fields on an existing item

Input parameters:

- `id` (string, required): Item ID to update
- `updates` (object, required): Fields to update

### `delete_item` (~25 tokens)

Delete an item by ID

Input parameters:

- `id` (string, required): Item ID to delete

### `search_items` (~31 tokens)

Full-text search across all item fields

Input parameters:

- `query` (string, required): Search query — matches across all item fields

## Diagnostics

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

## Score history

- 2026-08-03: 77
- 2026-08-02: 73
- 2026-08-01: 38
- 2026-07-31: 51
- 2026-07-30: 28
- 2026-07-29: 88
- 2026-07-28: 45
- 2026-07-27: 45

## Links

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