Extract schema-valid JSON from text/HTML or document images. Pay per call via x402 V2.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@noamjose/schemasure · npm · 0.3.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.noamjose/schemasure",
"description": "Extract schema-valid JSON from text/HTML or document images. Pay per call via x402 V2.",
"title": "SchemaSure — structured extraction",
"repository": {
"url": "https://github.com/noamjose/schemasure",
"source": "github"
},
"version": "0.3.0",
"websiteUrl": "https://schemasure.com",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@noamjose/schemasure",
"version": "0.3.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of SchemaSure. Text has free V1 evaluation without a wallet; image extraction is V2-only and always requires a wallet.",
"default": "https://schemasure.com",
"name": "SCHEMASURE_API_URL"
},
{
"description": "Per-call request timeout in milliseconds.",
"default": "90000",
"name": "SCHEMASURE_TIMEOUT_MS"
},
{
"description": "Optional 0x-prefixed EVM key. Enables paid x402 V2 text and image calls; signs Base USDC payments locally. Never sent to SchemaSure.",
"isSecret": true,
"name": "SCHEMASURE_PRIVATE_KEY"
},
{
"description": "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.",
"default": "0.10",
"name": "SCHEMASURE_MAX_PRICE_USD"
}
]
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"notes": "PREREQUISITES before `mcp-publisher publish`: (1) the always-paid x402 V2 API is enabled on Base mainnet (X402_V2_ENABLED=true, PAYMENTS_ENABLED=true, X402_NETWORK=base); (2) the npm package `schemasure` is published with a matching `mcpName` field and its version equals this file's `version`; (3) namespace ownership is proven via `mcp-publisher login github` for the io.github.noamjose namespace. See docs/mcp-hosts.md.",
"tool": "manual"
}
}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-31T20:02:58.298314Z",
"publishedAt": "2026-07-31T20:02:58.298314Z",
"updatedAt": "2026-07-31T20:02:58.298314Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.3.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.