MCP Server
MCP
SchemaSure — structured extraction
Extract schema-valid JSON from text/HTML or document images. Pay per call via x402 V2.
Install
npx -y @noamjose/[email protected]
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment