# SchemaSure — structured extraction (npm · @noamjose/schemasure)

Extract schema-valid JSON from text/HTML or document images. Pay per call via x402 V2.

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

## Components

- npm · `@noamjose/schemasure`: 63/100 (this document), [markdown](https://verifymcp.io/servers/noamjose-schemasure/noamjose-schemasure.md), [page](https://verifymcp.io/servers/noamjose-schemasure/noamjose-schemasure)

## Channel facts

- Registry: `npm`
- Package: `@noamjose/schemasure`
- Version: `0.3.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-07.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 19/100
  - Repository check failed: the declared repository URL returned HTTP 404.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 6 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 52/100
  - AI-judged instruction clarity (fair).
  - Context-footprint check failed: tool/resource definitions use about 426 tokens (~213/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 37/100
  - Stability observed for 11 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 86/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 57% 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 noamjose-schemasure -- npx -y @noamjose/schemasure
```

### Codex

```bash
codex mcp add noamjose-schemasure -- npx -y @noamjose/schemasure
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add noamjose-schemasure --command npx --arg -y --arg @noamjose/schemasure
```

### Hermes

```yaml
mcp_servers:
  noamjose-schemasure:
    command: "npx"
    args: ["-y", "@noamjose/schemasure"]
```

### Other

```json
{
  "mcpServers": {
    "noamjose-schemasure": {
      "command": "npx",
      "args": [
        "-y",
        "@noamjose/schemasure"
      ]
    }
  }
}
```

## 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-06 (score 63, +1)

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

### 2026-08-04 (score 62, +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-02 (score 61, +22)

- [security improvement] Malware scan: unverified → pass
- [functional improvement] Schema quality: unverified → fair

### 2026-08-01 (score 39, +20)

- [functional regression] Tool coverage: 75% → 57%
- [functional regression] Schema quality: good → unverified
- [functional improvement] Schema quality: 283 → 213
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.17

### 2026-07-31 (score 19, −50)

- [security regression] Malware scan: pass → unverified
- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 69, +28)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: good
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 75

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

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 (2)

### `extract_to_schema` (~283 tokens)

Turn messy text/HTML into guaranteed schema-valid JSON. Output is guaranteed to validate against your JSON Schema (Ajv, draft 2020-12) or you get a typed error and are not charged (charge-only-on-success). Evaluation mode: calls the legacy V1 endpoint with a small free allowance (no wallet configured). Set SCHEMASURE_PRIVATE_KEY to enable paid production calls via x402 V2. Benchmarked 100% schema-valid with ~0.99 field F1 and zero hallucinations across a 10-doc-type corpus (11 items, incl. an adversarial prompt-injection tier), p50 latency ~1.5s. Evidence: /.well-known/benchmarks.json. Use whenever you need unstructured text/HTML turned into JSON matching a specific shape — invoices, receipts, resumes, product/HTML pages, logs, or anything you can describe as a schema. Tip: add a per-field description to your schema for best accuracy.

Input parameters:

- `input` (string, required): Raw unstructured content to extract from (plain text or HTML).
- `inputType` (string): How to interpret `input`: plain text, HTML, or auto-detect (default).
- `options` (object)
- `schema` (object, required): JSON Schema (draft 2020-12) that the returned `data` is guaranteed to satisfy.

### `extract_image_to_schema` (~143 tokens)

Extract readable fields from a PNG, JPEG, or WebP invoice, receipt, form, screenshot, label, or photographed document into guaranteed schema-valid JSON. This hosted service is V2-only and always paid from the first call; there is no free or V1 image endpoint. A locally configured SCHEMASURE_PRIVATE_KEY signs x402 V2 USDC payments on Base mainnet and never leaves this process. Add per-field schema descriptions for best accuracy.

Input parameters:

- `image` (object, required)
- `options` (object)
- `schema` (object, required): JSON Schema (draft 2020-12) that the returned `data` is guaranteed to satisfy.

## Diagnostics

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

## Score history

- 2026-08-07: 63
- 2026-08-06: 63
- 2026-08-05: 62
- 2026-08-04: 62
- 2026-08-03: 61
- 2026-08-02: 61
- 2026-08-01: 39
- 2026-07-31: 19
- 2026-07-29: 69
- 2026-07-28: 69
- 2026-07-27: 69
- 2026-07-26: 41

## Links

- npm package: https://www.npmjs.com/package/@noamjose/schemasure
- Socket report: https://socket.dev/npm/package/@noamjose/schemasure
- Website: https://schemasure.com/
- Changelog RSS feed: https://verifymcp.io/servers/noamjose-schemasure/noamjose-schemasure.xml
- Changelog JSON feed: https://verifymcp.io/servers/noamjose-schemasure/noamjose-schemasure.json
- HTML version of this page: https://verifymcp.io/servers/noamjose-schemasure/noamjose-schemasure
