# LastBlueTape (npm · @lastbluetape/mcp-server)

Construction punch list management for AI agents. Create lists, add items, track progress.

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

## Components

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

## Channel facts

- Registry: `npm`
- Package: `@lastbluetape/mcp-server`
- Version: `1.0.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 (95 of 99), 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 (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 157 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 77/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 520 tokens (~52/item across 10 items; 10 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 vulkanr-lastbluetape-mcp -- npx -y @lastbluetape/mcp-server
```

### Codex

```bash
codex mcp add vulkanr-lastbluetape-mcp -- npx -y @lastbluetape/mcp-server
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add vulkanr-lastbluetape-mcp --command npx --arg -y --arg @lastbluetape/mcp-server
```

### Hermes

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

### Other

```json
{
  "mcpServers": {
    "vulkanr-lastbluetape-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@lastbluetape/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-02 (score 66, +12)

- [security regression] Known CVEs: partial → unverified
- [security improvement] Malware scan: unverified → pass
- [functional regression] Dependency health: partial → unverified

### 2026-08-01 (score 54, +26)

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

### 2026-07-31 (score 28, −18)

- [security regression] Malware scan: pass → unverified

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

First indexed and scored.

## MCP tools (10)

### `create_list` (~79 tokens)

Create a new punch list. Returns the list details, share token, and a shareable web URL.

Input parameters:

- `creator_email` (string): Optional email of the creator
- `creator_name` (string, required): Name of the list creator
- `description` (string): Optional description of the list
- `title` (string, required): Title of the punch list

### `list_my_lists` (~30 tokens)

List all punch lists linked to your API key. Also refreshes the token cache for list-level operations.

### `get_list` (~29 tokens)

Get details and stats for a specific punch list.

Input parameters:

- `list_id` (string, required): The list ID

### `list_items` (~27 tokens)

List all items in a punch list.

Input parameters:

- `list_id` (string, required): The list ID

### `add_item` (~66 tokens)

Add a new item to a punch list. Returns the created item and list stats (including remaining capacity for free lists).

Input parameters:

- `description` (string): Optional description of the item
- `list_id` (string, required): The list ID
- `title` (string, required): Title of the item

### `update_item` (~66 tokens)

Update the title and/or description of a punch list item.

Input parameters:

- `description` (string): New description for the item
- `item_id` (string, required): The item ID
- `list_id` (string, required): The list ID
- `title` (string): New title for the item

### `set_item_status` (~60 tokens)

Change the status of a punch list item to open, in_progress, or done.

Input parameters:

- `item_id` (string, required): The item ID
- `list_id` (string, required): The list ID
- `status` (string, required): New status for the item

### `flag_item` (~58 tokens)

Flag or unflag a punch list item for attention.

Input parameters:

- `flagged` (boolean, required): True to flag the item, false to unflag
- `item_id` (string, required): The item ID
- `list_id` (string, required): The list ID

### `get_activity` (~42 tokens)

Get the activity log for a punch list.

Input parameters:

- `limit` (integer): Max number of activity entries to return
- `list_id` (string, required): The list ID

### `upgrade_list` (~63 tokens)

Upgrade a punch list to Pro ($4.99 one-time). Requires LASTBLUETAPE_PAYMENT_METHOD env var with a Stripe payment method ID. Removes the 30-item limit and 90-day expiry.

Input parameters:

- `list_id` (string, required): The list ID to upgrade

## Diagnostics

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

## Score history

- 2026-08-03: 66
- 2026-08-02: 66
- 2026-08-01: 54
- 2026-07-31: 28
- 2026-07-30: 46
- 2026-07-28: 46
- 2026-07-27: 46

## Links

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