{"servers":[{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.noamjose/schemasure","description":"Turn text/HTML into guaranteed schema-valid JSON, or pay nothing (x402, USDC on Base).","title":"SchemaSure — structured extraction","repository":{"url":"https://github.com/noamjose/schemasure","source":"github"},"version":"0.1.0","websiteUrl":"https://schemasure.com","packages":[{"registryType":"npm","registryBaseUrl":"https://registry.npmjs.org","identifier":"schemasure-mcp","version":"0.1.0","runtimeHint":"npx","transport":{"type":"stdio"},"environmentVariables":[{"description":"Extraction backend: mock (offline default), google, or openai.","default":"mock","choices":["mock","google","openai"],"name":"LLM_PROVIDER"},{"description":"Google Generative AI API key (required only when LLM_PROVIDER=google).","isSecret":true,"name":"GOOGLE_API_KEY"},{"description":"OpenAI API key (required only when LLM_PROVIDER=openai).","isSecret":true,"name":"OPENAI_API_KEY"},{"description":"Override the default extraction model id for the selected provider.","name":"DEFAULT_MODEL"}]}],"_meta":{"io.modelcontextprotocol.registry/publisher-provided":{"notes":"PREREQUISITES before `mcp-publisher publish`: (1) deploy is on x402 mainnet (X402_NETWORK=base) so the listing's network claim is truthful; (2) the npm package `schemasure-mcp` 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-16T08:28:43.533548Z","publishedAt":"2026-07-16T08:28:43.533548Z","updatedAt":"2026-07-16T08:28:43.533548Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.noamjose/schemasure","description":"Turn text/HTML into guaranteed schema-valid JSON, or pay nothing (x402, USDC on Base).","title":"SchemaSure — structured extraction","repository":{"url":"https://github.com/noamjose/schemasure","source":"github"},"version":"0.1.1","websiteUrl":"https://schemasure.com","packages":[{"registryType":"npm","registryBaseUrl":"https://registry.npmjs.org","identifier":"@noamjose/schemasure","version":"0.1.1","runtimeHint":"npx","transport":{"type":"stdio"},"environmentVariables":[{"description":"Base URL of the hosted SchemaSure API. Override to target a self-hosted or staging deployment.","default":"https://schemasure.com","name":"SCHEMASURE_API_URL"},{"description":"Per-call request timeout in milliseconds.","default":"90000","name":"SCHEMASURE_TIMEOUT_MS"}]}],"_meta":{"io.modelcontextprotocol.registry/publisher-provided":{"notes":"PREREQUISITES before `mcp-publisher publish`: (1) deploy is on x402 mainnet (X402_NETWORK=base) so the listing's network claim is truthful; (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-16T13:00:46.954605Z","publishedAt":"2026-07-16T13:00:46.954605Z","updatedAt":"2026-07-16T13:00:46.954605Z","isLatest":false}}},{"server":{"$schema":"https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json","name":"io.github.noamjose/schemasure","description":"Extract guaranteed schema-valid JSON from text/HTML. Pay-per-call via x402 (USDC on Base).","title":"SchemaSure — structured extraction","repository":{"url":"https://github.com/noamjose/schemasure","source":"github"},"version":"0.2.0","websiteUrl":"https://schemasure.com","packages":[{"registryType":"npm","registryBaseUrl":"https://registry.npmjs.org","identifier":"@noamjose/schemasure","version":"0.2.0","runtimeHint":"npx","transport":{"type":"stdio"},"environmentVariables":[{"description":"Base URL of SchemaSure. Without a wallet key the client uses the free V1 evaluation endpoint; with a wallet key it pays per call on /v2/extract.","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. If set, enables paid x402 V2 mode: the client signs USDC payments (Base mainnet) locally and calls /v2/extract. 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-19T21:11:39.666235Z","publishedAt":"2026-07-19T21:11:39.666235Z","updatedAt":"2026-07-19T21:11:39.666235Z","isLatest":false}}},{"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}}}],"metadata":{"count":4}}
