# T1/T2 Protocol (pypi · t1-t2-protocol)

Caller-side T1/T2 heterogeneous validation MCP server. Stdlib-only Python.

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

## Components

- pypi · `t1-t2-protocol`: 21/100 (this document), [markdown](https://verifymcp.io/servers/fauxetine-t1-t2-protocol/t1-t2-protocol.md), [page](https://verifymcp.io/servers/fauxetine-t1-t2-protocol/t1-t2-protocol)

## Channel facts

- Registry: `pypi`
- Package: `t1-t2-protocol`
- Version: `0.1.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**: 50/100
  - Malware scan not yet available for this package.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs setuptools.build_meta at install time, a recognised native-build step with no shell scripting around it.
  - No production dependencies, so there is no dependency health to assess.
- **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: no license is declared.
  - Actively maintained (last published 47 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 0/100
  - Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: our sandbox run of this package did not complete, so we have no schema to compare.
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess.
- **Capabilities**: 0/100
  - Protocol version not yet verified: our sandbox run of this package did not complete, so we never saw its MCP handshake.

**Unverified: 4 categories.** Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you.

## Install

### Claude

```bash
claude mcp add fauxetine-t1-t2-protocol -- uvx t1-t2-protocol
```

### Codex

```bash
codex mcp add fauxetine-t1-t2-protocol -- uvx t1-t2-protocol
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "fauxetine-t1-t2-protocol": {
      "type": "local",
      "command": [
        "uvx",
        "t1-t2-protocol"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add fauxetine-t1-t2-protocol --command uvx --arg t1-t2-protocol
```

### Hermes

```yaml
mcp_servers:
  fauxetine-t1-t2-protocol:
    command: "uvx"
    args: ["t1-t2-protocol"]
```

### Other

```json
{
  "mcpServers": {
    "fauxetine-t1-t2-protocol": {
      "command": "uvx",
      "args": [
        "t1-t2-protocol"
      ]
    }
  }
}
```

## 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-01 (score 21, −5)

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

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

- [security regression] Malware scan: pass → unverified

### 2026-07-28 (score 44, 0)

- [functional] Tool coverage: Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess.
- [functional] Schema quality: Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess.

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

First indexed and scored.

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

## MCP tools (3)

### `t1_protocol` (~148 tokens)

Translates ambiguous questions into T1 structured prompts. Output: L1 facts / L2 assumptions / L3 hypotheses / L4 unknowns / core question / output requirements. v2.5+: L3 evidence status, core link exemption.

Input parameters:

- `locale` (string): Output language: 'en' (default) or 'zh'
- `question` (string, required): The original question to translate
- `weight_hint` (string): Optional evaluation weight hint. English: fact-first, efficiency-first, cost-first, robustness-first, general-first. Chinese: 事实优先, 效率优先, 成本优先, 鲁棒性优先, 通用优先.

### `t2_protocol` (~105 tokens)

Confidence evaluation for AI answers. Output: qualitative confidence (high/medium-high/medium/medium-low/low) + adoption recommendations. Run checksum before T2 when format integrity matters.

Input parameters:

- `answer` (string, required): The AI answer to evaluate
- `locale` (string): Output language: 'en' (default) or 'zh'
- `weight_hint` (string): Optional evaluation weight hint (default: factual accuracy > efficiency). Same values as t1_protocol weight_hint.

### `checksum` (~73 tokens)

Deterministic structural pre-validation (semantic ECC Pre-T2 Checksum)
Input: AI answer text
Output: structural integrity assessment (pass/fail) + diagnostics
Zero LLM dependency - pure regex/string ops. Run before T2 to filter corrupted output.

Input parameters:

- `text` (string, required): The AI answer text to validate

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/fauxetine-t1-t2-protocol/t1-t2-protocol#diagnostics

## Score history

- 2026-08-03: 21
- 2026-08-02: 21
- 2026-08-01: 21
- 2026-07-31: 26
- 2026-07-29: 44
- 2026-07-28: 44
- 2026-07-27: 44
- 2026-07-26: 44

## Links

- PyPI project: https://pypi.org/project/t1-t2-protocol/
- Socket report: https://socket.dev/pypi/package/t1-t2-protocol
- Repository: https://github.com/Fauxetine/t1-t2-protocol
- Website: https://registry.modelcontextprotocol.io/
- Changelog RSS feed: https://verifymcp.io/servers/fauxetine-t1-t2-protocol/t1-t2-protocol/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/fauxetine-t1-t2-protocol/t1-t2-protocol/changelog.json
- HTML version of this page: https://verifymcp.io/servers/fauxetine-t1-t2-protocol/t1-t2-protocol
