mcpbeat Sign in

SchemaSure — structured extraction MCP Server

local only

SchemaSure — structured extraction runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 16 · avg 5 · +71% w/w
a month agotoday
40
Installs / week
npm · @noamjose/schemasure
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add schemasure -- npx -y @noamjose/schemasure
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "schemasure": {
      "args": [
        "-y",
        "@noamjose/schemasure"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.schemasure]
command = "npx"
args = ["-y", "@noamjose/schemasure"]
.cursor/mcp.json
{
  "mcpServers": {
    "schemasure": {
      "args": [
        "-y",
        "@noamjose/schemasure"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "schemasure": {
      "args": [
        "-y",
        "@noamjose/schemasure"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SCHEMASURE_API_URL (Base URL of SchemaSure. Text has free V1 evaluation without a wallet; image extraction is V2-only and always requires a wallet.), SCHEMASURE_TIMEOUT_MS (Per-call request timeout in milliseconds.), SCHEMASURE_PRIVATE_KEY (Optional 0x-prefixed EVM key. Enables paid x402 V2 text and image calls; signs Base USDC payments locally. Never sent to SchemaSure.), SCHEMASURE_MAX_PRICE_USD (Client-side spend cap in USD per call (paid mode). The client refuses to pay more than this, even if the server advertises a higher price.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SchemaSure — structured extraction

same job, measured the same way
Doc Extract API
by thestarboy9696

SchemaLock — paid extraction: JSON from docs via your schema, x402/USDC.

36 installs/wk local only
Docpick
by arknill

Schema-driven document extraction with local OCR + LLM. Document in, Structured JSON out.

92 installs/wk local only
Document Parser
by agenson-horrowitz

Parse and extract structured data from various document formats (PDF, Word, HTML).

59 installs/wk local only
ClicheFactory Document Intelligence
by clichefactory

Extract structured JSON from PDFs, images, DOCX, XLSX, CSV, EML attachments, and DSPy pipelines.

162 installs/wk local only
Document Processing
by filegraph

Extract text from documents, manipulate PDFs, and perform OCR on images.

9 tools answering
Velrim
by velrim

Document extraction against a JSON Schema with a calibrated confidence per field; async job status.

2 tools answering
Document to JSON – PDF Invoice/Statement/Contract Parser
by fashionmascherine-svg

Turn any PDF into structured JSON via AI + OCR: invoices, bank statements, contracts.

answering
PostAgent
by interpretai

Print & mail PDF/HTML/Markdown/text/DOCX/images to US addresses; pay per call in x402 USDC on Base.

14 tools answering

SchemaSure — structured extraction — questions

Answers built from our own checks of this server.

Why is there no uptime for SchemaSure — structured extraction?
SchemaSure — structured extraction runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @noamjose/schemasure was installed 40 times last week.
Is SchemaSure — structured extraction still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect SchemaSure — structured extraction?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @noamjose/schemasure straight from npm; nothing to host, nothing to sign up for.
How many people use SchemaSure — structured extraction?
The npm package @noamjose/schemasure was installed 40 times in the last week. Week over week that is +71%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.