Skip to content
Grok

SchemaSure — structured extraction for Grok

io.github.noamjose/schemasure

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

client:Grok transport:stdio runtime:npm

Install SchemaSure — structured extraction in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "schemasure": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

SchemaSure — structured extraction in other clients