# io.github.lazymac2x/ai-agent-scratchpad (remote · api.lazy-mac.com)

Cloudflare Workers MCP server: ai-agent-scratchpad

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

## Components

- remote · `api.lazy-mac.com`: 57/100 (this document), [markdown](https://verifymcp.io/servers/lazymac2x-ai-agent-scratchpad/ai-agent-scratchpad-mcp.md), [page](https://verifymcp.io/servers/lazymac2x-ai-agent-scratchpad/ai-agent-scratchpad-mcp)

## Channel facts

- Endpoint: `https://api.lazy-mac.com/ai-agent-scratchpad/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 6 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS check failed: the endpoint is reachable over plaintext HTTP.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 465 tokens (~77/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**: 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**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http lazymac2x-ai-agent-scratchpad https://api.lazy-mac.com/ai-agent-scratchpad/mcp
```

### Codex

```toml
[mcp_servers.lazymac2x-ai-agent-scratchpad]
url = "https://api.lazy-mac.com/ai-agent-scratchpad/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lazymac2x-ai-agent-scratchpad": {
      "type": "remote",
      "url": "https://api.lazy-mac.com/ai-agent-scratchpad/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add lazymac2x-ai-agent-scratchpad --url https://api.lazy-mac.com/ai-agent-scratchpad/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  lazymac2x-ai-agent-scratchpad:
    url: "https://api.lazy-mac.com/ai-agent-scratchpad/mcp"
```

### Other

```json
{
  "mcpServers": {
    "lazymac2x-ai-agent-scratchpad": {
      "type": "http",
      "url": "https://api.lazy-mac.com/ai-agent-scratchpad/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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 57, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 56, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 55, −2)

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

### 2026-07-30 (score 57, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 56, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 55, +1)

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

### 2026-07-26 (score 54)

First indexed and scored.

## MCP tools (6)

### `scratchpad_write` (~94 tokens)

세션에 키-값을 저장합니다. value는 문자열 또는 JSON 직렬화 가능한 값.

Input parameters:

- `key` (string, required): 스크래치패드 키
- `session_id` (string, required): 세션 식별자 (에이전트 실행 단위)
- `ttl` (integer): 만료 시간(초), 선택사항
- `value` (required): 저장할 값 (문자열 또는 객체)

### `scratchpad_read` (~41 tokens)

세션의 특정 키 값을 조회합니다.

Input parameters:

- `key` (string, required): 조회할 키
- `session_id` (string, required): 세션 식별자

### `scratchpad_list` (~74 tokens)

세션의 모든 키 목록을 반환합니다. 선택적 prefix 필터링 지원.

Input parameters:

- `limit` (integer): 최대 반환 수 (기본 100, 최대 500)
- `prefix` (string): 키 prefix 필터 (선택사항)
- `session_id` (string, required): 세션 식별자

### `scratchpad_delete` (~41 tokens)

세션의 특정 키를 삭제합니다.

Input parameters:

- `key` (string, required): 삭제할 키
- `session_id` (string, required): 세션 식별자

### `scratchpad_checkpoint` (~104 tokens)

현재 세션 상태의 스냅샷을 체크포인트 태그로 저장합니다. keys를 지정하면 해당 키만 스냅샷.

Input parameters:

- `keys` (array): 스냅샷할 키 목록 (선택사항, 미지정 시 전체)
- `session_id` (string, required): 세션 식별자
- `tag` (string, required): 체크포인트 태그 (예: "step-3", "before-refactor")

### `scratchpad_diff` (~111 tokens)

현재 키 값과 체크포인트 값의 diff를 반환합니다. 또는 두 임의 값의 diff 비교.

Input parameters:

- `checkpoint_tag` (string): 비교 기준 체크포인트 태그
- `key` (string): 비교할 키 (체크포인트 비교 시 필수)
- `session_id` (string, required): 세션 식별자
- `value_a`: 직접 비교할 첫 번째 값 (선택사항)
- `value_b`: 직접 비교할 두 번째 값 (선택사항)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/lazymac2x-ai-agent-scratchpad/ai-agent-scratchpad-mcp#diagnostics

## Score history

- 2026-08-03: 57
- 2026-08-02: 56
- 2026-08-01: 56
- 2026-07-31: 55
- 2026-07-30: 57
- 2026-07-29: 56
- 2026-07-28: 56
- 2026-07-27: 55
- 2026-07-26: 54

## Links

- Remote endpoint: https://api.lazy-mac.com/ai-agent-scratchpad/mcp
- Repository: https://github.com/lazymac2x/ai-agent-scratchpad-api
- Changelog RSS feed: https://verifymcp.io/servers/lazymac2x-ai-agent-scratchpad/ai-agent-scratchpad-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/lazymac2x-ai-agent-scratchpad/ai-agent-scratchpad-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/lazymac2x-ai-agent-scratchpad/ai-agent-scratchpad-mcp
