# io.github.msanchezgrice/talkform (npm · @talkform/mcp)

Local Talkform schemas, bundled interview templates, and config validation for AI agents.

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

## Components

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

## Channel facts

- Registry: `npm`
- Package: `@talkform/mcp`
- Version: `0.1.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**: 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 (UNLICENSED) isn't a recognized OSI-approved license.
  - Actively maintained (last published 11 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 22/100
  - 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 58 tokens (~9/item across 6 items; 3 tools + 3 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 0/100
  - 0% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% 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 msanchezgrice-talkform -- npx -y @talkform/mcp
```

### Codex

```bash
codex mcp add msanchezgrice-talkform -- npx -y @talkform/mcp
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add msanchezgrice-talkform --command npx --arg -y --arg @talkform/mcp
```

### Hermes

```yaml
mcp_servers:
  msanchezgrice-talkform:
    command: "npx"
    args: ["-y", "@talkform/mcp"]
```

### Other

```json
{
  "mcpServers": {
    "msanchezgrice-talkform": {
      "command": "npx",
      "args": [
        "-y",
        "@talkform/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 45, +36)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [functional regression] License: unverified → fail
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Stability: unverified → 0.20
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → poor
- [functional] Licence: UNLICENSED

### 2026-08-01 (score 9, +4)

- [functional improvement] Schema quality: unverified → 0
- [functional improvement] Tool coverage: unverified → 0

### 2026-07-31 (score 5, −1)

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

### 2026-07-30 (score 6, −23)

- [security regression] Malware scan: pass → unverified
- [functional regression] Tool coverage: 0 → unverified
- [functional regression] Schema quality: 0 → unverified

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

First indexed and scored.

## MCP tools (3)

### `talkform.list_templates` (~7 tokens)

### `talkform.get_config_schema` (~15 tokens)

Input parameters:

- `kind` (string)

### `talkform.validate_config` (~14 tokens)

Input parameters:

- `config` (string, required)

## Diagnostics

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

## Score history

- 2026-08-03: 45
- 2026-08-02: 45
- 2026-08-01: 9
- 2026-07-31: 5
- 2026-07-30: 6
- 2026-07-28: 29
- 2026-07-27: 29

## Links

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