Skip to content
Cline

SchemaSure — structured extraction for Cline

io.github.noamjose/schemasure

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

client:Cline transport:stdio runtime:npm

Install SchemaSure — structured extraction in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "schemasure": {
      "command": "npx",
      "args": [
        "-y",
        "@noamjose/schemasure"
      ],
      "env": {
        "SCHEMASURE_API_URL": "<SCHEMASURE_API_URL>",
        "SCHEMASURE_TIMEOUT_MS": "<SCHEMASURE_TIMEOUT_MS>",
        "SCHEMASURE_PRIVATE_KEY": "<SCHEMASURE_PRIVATE_KEY>",
        "SCHEMASURE_MAX_PRICE_USD": "<SCHEMASURE_MAX_PRICE_USD>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

SchemaSure — structured extraction in other clients