{
  "markdown": "# getdigitalcraft-render (MCP)\n\nDeterministic social image rendering for AI agents. Spec in, PNG out, with\ntypography that is **exactly the text you asked for** — image models still\ngarble lettering; this cannot, because it isn't a model. Paid per call in USDC\non Base over [x402](https://docs.x402.org), so there is no account, no API key\nand no subscription.\n\n- `render_image` — one format, $0.03\n- `render_bundle` — a whole platform set in one paid call ($0.75–$2.00)\n- `list_formats` — free, makes no payment\n\nTen formats: Instagram square / portrait / story, Facebook feed, Open Graph,\nX card, LinkedIn, Pinterest pin, YouTube thumbnail, quote card.\n\n## Install\n\n```json\n{\n  \"mcpServers\": {\n    \"getdigitalcraft-render\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"getdigitalcraft-mcp-render\"],\n      \"env\": { \"X402_PRIVATE_KEY\": \"0x...\" }\n    }\n  }\n}\n```\n\n`X402_PRIVATE_KEY` is **your** wallet, holding USDC on Base. It never leaves\nyour machine — this server signs payments locally and sends only the\nauthorization. Use a wallet funded with what you're willing to spend on\nrendering, not your main one.\n\nWithout the key the server still starts and `list_formats` still answers; only\npaying is disabled.\n\n## Why it's deterministic\n\nsatori renders HTML to SVG, resvg rasterises it. No diffusion, no GPU, no\nsampling — so the same spec always yields the same pixels, and the headline you\npass is the headline that appears. Roughly 250ms warm.\n\n## Cost\n\n$0.03 per image, $0.75–$2.00 per bundle, settled in USDC on Base. Nothing is\ncharged if the render fails.\n",
  "bytes": 1567,
  "sha": "8f9ea439800e19fe9f755462f2cbd860bdf5092917b24f3ab1e7eb9156770596",
  "repo_slug": "gene12williams-design/getdigitalcraft-mcp-render",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_gene12williams_design_getdigit_f7a86466/readme"
}